#9CC5EE

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

Shades of Sail #9CC5EE

Tints of Sail #9CC5EE

Color information

#9CC5EE (or 0x9CC5EE) is unknown color: approx Sail. HEX triplet: 9C, C5 and EE. RGB value is (156,197,238). Sum of RGB (Red+Green+Blue) = 156+197+238=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CC5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC5EE is #633A11. Grayscale: #BDBDBD. Windows color (decimal): -6502930 or 15648156. OLE color: 15648156.

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

Color convert

RGB156197238-
CMYK0.340.1700.07
HSL210º70.69%77.25%-
HSV(B)210º34.45%93.33%-
XYZ49.1153.1788.56-
YUV189.42155.42104.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.40%
GREEN value IS 197 (77.34% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=26.40%
G=33.33%
B=40.27%

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
Decimal1561972380.340.1700.0721070.6977.25
Hex9CC5EE221107d2474d
Octal234305356422107322107115
Binary1001110011000101111011101000101000101111101001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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