#9CC2EB

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

Shades of Sail #9CC2EB

Tints of Sail #9CC2EB

Color information

#9CC2EB (or 0x9CC2EB) is unknown color: approx Sail. HEX triplet: 9C, C2 and EB. RGB value is (156,194,235). Sum of RGB (Red+Green+Blue) = 156+194+235=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC2EB is #633D14. Grayscale: #BBBBBB. Windows color (decimal): -6503701 or 15450780. OLE color: 15450780.

HSL color Cylindrical-coordinate representation of color #9CC2EB: hue angle of 211.14º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CC2EB is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156194235-
CMYK0.340.1700.08
HSL211.14º66.39%76.67%-
HSV(B)211.14º33.62%92.16%-
XYZ4851.6586.04-
YUV187.31154.91105.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=26.67%
G=33.16%
B=40.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561942350.340.1700.08211.1466.3976.67
Hex9CC2EB221108d3424d
Octal2343023534221010323102115
Binary10011100110000101110101110001010001010001101001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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