#9CCEED

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

Shades of Sail #9CCEED

Tints of Sail #9CCEED

Color information

#9CCEED (or 0x9CCEED) is unknown color: approx Sail. HEX triplet: 9C, CE and ED. RGB value is (156,206,237). Sum of RGB (Red+Green+Blue) = 156+206+237=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEED is #633112. Grayscale: #C2C2C2. Windows color (decimal): -6500627 or 15584924. OLE color: 15584924.

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

Color convert

RGB156206237-
CMYK0.340.1300.07
HSL202.96º69.23%77.06%-
HSV(B)202.96º34.18%92.94%-
XYZ51.0757.3288.49-
YUV194.58151.94100.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.04%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 237 (92.97% from 255) = 39.57%
R=26.04%
G=34.39%
B=39.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562062370.340.1300.07202.9669.2377.06
Hex9CCEED22D07cb454d
Octal234316355421507313105115
Binary100111001100111011101101100010110101111100101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,206,237); }

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

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

 a { background-color: rgb(156,206,237); }

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

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

 span { border-color: rgb(156,206,237); }

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