#99C6F1

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

Shades of Sail #99C6F1

Tints of Sail #99C6F1

Color information

#99C6F1 (or 0x99C6F1) is unknown color: approx Sail. HEX triplet: 99, C6 and F1. RGB value is (153,198,241). Sum of RGB (Red+Green+Blue) = 153+198+241=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #99C6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C6F1 is #66390E. Grayscale: #BDBDBD. Windows color (decimal): -6699279 or 15845017. OLE color: 15845017.

HSL color Cylindrical-coordinate representation of color #99C6F1: hue angle of 209.32º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99C6F1 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153198241-
CMYK0.370.1800.05
HSL209.32º75.86%77.25%-
HSV(B)209.32º36.51%94.51%-
XYZ49.2153.5190.95-
YUV189.45157.09102-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.84%
GREEN value IS 198 (77.73% from 255) = 33.45%
BLUE value IS 241 (94.53% from 255) = 40.71%
R=25.84%
G=33.45%
B=40.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531982410.370.1800.05209.3275.8677.25
Hex99C6F1251205d14c4d
Octal231306361452205321114115
Binary1001100111000110111100011001011001001011101000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C6F1; }

 p { color: rgb(153,198,241); }

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

<style>
 a { background-color: #99C6F1; }

 a { background-color: rgb(153,198,241); }

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

<style>
 span { border-color: #99C6F1; }

 span { border-color: rgb(153,198,241); }

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