Shades of Sail #9ECFE9
Tints of Sail #9ECFE9
RGB
CMYK
RGB Variations
Color information
#9ECFE9 (or 0x9ECFE9) is known color: Sail. HEX triplet: 9E, CF and E9. RGB value is (158,207,233). Sum of RGB (Red+Green+Blue) = 158+207+233=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #9ECFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFE9 is #613016. Grayscale: #C3C3C3. Windows color (decimal): -6369303 or 15323038. OLE color: 15323038.
HSL color Cylindrical-coordinate representation of color #9ECFE9: hue angle of 200.8º 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 #9ECFE9 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 207 | 233 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.09 |
| HSL | 200.8º | 0.63% | 0.77% | - |
| HSV(B) | 200.8º | 0.32% | 0.91% | - |
| XYZ | 51.12 | 57.78 | 85.55 | - |
| YUV | 195.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 233 | 0.32 | 0.11 | 0 | 0.09 | 200.8 | 0.63 | 0.77 |
| Hex | 9E | CF | E9 | 20 | B | 0 | 9 | C9 | 3F | 4D |
| Octal | 236 | 317 | 351 | 40 | 13 | 0 | 11 | 311 | 77 | 115 |
| Binary | 10011110 | 11001111 | 11101001 | 100000 | 1011 | 0 | 1001 | 11001001 | 111111 | 1001101 |
Color Harmonies of #9ECFE9
Complementary color
Monochromatic Colors of #9ECFE9
Black with #9ECFE9
Text Example
Text Example
White with #9ECFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFE9; }
p { color: rgb(158,207,233); }
H1.HeaderClassName
{
color: #9ECFE9;
}
.AnyTagClassName
{
color: #9ECFE9;
}
</style>
background-color css
<style>
a { background-color: #9ECFE9; }
a { background-color: rgb(158,207,233); }
div.DivClassName
{
background-color: #9ECFE9;
}
.BgClassName
{
background-color: #9ECFE9;
}
</style>
border-color css
<style>
span { border-color: #9ECFE9; }
span { border-color: rgb(158,207,233); }
td.TdClassName
{
border-color: #9ECFE9;
}
.TagClassName
{
border-color: #9ECFE9;
}
</style>