Shades of Sail #9ECEE9
Tints of Sail #9ECEE9
RGB
CMYK
RGB Variations
Color information
#9ECEE9 (or 0x9ECEE9) is known color: Sail. HEX triplet: 9E, CE and E9. RGB value is (158,206,233). Sum of RGB (Red+Green+Blue) = 158+206+233=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #9ECEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEE9 is #613116. Grayscale: #C2C2C2. Windows color (decimal): -6369559 or 15322782. OLE color: 15322782.
HSL color Cylindrical-coordinate representation of color #9ECEE9: hue angle of 201.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECEE9 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 206 | 233 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.09 |
| HSL | 201.6º | 0.63% | 0.77% | - |
| HSV(B) | 201.6º | 0.32% | 0.91% | - |
| XYZ | 50.88 | 57.29 | 85.47 | - |
| YUV | 194.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 233 | 0.32 | 0.12 | 0 | 0.09 | 201.6 | 0.63 | 0.77 |
| Hex | 9E | CE | E9 | 20 | C | 0 | 9 | CA | 3F | 4D |
| Octal | 236 | 316 | 351 | 40 | 14 | 0 | 11 | 312 | 77 | 115 |
| Binary | 10011110 | 11001110 | 11101001 | 100000 | 1100 | 0 | 1001 | 11001010 | 111111 | 1001101 |
Color Harmonies of #9ECEE9
Complementary color
Monochromatic Colors of #9ECEE9
Black with #9ECEE9
Text Example
Text Example
White with #9ECEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEE9; }
p { color: rgb(158,206,233); }
H1.HeaderClassName
{
color: #9ECEE9;
}
.AnyTagClassName
{
color: #9ECEE9;
}
</style>
background-color css
<style>
a { background-color: #9ECEE9; }
a { background-color: rgb(158,206,233); }
div.DivClassName
{
background-color: #9ECEE9;
}
.BgClassName
{
background-color: #9ECEE9;
}
</style>
border-color css
<style>
span { border-color: #9ECEE9; }
span { border-color: rgb(158,206,233); }
td.TdClassName
{
border-color: #9ECEE9;
}
.TagClassName
{
border-color: #9ECEE9;
}
</style>