#9cceef

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

Shades of Sail #9CCEEF

Tints of Sail #9CCEEF

Color information

#9CCEEF (or 0x9CCEEF) is unknown color: approx Sail. HEX triplet: 9C, CE and EF. RGB value is (156,206,239). Sum of RGB (Red+Green+Blue) = 156+206+239=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEEF is #633110. Grayscale: #C2C2C2. Windows color (decimal): -6500625 or 15715996. OLE color: 15715996.

HSL color Cylindrical-coordinate representation of color #9CCEEF: hue angle of 203.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CCEEF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156206239-
CMYK0.350.1400.06
HSL203.86º72.17%77.45%-
HSV(B)203.86º34.73%93.73%-
XYZ51.3657.4490.04-
YUV194.81152.94100.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.96%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=25.96%
G=34.28%
B=39.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562062390.350.1400.06203.8672.1777.45
Hex9CCEEF23E06cc484d
Octal234316357431606314110115
Binary100111001100111011101111100011111001101100110010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cceef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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