Shades of Sail #9ECFE8
Tints of Sail #9ECFE8
RGB
CMYK
RGB Variations
Color information
#9ECFE8 (or 0x9ECFE8) is known color: Sail. HEX triplet: 9E, CF and E8. RGB value is (158,207,232). Sum of RGB (Red+Green+Blue) = 158+207+232=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #9ECFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFE8 is #613017. Grayscale: #C3C3C3. Windows color (decimal): -6369304 or 15257502. OLE color: 15257502.
HSL color Cylindrical-coordinate representation of color #9ECFE8: hue angle of 200.27º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECFE8 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 207 | 232 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.09 |
| HSL | 200.27º | 0.62% | 0.76% | - |
| HSV(B) | 200.27º | 0.32% | 0.91% | - |
| XYZ | 50.98 | 57.72 | 84.8 | - |
| YUV | 195.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 232 | 0.32 | 0.11 | 0 | 0.09 | 200.27 | 0.62 | 0.76 |
| Hex | 9E | CF | E8 | 20 | B | 0 | 9 | C8 | 3E | 4C |
| Octal | 236 | 317 | 350 | 40 | 13 | 0 | 11 | 310 | 76 | 114 |
| Binary | 10011110 | 11001111 | 11101000 | 100000 | 1011 | 0 | 1001 | 11001000 | 111110 | 1001100 |
Color Harmonies of #9ECFE8
Complementary color
Monochromatic Colors of #9ECFE8
Black with #9ECFE8
Text Example
Text Example
White with #9ECFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFE8; }
p { color: rgb(158,207,232); }
H1.HeaderClassName
{
color: #9ECFE8;
}
.AnyTagClassName
{
color: #9ECFE8;
}
</style>
background-color css
<style>
a { background-color: #9ECFE8; }
a { background-color: rgb(158,207,232); }
div.DivClassName
{
background-color: #9ECFE8;
}
.BgClassName
{
background-color: #9ECFE8;
}
</style>
border-color css
<style>
span { border-color: #9ECFE8; }
span { border-color: rgb(158,207,232); }
td.TdClassName
{
border-color: #9ECFE8;
}
.TagClassName
{
border-color: #9ECFE8;
}
</style>