#9EC9E0

Color #9EC9E0 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9EC9E0

Tints of Regent St Blue #9EC9E0

Color information

#9EC9E0 (or 0x9EC9E0) is unknown color: approx Regent St Blue. HEX triplet: 9E, C9 and E0. RGB value is (158,201,224). Sum of RGB (Red+Green+Blue) = 158+201+224=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EC9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC9E0 is #61361F. Grayscale: #BEBEBE. Windows color (decimal): -6370848 or 14731678. OLE color: 14731678.

HSL color Cylindrical-coordinate representation of color #9EC9E0: hue angle of 200.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EC9E0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB158201224-
CMYK0.290.1000.12
HSL200.91º51.56%74.9%-
HSV(B)200.91º29.46%87.84%-
XYZ48.4454.4278.47-
YUV190.76146.75104.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 27.10%
GREEN value IS 201 (78.91% from 255) = 34.48%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=27.10%
G=34.48%
B=38.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582012240.290.1000.12200.9151.5674.9
Hex9EC9E01DA0Cc9344b
Octal236311340351201431164113
Binary10011110110010011110000011101101001100110010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EC9E0; }

 p { color: rgb(158,201,224); }

 H1.HeaderClassName
 {
   color: #9EC9E0;
 }
 .AnyTagClassName
 {
   color: #9EC9E0;
 }
</style>
background-color css

<style>
 a { background-color: #9EC9E0; }

 a { background-color: rgb(158,201,224); }

 div.DivClassName
 {
   background-color: #9EC9E0;
 }
 .BgClassName
 {
   background-color: #9EC9E0;
 }
</style>
border-color css

<style>
 span { border-color: #9EC9E0; }

 span { border-color: rgb(158,201,224); }

 td.TdClassName
 {
   border-color: #9EC9E0;
 }
 .TagClassName
 {
   border-color: #9EC9E0;
 }
</style>