#9CC8EF

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

Shades of Sail #9CC8EF

Tints of Sail #9CC8EF

Color information

#9CC8EF (or 0x9CC8EF) is unknown color: approx Sail. HEX triplet: 9C, C8 and EF. RGB value is (156,200,239). Sum of RGB (Red+Green+Blue) = 156+200+239=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CC8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC8EF is #633710. Grayscale: #BFBFBF. Windows color (decimal): -6502161 or 15714460. OLE color: 15714460.

HSL color Cylindrical-coordinate representation of color #9CC8EF: hue angle of 208.19º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CC8EF is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156200239-
CMYK0.350.1600.06
HSL208.19º72.17%77.45%-
HSV(B)208.19º34.73%93.73%-
XYZ49.9454.6189.57-
YUV191.29154.92102.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.22%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=26.22%
G=33.61%
B=40.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562002390.350.1600.06208.1972.1777.45
Hex9CC8EF231006d0484d
Octal234310357432006320110115
Binary1001110011001000111011111000111000001101101000010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,200,239); }

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

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

 a { background-color: rgb(156,200,239); }

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

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

 span { border-color: rgb(156,200,239); }

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