#9CCCF1

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

Shades of Sail #9CCCF1

Tints of Sail #9CCCF1

Color information

#9CCCF1 (or 0x9CCCF1) is unknown color: approx Sail. HEX triplet: 9C, CC and F1. RGB value is (156,204,241). Sum of RGB (Red+Green+Blue) = 156+204+241=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCF1 is #63330E. Grayscale: #C1C1C1. Windows color (decimal): -6501135 or 15846556. OLE color: 15846556.

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

Color convert

RGB156204241-
CMYK0.350.1500.05
HSL206.12º75.22%77.84%-
HSV(B)206.12º35.27%94.51%-
XYZ51.1856.691.45-
YUV193.87154.6100.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.96%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=25.96%
G=33.94%
B=40.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562042410.350.1500.05206.1275.2277.84
Hex9CCCF123F05ce4b4e
Octal234314361431705316113116
Binary100111001100110011110001100011111101011100111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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