Shades of Sail #9EC7EE
Tints of Sail #9EC7EE
RGB
CMYK
RGB Variations
Color information
#9EC7EE (or 0x9EC7EE) is known color: Sail. HEX triplet: 9E, C7 and EE. RGB value is (158,199,238). Sum of RGB (Red+Green+Blue) = 158+199+238=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EC7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC7EE is #613811. Grayscale: #BEBEBE. Windows color (decimal): -6371346 or 15648670. OLE color: 15648670.
HSL color Cylindrical-coordinate representation of color #9EC7EE: hue angle of 209.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC7EE is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 199 | 238 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.07 |
| HSL | 209.25º | 0.7% | 0.78% | - |
| HSV(B) | 209.25º | 0.34% | 0.93% | - |
| XYZ | 49.96 | 54.29 | 88.73 | - |
| YUV | 191.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 238 | 0.34 | 0.16 | 0 | 0.07 | 209.25 | 0.7 | 0.78 |
| Hex | 9E | C7 | EE | 22 | 10 | 0 | 7 | D1 | 46 | 4E |
| Octal | 236 | 307 | 356 | 42 | 20 | 0 | 7 | 321 | 106 | 116 |
| Binary | 10011110 | 11000111 | 11101110 | 100010 | 10000 | 0 | 111 | 11010001 | 1000110 | 1001110 |
Color Harmonies of #9EC7EE
Complementary color
Monochromatic Colors of #9EC7EE
Black with #9EC7EE
Text Example
Text Example
White with #9EC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC7EE; }
p { color: rgb(158,199,238); }
H1.HeaderClassName
{
color: #9EC7EE;
}
.AnyTagClassName
{
color: #9EC7EE;
}
</style>
background-color css
<style>
a { background-color: #9EC7EE; }
a { background-color: rgb(158,199,238); }
div.DivClassName
{
background-color: #9EC7EE;
}
.BgClassName
{
background-color: #9EC7EE;
}
</style>
border-color css
<style>
span { border-color: #9EC7EE; }
span { border-color: rgb(158,199,238); }
td.TdClassName
{
border-color: #9EC7EE;
}
.TagClassName
{
border-color: #9EC7EE;
}
</style>