Shades of Sail #9ECFEF
Tints of Sail #9ECFEF
RGB
CMYK
RGB Variations
Color information
#9ECFEF (or 0x9ECFEF) is known color: Sail. HEX triplet: 9E, CF and EF. RGB value is (158,207,239). Sum of RGB (Red+Green+Blue) = 158+207+239=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ECFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFEF is #613010. Grayscale: #C3C3C3. Windows color (decimal): -6369297 or 15716254. OLE color: 15716254.
HSL color Cylindrical-coordinate representation of color #9ECFEF: hue angle of 203.7º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ECFEF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 207 | 239 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.06 |
| HSL | 203.7º | 0.72% | 0.78% | - |
| HSV(B) | 203.7º | 0.34% | 0.94% | - |
| XYZ | 51.99 | 58.13 | 90.14 | - |
| YUV | 196 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 239 | 0.34 | 0.13 | 0 | 0.06 | 203.7 | 0.72 | 0.78 |
| Hex | 9E | CF | EF | 22 | D | 0 | 6 | CC | 48 | 4E |
| Octal | 236 | 317 | 357 | 42 | 15 | 0 | 6 | 314 | 110 | 116 |
| Binary | 10011110 | 11001111 | 11101111 | 100010 | 1101 | 0 | 110 | 11001100 | 1001000 | 1001110 |
Color Harmonies of #9ECFEF
Complementary color
Monochromatic Colors of #9ECFEF
Black with #9ECFEF
Text Example
Text Example
White with #9ECFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFEF; }
p { color: rgb(158,207,239); }
H1.HeaderClassName
{
color: #9ECFEF;
}
.AnyTagClassName
{
color: #9ECFEF;
}
</style>
background-color css
<style>
a { background-color: #9ECFEF; }
a { background-color: rgb(158,207,239); }
div.DivClassName
{
background-color: #9ECFEF;
}
.BgClassName
{
background-color: #9ECFEF;
}
</style>
border-color css
<style>
span { border-color: #9ECFEF; }
span { border-color: rgb(158,207,239); }
td.TdClassName
{
border-color: #9ECFEF;
}
.TagClassName
{
border-color: #9ECFEF;
}
</style>