#9CCFF1

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

Shades of Sail #9CCFF1

Tints of Sail #9CCFF1

Color information

#9CCFF1 (or 0x9CCFF1) is unknown color: approx Sail. HEX triplet: 9C, CF and F1. RGB value is (156,207,241). Sum of RGB (Red+Green+Blue) = 156+207+241=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CCFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFF1 is #63300E. Grayscale: #C3C3C3. Windows color (decimal): -6500367 or 15847324. OLE color: 15847324.

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

Color convert

RGB156207241-
CMYK0.350.1400.05
HSL204º75.22%77.84%-
HSV(B)204º35.27%94.51%-
XYZ51.958.0491.69-
YUV195.63153.699.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.83%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=25.83%
G=34.27%
B=39.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562072410.350.1400.0520475.2277.84
Hex9CCFF123E05cc4b4e
Octal234317361431605314113116
Binary100111001100111111110001100011111001011100110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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