Shades of Sail #9EC7EF
Tints of Sail #9EC7EF
RGB
CMYK
RGB Variations
Color information
#9EC7EF (or 0x9EC7EF) is known color: Sail. HEX triplet: 9E, C7 and EF. RGB value is (158,199,239). Sum of RGB (Red+Green+Blue) = 158+199+239=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EC7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC7EF is #613810. Grayscale: #BFBFBF. Windows color (decimal): -6371345 or 15714206. OLE color: 15714206.
HSL color Cylindrical-coordinate representation of color #9EC7EF: hue angle of 209.63º 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 #9EC7EF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 199 | 239 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.06 |
| HSL | 209.63º | 0.72% | 0.78% | - |
| HSV(B) | 209.63º | 0.34% | 0.94% | - |
| XYZ | 50.1 | 54.35 | 89.51 | - |
| YUV | 191.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 239 | 0.34 | 0.17 | 0 | 0.06 | 209.63 | 0.72 | 0.78 |
| Hex | 9E | C7 | EF | 22 | 11 | 0 | 6 | D2 | 48 | 4E |
| Octal | 236 | 307 | 357 | 42 | 21 | 0 | 6 | 322 | 110 | 116 |
| Binary | 10011110 | 11000111 | 11101111 | 100010 | 10001 | 0 | 110 | 11010010 | 1001000 | 1001110 |
Color Harmonies of #9EC7EF
Complementary color
Monochromatic Colors of #9EC7EF
Black with #9EC7EF
Text Example
Text Example
White with #9EC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC7EF; }
p { color: rgb(158,199,239); }
H1.HeaderClassName
{
color: #9EC7EF;
}
.AnyTagClassName
{
color: #9EC7EF;
}
</style>
background-color css
<style>
a { background-color: #9EC7EF; }
a { background-color: rgb(158,199,239); }
div.DivClassName
{
background-color: #9EC7EF;
}
.BgClassName
{
background-color: #9EC7EF;
}
</style>
border-color css
<style>
span { border-color: #9EC7EF; }
span { border-color: rgb(158,199,239); }
td.TdClassName
{
border-color: #9EC7EF;
}
.TagClassName
{
border-color: #9EC7EF;
}
</style>