#9CC6EE

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

Shades of Sail #9CC6EE

Tints of Sail #9CC6EE

Color information

#9CC6EE (or 0x9CC6EE) is unknown color: approx Sail. HEX triplet: 9C, C6 and EE. RGB value is (156,198,238). Sum of RGB (Red+Green+Blue) = 156+198+238=592 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.35% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CC6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC6EE is #633911. Grayscale: #BDBDBD. Windows color (decimal): -6502674 or 15648412. OLE color: 15648412.

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

Color convert

RGB156198238-
CMYK0.340.1700.07
HSL209.27º70.69%77.25%-
HSV(B)209.27º34.45%93.33%-
XYZ49.3453.6388.64-
YUV190155.09103.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.35%
GREEN value IS 198 (77.73% from 255) = 33.45%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=26.35%
G=33.45%
B=40.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561982380.340.1700.07209.2770.6977.25
Hex9CC6EE221107d1474d
Octal234306356422107321107115
Binary1001110011000110111011101000101000101111101000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,198,238); }

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

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

 a { background-color: rgb(156,198,238); }

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

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

 span { border-color: rgb(156,198,238); }

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