#9CCAE9

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

Shades of Sail #9CCAE9

Tints of Sail #9CCAE9

Color information

#9CCAE9 (or 0x9CCAE9) is unknown color: approx Sail. HEX triplet: 9C, CA and E9. RGB value is (156,202,233). Sum of RGB (Red+Green+Blue) = 156+202+233=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CCAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCAE9 is #633516. Grayscale: #BFBFBF. Windows color (decimal): -6501655 or 15321756. OLE color: 15321756.

HSL color Cylindrical-coordinate representation of color #9CCAE9: hue angle of 204.16º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CCAE9 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156202233-
CMYK0.330.1300.09
HSL204.16º63.64%76.27%-
HSV(B)204.16º33.05%91.37%-
XYZ49.5455.1985.13-
YUV191.78151.26102.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.40%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 233 (91.41% from 255) = 39.42%
R=26.40%
G=34.18%
B=39.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562022330.330.1300.09204.1663.6476.27
Hex9CCAE921D09cc404c
Octal2343123514115011314100114
Binary1001110011001010111010011000011101010011100110010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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