#9ECEE8

Color #9ECEE8 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #9ECEE8

Tints of Sail #9ECEE8

Color information

#9ECEE8 (or 0x9ECEE8) is unknown color: approx Sail. HEX triplet: 9E, CE and E8. RGB value is (158,206,232). Sum of RGB (Red+Green+Blue) = 158+206+232=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #9ECEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEE8 is #613117. Grayscale: #C2C2C2. Windows color (decimal): -6369560 or 15257246. OLE color: 15257246.

HSL color Cylindrical-coordinate representation of color #9ECEE8: hue angle of 201.08º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECEE8 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB158206232-
CMYK0.320.1100.09
HSL201.08º61.67%76.47%-
HSV(B)201.08º31.9%90.98%-
XYZ50.7457.2484.72-
YUV194.61149.1101.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 232 (91.02% from 255) = 38.93%
R=26.51%
G=34.56%
B=38.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582062320.320.1100.09201.0861.6776.47
Hex9ECEE820B09c93e4c
Octal236316350401301131176114
Binary100111101100111011101000100000101101001110010011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,206,232); }

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

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

 a { background-color: rgb(158,206,232); }

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

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

 span { border-color: rgb(158,206,232); }

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