Shades of Sail #9ECEEE
Tints of Sail #9ECEEE
RGB
CMYK
RGB Variations
Color information
#9ECEEE (or 0x9ECEEE) is known color: Sail. HEX triplet: 9E, CE and EE. RGB value is (158,206,238). Sum of RGB (Red+Green+Blue) = 158+206+238=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ECEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEEE is #613111. Grayscale: #C3C3C3. Windows color (decimal): -6369554 or 15650462. OLE color: 15650462.
HSL color Cylindrical-coordinate representation of color #9ECEEE: hue angle of 204º 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 #9ECEEE is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 206 | 238 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.07 |
| HSL | 204º | 0.7% | 0.78% | - |
| HSV(B) | 204º | 0.34% | 0.93% | - |
| XYZ | 51.6 | 57.58 | 89.28 | - |
| YUV | 195.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 238 | 0.34 | 0.13 | 0 | 0.07 | 204 | 0.7 | 0.78 |
| Hex | 9E | CE | EE | 22 | D | 0 | 7 | CC | 46 | 4E |
| Octal | 236 | 316 | 356 | 42 | 15 | 0 | 7 | 314 | 106 | 116 |
| Binary | 10011110 | 11001110 | 11101110 | 100010 | 1101 | 0 | 111 | 11001100 | 1000110 | 1001110 |
Color Harmonies of #9ECEEE
Complementary color
Monochromatic Colors of #9ECEEE
Black with #9ECEEE
Text Example
Text Example
White with #9ECEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEEE; }
p { color: rgb(158,206,238); }
H1.HeaderClassName
{
color: #9ECEEE;
}
.AnyTagClassName
{
color: #9ECEEE;
}
</style>
background-color css
<style>
a { background-color: #9ECEEE; }
a { background-color: rgb(158,206,238); }
div.DivClassName
{
background-color: #9ECEEE;
}
.BgClassName
{
background-color: #9ECEEE;
}
</style>
border-color css
<style>
span { border-color: #9ECEEE; }
span { border-color: rgb(158,206,238); }
td.TdClassName
{
border-color: #9ECEEE;
}
.TagClassName
{
border-color: #9ECEEE;
}
</style>