Shades of Sail #9CC9F9
Tints of Sail #9CC9F9
RGB
CMYK
RGB Variations
Color information
#9CC9F9 (or 0x9CC9F9) is known color: Sail. HEX triplet: 9C, C9 and F9. RGB value is (156,201,249). Sum of RGB (Red+Green+Blue) = 156+201+249=606 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.74% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #9CC9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC9F9 is #633606. Grayscale: #C0C0C0. Windows color (decimal): -6501895 or 16370076. OLE color: 16370076.
HSL color Cylindrical-coordinate representation of color #9CC9F9: hue angle of 210.97º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CC9F9 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 201 | 249 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.02 |
| HSL | 210.97º | 0.89% | 0.79% | - |
| HSV(B) | 210.97º | 0.37% | 0.98% | - |
| XYZ | 51.7 | 55.68 | 97.65 | - |
| YUV | 193.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 249 | 0.37 | 0.19 | 0 | 0.02 | 210.97 | 0.89 | 0.79 |
| Hex | 9C | C9 | F9 | 25 | 13 | 0 | 2 | D3 | 59 | 4F |
| Octal | 234 | 311 | 371 | 45 | 23 | 0 | 2 | 323 | 131 | 117 |
| Binary | 10011100 | 11001001 | 11111001 | 100101 | 10011 | 0 | 10 | 11010011 | 1011001 | 1001111 |
Color Harmonies of #9CC9F9
Complementary color
Monochromatic Colors of #9CC9F9
Black with #9CC9F9
Text Example
Text Example
White with #9CC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC9F9; }
p { color: rgb(156,201,249); }
H1.HeaderClassName
{
color: #9CC9F9;
}
.AnyTagClassName
{
color: #9CC9F9;
}
</style>
background-color css
<style>
a { background-color: #9CC9F9; }
a { background-color: rgb(156,201,249); }
div.DivClassName
{
background-color: #9CC9F9;
}
.BgClassName
{
background-color: #9CC9F9;
}
</style>
border-color css
<style>
span { border-color: #9CC9F9; }
span { border-color: rgb(156,201,249); }
td.TdClassName
{
border-color: #9CC9F9;
}
.TagClassName
{
border-color: #9CC9F9;
}
</style>