Shades of Sail #9ECCEE
Tints of Sail #9ECCEE
RGB
CMYK
RGB Variations
Color information
#9ECCEE (or 0x9ECCEE) is known color: Sail. HEX triplet: 9E, CC and EE. RGB value is (158,204,238). Sum of RGB (Red+Green+Blue) = 158+204+238=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ECCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCEE is #613311. Grayscale: #C1C1C1. Windows color (decimal): -6370066 or 15649950. OLE color: 15649950.
HSL color Cylindrical-coordinate representation of color #9ECCEE: hue angle of 205.5º 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 #9ECCEE is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 204 | 238 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.07 |
| HSL | 205.5º | 0.7% | 0.78% | - |
| HSV(B) | 205.5º | 0.34% | 0.93% | - |
| XYZ | 51.13 | 56.63 | 89.12 | - |
| YUV | 194.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 238 | 0.34 | 0.14 | 0 | 0.07 | 205.5 | 0.7 | 0.78 |
| Hex | 9E | CC | EE | 22 | E | 0 | 7 | CE | 46 | 4E |
| Octal | 236 | 314 | 356 | 42 | 16 | 0 | 7 | 316 | 106 | 116 |
| Binary | 10011110 | 11001100 | 11101110 | 100010 | 1110 | 0 | 111 | 11001110 | 1000110 | 1001110 |
Color Harmonies of #9ECCEE
Complementary color
Monochromatic Colors of #9ECCEE
Black with #9ECCEE
Text Example
Text Example
White with #9ECCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCEE; }
p { color: rgb(158,204,238); }
H1.HeaderClassName
{
color: #9ECCEE;
}
.AnyTagClassName
{
color: #9ECCEE;
}
</style>
background-color css
<style>
a { background-color: #9ECCEE; }
a { background-color: rgb(158,204,238); }
div.DivClassName
{
background-color: #9ECCEE;
}
.BgClassName
{
background-color: #9ECCEE;
}
</style>
border-color css
<style>
span { border-color: #9ECCEE; }
span { border-color: rgb(158,204,238); }
td.TdClassName
{
border-color: #9ECCEE;
}
.TagClassName
{
border-color: #9ECCEE;
}
</style>