Shades of Sail #9ECBEF
Tints of Sail #9ECBEF
RGB
CMYK
RGB Variations
Color information
#9ECBEF (or 0x9ECBEF) is known color: Sail. HEX triplet: 9E, CB and EF. RGB value is (158,203,239). Sum of RGB (Red+Green+Blue) = 158+203+239=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ECBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBEF is #613410. Grayscale: #C1C1C1. Windows color (decimal): -6370321 or 15715230. OLE color: 15715230.
HSL color Cylindrical-coordinate representation of color #9ECBEF: hue angle of 206.67º 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 #9ECBEF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 203 | 239 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.06 |
| HSL | 206.67º | 0.72% | 0.78% | - |
| HSV(B) | 206.67º | 0.34% | 0.94% | - |
| XYZ | 51.04 | 56.21 | 89.82 | - |
| YUV | 193.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 239 | 0.34 | 0.15 | 0 | 0.06 | 206.67 | 0.72 | 0.78 |
| Hex | 9E | CB | EF | 22 | F | 0 | 6 | CF | 48 | 4E |
| Octal | 236 | 313 | 357 | 42 | 17 | 0 | 6 | 317 | 110 | 116 |
| Binary | 10011110 | 11001011 | 11101111 | 100010 | 1111 | 0 | 110 | 11001111 | 1001000 | 1001110 |
Color Harmonies of #9ECBEF
Complementary color
Monochromatic Colors of #9ECBEF
Black with #9ECBEF
Text Example
Text Example
White with #9ECBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBEF; }
p { color: rgb(158,203,239); }
H1.HeaderClassName
{
color: #9ECBEF;
}
.AnyTagClassName
{
color: #9ECBEF;
}
</style>
background-color css
<style>
a { background-color: #9ECBEF; }
a { background-color: rgb(158,203,239); }
div.DivClassName
{
background-color: #9ECBEF;
}
.BgClassName
{
background-color: #9ECBEF;
}
</style>
border-color css
<style>
span { border-color: #9ECBEF; }
span { border-color: rgb(158,203,239); }
td.TdClassName
{
border-color: #9ECBEF;
}
.TagClassName
{
border-color: #9ECBEF;
}
</style>