#9CCEF0

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

Shades of Sail #9CCEF0

Tints of Sail #9CCEF0

Color information

#9CCEF0 (or 0x9CCEF0) is unknown color: approx Sail. HEX triplet: 9C, CE and F0. RGB value is (156,206,240). Sum of RGB (Red+Green+Blue) = 156+206+240=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #9CCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEF0 is #63310F. Grayscale: #C2C2C2. Windows color (decimal): -6500624 or 15781532. OLE color: 15781532.

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

Color convert

RGB156206240-
CMYK0.350.1400.06
HSL204.29º73.68%77.65%-
HSV(B)204.29º35%94.12%-
XYZ51.5157.590.82-
YUV194.93153.44100.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.91%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=25.91%
G=34.22%
B=39.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562062400.350.1400.06204.2973.6877.65
Hex9CCEF023E06cc4a4e
Octal234316360431606314112116
Binary100111001100111011110000100011111001101100110010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,206,240); }

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

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

 a { background-color: rgb(156,206,240); }

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

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

 span { border-color: rgb(156,206,240); }

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