#9CC9EA

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

Shades of Sail #9CC9EA

Tints of Sail #9CC9EA

Color information

#9CC9EA (or 0x9CC9EA) is unknown color: approx Sail. HEX triplet: 9C, C9 and EA. RGB value is (156,201,234). Sum of RGB (Red+Green+Blue) = 156+201+234=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CC9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC9EA is #633615. Grayscale: #BFBFBF. Windows color (decimal): -6501910 or 15387036. OLE color: 15387036.

HSL color Cylindrical-coordinate representation of color #9CC9EA: hue angle of 205.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CC9EA is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156201234-
CMYK0.330.1400.08
HSL205.38º65%76.47%-
HSV(B)205.38º33.33%91.76%-
XYZ49.4554.7885.81-
YUV191.31152.09102.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.40%
GREEN value IS 201 (78.91% from 255) = 34.01%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=26.40%
G=34.01%
B=39.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562012340.330.1400.08205.386576.47
Hex9CC9EA21E08cd414c
Octal2343113524116010315101114
Binary1001110011001001111010101000011110010001100110110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,201,234); }

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

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

 a { background-color: rgb(156,201,234); }

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

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

 span { border-color: rgb(156,201,234); }

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