Shades of Sail #9CC8EC
Tints of Sail #9CC8EC
RGB
CMYK
RGB Variations
Color information
#9CC8EC (or 0x9CC8EC) is known color: Sail. HEX triplet: 9C, C8 and EC. RGB value is (156,200,236). Sum of RGB (Red+Green+Blue) = 156+200+236=592 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.35% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC8EC is #633713. Grayscale: #BEBEBE. Windows color (decimal): -6502164 or 15517852. OLE color: 15517852.
HSL color Cylindrical-coordinate representation of color #9CC8EC: hue angle of 207º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CC8EC is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 200 | 236 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.07 |
| HSL | 207º | 0.68% | 0.77% | - |
| HSV(B) | 207º | 0.34% | 0.93% | - |
| XYZ | 49.5 | 54.43 | 87.25 | - |
| YUV | 190.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 236 | 0.34 | 0.15 | 0 | 0.07 | 207 | 0.68 | 0.77 |
| Hex | 9C | C8 | EC | 22 | F | 0 | 7 | CF | 44 | 4D |
| Octal | 234 | 310 | 354 | 42 | 17 | 0 | 7 | 317 | 104 | 115 |
| Binary | 10011100 | 11001000 | 11101100 | 100010 | 1111 | 0 | 111 | 11001111 | 1000100 | 1001101 |
Color Harmonies of #9CC8EC
Complementary color
Monochromatic Colors of #9CC8EC
Black with #9CC8EC
Text Example
Text Example
White with #9CC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC8EC; }
p { color: rgb(156,200,236); }
H1.HeaderClassName
{
color: #9CC8EC;
}
.AnyTagClassName
{
color: #9CC8EC;
}
</style>
background-color css
<style>
a { background-color: #9CC8EC; }
a { background-color: rgb(156,200,236); }
div.DivClassName
{
background-color: #9CC8EC;
}
.BgClassName
{
background-color: #9CC8EC;
}
</style>
border-color css
<style>
span { border-color: #9CC8EC; }
span { border-color: rgb(156,200,236); }
td.TdClassName
{
border-color: #9CC8EC;
}
.TagClassName
{
border-color: #9CC8EC;
}
</style>