#9CCCF2

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

Shades of Sail #9CCCF2

Tints of Sail #9CCCF2

Color information

#9CCCF2 (or 0x9CCCF2) is unknown color: approx Sail. HEX triplet: 9C, CC and F2. RGB value is (156,204,242). Sum of RGB (Red+Green+Blue) = 156+204+242=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CCCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCF2 is #63330D. Grayscale: #C1C1C1. Windows color (decimal): -6501134 or 15912092. OLE color: 15912092.

HSL color Cylindrical-coordinate representation of color #9CCCF2: hue angle of 206.51º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CCCF2 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156204242-
CMYK0.360.1600.05
HSL206.51º76.79%78.04%-
HSV(B)206.51º35.54%94.9%-
XYZ51.3356.6692.24-
YUV193.98155.1100.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.91%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 242 (94.92% from 255) = 40.20%
R=25.91%
G=33.89%
B=40.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562042420.360.1600.05206.5176.7978.04
Hex9CCCF2241005cf4d4e
Octal234314362442005317115116
Binary1001110011001100111100101001001000001011100111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,242); }

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

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

 a { background-color: rgb(156,204,242); }

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

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

 span { border-color: rgb(156,204,242); }

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