#9CC9F0

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

Shades of Sail #9CC9F0

Tints of Sail #9CC9F0

Color information

#9CC9F0 (or 0x9CC9F0) is unknown color: approx Sail. HEX triplet: 9C, C9 and F0. RGB value is (156,201,240). Sum of RGB (Red+Green+Blue) = 156+201+240=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #9CC9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC9F0 is #63360F. Grayscale: #BFBFBF. Windows color (decimal): -6501904 or 15780252. OLE color: 15780252.

HSL color Cylindrical-coordinate representation of color #9CC9F0: hue angle of 207.86º 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 #9CC9F0 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156201240-
CMYK0.350.1600.06
HSL207.86º73.68%77.65%-
HSV(B)207.86º35%94.12%-
XYZ50.3355.1390.43-
YUV191.99155.09102.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.13%
GREEN value IS 201 (78.91% from 255) = 33.67%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=26.13%
G=33.67%
B=40.20%

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
Decimal1562012400.350.1600.06207.8673.6877.65
Hex9CC9F0231006d04a4e
Octal234311360432006320112116
Binary1001110011001001111100001000111000001101101000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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