#9CC2EA

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

Shades of Sail #9CC2EA

Tints of Sail #9CC2EA

Color information

#9CC2EA (or 0x9CC2EA) is unknown color: approx Sail. HEX triplet: 9C, C2 and EA. RGB value is (156,194,234). Sum of RGB (Red+Green+Blue) = 156+194+234=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC2EA is #633D15. Grayscale: #BBBBBB. Windows color (decimal): -6503702 or 15385244. OLE color: 15385244.

HSL color Cylindrical-coordinate representation of color #9CC2EA: hue angle of 210.77º 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 #9CC2EA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156194234-
CMYK0.330.1700.08
HSL210.77º65%76.47%-
HSV(B)210.77º33.33%91.76%-
XYZ47.8551.5985.28-
YUV187.2154.41105.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.71%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=26.71%
G=33.22%
B=40.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561942340.330.1700.08210.776576.47
Hex9CC2EA211108d3414c
Octal2343023524121010323101114
Binary10011100110000101110101010000110001010001101001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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