Shades of Sail #9ECEFA
Tints of Sail #9ECEFA
RGB
CMYK
RGB Variations
Color information
#9ECEFA (or 0x9ECEFA) is known color: Sail. HEX triplet: 9E, CE and FA. RGB value is (158,206,250). Sum of RGB (Red+Green+Blue) = 158+206+250=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ECEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEFA is #613105. Grayscale: #C4C4C4. Windows color (decimal): -6369542 or 16436894. OLE color: 16436894.
HSL color Cylindrical-coordinate representation of color #9ECEFA: hue angle of 208.7º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ECEFA is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 206 | 250 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.02 |
| HSL | 208.7º | 0.9% | 0.8% | - |
| HSV(B) | 208.7º | 0.37% | 0.98% | - |
| XYZ | 53.43 | 58.31 | 98.88 | - |
| YUV | 196.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 250 | 0.37 | 0.18 | 0 | 0.02 | 208.7 | 0.9 | 0.8 |
| Hex | 9E | CE | FA | 25 | 12 | 0 | 2 | D1 | 5A | 50 |
| Octal | 236 | 316 | 372 | 45 | 22 | 0 | 2 | 321 | 132 | 120 |
| Binary | 10011110 | 11001110 | 11111010 | 100101 | 10010 | 0 | 10 | 11010001 | 1011010 | 1010000 |
Color Harmonies of #9ECEFA
Complementary color
Monochromatic Colors of #9ECEFA
Black with #9ECEFA
Text Example
Text Example
White with #9ECEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEFA; }
p { color: rgb(158,206,250); }
H1.HeaderClassName
{
color: #9ECEFA;
}
.AnyTagClassName
{
color: #9ECEFA;
}
</style>
background-color css
<style>
a { background-color: #9ECEFA; }
a { background-color: rgb(158,206,250); }
div.DivClassName
{
background-color: #9ECEFA;
}
.BgClassName
{
background-color: #9ECEFA;
}
</style>
border-color css
<style>
span { border-color: #9ECEFA; }
span { border-color: rgb(158,206,250); }
td.TdClassName
{
border-color: #9ECEFA;
}
.TagClassName
{
border-color: #9ECEFA;
}
</style>