Shades of Sail #9ECDEF
Tints of Sail #9ECDEF
RGB
CMYK
RGB Variations
Color information
#9ECDEF (or 0x9ECDEF) is known color: Sail. HEX triplet: 9E, CD and EF. RGB value is (158,205,239). Sum of RGB (Red+Green+Blue) = 158+205+239=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ECDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECDEF is #613210. Grayscale: #C2C2C2. Windows color (decimal): -6369809 or 15715742. OLE color: 15715742.
HSL color Cylindrical-coordinate representation of color #9ECDEF: hue angle of 205.19º 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 #9ECDEF is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 205 | 239 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.06 |
| HSL | 205.19º | 0.72% | 0.78% | - |
| HSV(B) | 205.19º | 0.34% | 0.94% | - |
| XYZ | 51.51 | 57.16 | 89.98 | - |
| YUV | 194.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 239 | 0.34 | 0.14 | 0 | 0.06 | 205.19 | 0.72 | 0.78 |
| Hex | 9E | CD | EF | 22 | E | 0 | 6 | CD | 48 | 4E |
| Octal | 236 | 315 | 357 | 42 | 16 | 0 | 6 | 315 | 110 | 116 |
| Binary | 10011110 | 11001101 | 11101111 | 100010 | 1110 | 0 | 110 | 11001101 | 1001000 | 1001110 |
Color Harmonies of #9ECDEF
Complementary color
Monochromatic Colors of #9ECDEF
Black with #9ECDEF
Text Example
Text Example
White with #9ECDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDEF; }
p { color: rgb(158,205,239); }
H1.HeaderClassName
{
color: #9ECDEF;
}
.AnyTagClassName
{
color: #9ECDEF;
}
</style>
background-color css
<style>
a { background-color: #9ECDEF; }
a { background-color: rgb(158,205,239); }
div.DivClassName
{
background-color: #9ECDEF;
}
.BgClassName
{
background-color: #9ECDEF;
}
</style>
border-color css
<style>
span { border-color: #9ECDEF; }
span { border-color: rgb(158,205,239); }
td.TdClassName
{
border-color: #9ECDEF;
}
.TagClassName
{
border-color: #9ECDEF;
}
</style>