#9CC2EC

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

Shades of Sail #9CC2EC

Tints of Sail #9CC2EC

Color information

#9CC2EC (or 0x9CC2EC) is unknown color: approx Sail. HEX triplet: 9C, C2 and EC. RGB value is (156,194,236). Sum of RGB (Red+Green+Blue) = 156+194+236=586 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.62% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC2EC is #633D13. Grayscale: #BBBBBB. Windows color (decimal): -6503700 or 15516316. OLE color: 15516316.

HSL color Cylindrical-coordinate representation of color #9CC2EC: hue angle of 211.5º degrees, saturation: 0.68, 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 #9CC2EC is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156194236-
CMYK0.340.1800.07
HSL211.5º67.8%76.86%-
HSV(B)211.5º33.9%92.55%-
XYZ48.1451.7186.8-
YUV187.43155.41105.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.62%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=26.62%
G=33.11%
B=40.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561942360.340.1800.07211.567.876.86
Hex9CC2EC221207d4444d
Octal234302354422207324104115
Binary1001110011000010111011001000101001001111101010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,194,236); }

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

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

 a { background-color: rgb(156,194,236); }

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

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

 span { border-color: rgb(156,194,236); }

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