#9DCEEC

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

Shades of Sail #9DCEEC

Tints of Sail #9DCEEC

Color information

#9DCEEC (or 0x9DCEEC) is unknown color: approx Sail. HEX triplet: 9D, CE and EC. RGB value is (157,206,236). Sum of RGB (Red+Green+Blue) = 157+206+236=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEEC is #623113. Grayscale: #C2C2C2. Windows color (decimal): -6435092 or 15519389. OLE color: 15519389.

HSL color Cylindrical-coordinate representation of color #9DCEEC: hue angle of 202.78º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCEEC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157206236-
CMYK0.330.1300.07
HSL202.78º67.52%77.06%-
HSV(B)202.78º33.47%92.55%-
XYZ51.1257.3787.74-
YUV194.77151.27101.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.21%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=26.21%
G=34.39%
B=39.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572062360.330.1300.07202.7867.5277.06
Hex9DCEEC21D07cb444d
Octal235316354411507313104115
Binary100111011100111011101100100001110101111100101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,236); }

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

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

 a { background-color: rgb(157,206,236); }

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

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

 span { border-color: rgb(157,206,236); }

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