#9CCAED

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

Shades of Sail #9CCAED

Tints of Sail #9CCAED

Color information

#9CCAED (or 0x9CCAED) is unknown color: approx Sail. HEX triplet: 9C, CA and ED. RGB value is (156,202,237). Sum of RGB (Red+Green+Blue) = 156+202+237=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CCAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCAED is #633512. Grayscale: #C0C0C0. Windows color (decimal): -6501651 or 15583900. OLE color: 15583900.

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

Color convert

RGB156202237-
CMYK0.340.1500.07
HSL205.93º69.23%77.06%-
HSV(B)205.93º34.18%92.94%-
XYZ50.1255.4288.18-
YUV192.24153.26102.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.22%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=26.22%
G=33.95%
B=39.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562022370.340.1500.07205.9369.2377.06
Hex9CCAED22F07ce454d
Octal234312355421707316105115
Binary100111001100101011101101100010111101111100111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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