Shades of Sail #9EC4EF
Tints of Sail #9EC4EF
RGB
CMYK
RGB Variations
Color information
#9EC4EF (or 0x9EC4EF) is known color: Sail. HEX triplet: 9E, C4 and EF. RGB value is (158,196,239). Sum of RGB (Red+Green+Blue) = 158+196+239=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EC4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC4EF is #613B10. Grayscale: #BDBDBD. Windows color (decimal): -6372113 or 15713438. OLE color: 15713438.
HSL color Cylindrical-coordinate representation of color #9EC4EF: hue angle of 211.85º 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 #9EC4EF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 196 | 239 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.06 |
| HSL | 211.85º | 0.72% | 0.78% | - |
| HSV(B) | 211.85º | 0.34% | 0.94% | - |
| XYZ | 49.42 | 52.98 | 89.28 | - |
| YUV | 189.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 239 | 0.34 | 0.18 | 0 | 0.06 | 211.85 | 0.72 | 0.78 |
| Hex | 9E | C4 | EF | 22 | 12 | 0 | 6 | D4 | 48 | 4E |
| Octal | 236 | 304 | 357 | 42 | 22 | 0 | 6 | 324 | 110 | 116 |
| Binary | 10011110 | 11000100 | 11101111 | 100010 | 10010 | 0 | 110 | 11010100 | 1001000 | 1001110 |
Color Harmonies of #9EC4EF
Complementary color
Monochromatic Colors of #9EC4EF
Black with #9EC4EF
Text Example
Text Example
White with #9EC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC4EF; }
p { color: rgb(158,196,239); }
H1.HeaderClassName
{
color: #9EC4EF;
}
.AnyTagClassName
{
color: #9EC4EF;
}
</style>
background-color css
<style>
a { background-color: #9EC4EF; }
a { background-color: rgb(158,196,239); }
div.DivClassName
{
background-color: #9EC4EF;
}
.BgClassName
{
background-color: #9EC4EF;
}
</style>
border-color css
<style>
span { border-color: #9EC4EF; }
span { border-color: rgb(158,196,239); }
td.TdClassName
{
border-color: #9EC4EF;
}
.TagClassName
{
border-color: #9EC4EF;
}
</style>