#9CCCED

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

Shades of Sail #9CCCED

Tints of Sail #9CCCED

Color information

#9CCCED (or 0x9CCCED) is unknown color: approx Sail. HEX triplet: 9C, CC and ED. RGB value is (156,204,237). Sum of RGB (Red+Green+Blue) = 156+204+237=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCED is #633312. Grayscale: #C1C1C1. Windows color (decimal): -6501139 or 15584412. OLE color: 15584412.

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

Color convert

RGB156204237-
CMYK0.340.1400.07
HSL204.44º69.23%77.06%-
HSV(B)204.44º34.18%92.94%-
XYZ50.5956.3788.33-
YUV193.41152.6101.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.13%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=26.13%
G=34.17%
B=39.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562042370.340.1400.07204.4469.2377.06
Hex9CCCED22E07cc454d
Octal234314355421607314105115
Binary100111001100110011101101100010111001111100110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,237); }

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

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

 a { background-color: rgb(156,204,237); }

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

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

 span { border-color: rgb(156,204,237); }

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