Shades of Sail #9ECCEF
Tints of Sail #9ECCEF
RGB
CMYK
RGB Variations
Color information
#9ECCEF (or 0x9ECCEF) is known color: Sail. HEX triplet: 9E, CC and EF. RGB value is (158,204,239). Sum of RGB (Red+Green+Blue) = 158+204+239=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ECCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCEF is #613310. Grayscale: #C2C2C2. Windows color (decimal): -6370065 or 15715486. OLE color: 15715486.
HSL color Cylindrical-coordinate representation of color #9ECCEF: hue angle of 205.93º 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 #9ECCEF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 204 | 239 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.06 |
| HSL | 205.93º | 0.72% | 0.78% | - |
| HSV(B) | 205.93º | 0.34% | 0.94% | - |
| XYZ | 51.27 | 56.69 | 89.9 | - |
| YUV | 194.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 239 | 0.34 | 0.15 | 0 | 0.06 | 205.93 | 0.72 | 0.78 |
| Hex | 9E | CC | EF | 22 | F | 0 | 6 | CE | 48 | 4E |
| Octal | 236 | 314 | 357 | 42 | 17 | 0 | 6 | 316 | 110 | 116 |
| Binary | 10011110 | 11001100 | 11101111 | 100010 | 1111 | 0 | 110 | 11001110 | 1001000 | 1001110 |
Color Harmonies of #9ECCEF
Complementary color
Monochromatic Colors of #9ECCEF
Black with #9ECCEF
Text Example
Text Example
White with #9ECCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCEF; }
p { color: rgb(158,204,239); }
H1.HeaderClassName
{
color: #9ECCEF;
}
.AnyTagClassName
{
color: #9ECCEF;
}
</style>
background-color css
<style>
a { background-color: #9ECCEF; }
a { background-color: rgb(158,204,239); }
div.DivClassName
{
background-color: #9ECCEF;
}
.BgClassName
{
background-color: #9ECCEF;
}
</style>
border-color css
<style>
span { border-color: #9ECCEF; }
span { border-color: rgb(158,204,239); }
td.TdClassName
{
border-color: #9ECCEF;
}
.TagClassName
{
border-color: #9ECCEF;
}
</style>