Shades of Sail #9ECDE6
Tints of Sail #9ECDE6
RGB
CMYK
RGB Variations
Color information
#9ECDE6 (or 0x9ECDE6) is known color: Sail. HEX triplet: 9E, CD and E6. RGB value is (158,205,230). Sum of RGB (Red+Green+Blue) = 158+205+230=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #9ECDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECDE6 is #613219. Grayscale: #C1C1C1. Windows color (decimal): -6369818 or 15125918. OLE color: 15125918.
HSL color Cylindrical-coordinate representation of color #9ECDE6: hue angle of 200.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ECDE6 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 205 | 230 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.10 |
| HSL | 200.83º | 0.59% | 0.76% | - |
| HSV(B) | 200.83º | 0.31% | 0.9% | - |
| XYZ | 50.21 | 56.64 | 83.15 | - |
| YUV | 193.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 230 | 0.31 | 0.11 | 0 | 0.10 | 200.83 | 0.59 | 0.76 |
| Hex | 9E | CD | E6 | 1F | B | 0 | A | C9 | 3B | 4C |
| Octal | 236 | 315 | 346 | 37 | 13 | 0 | 12 | 311 | 73 | 114 |
| Binary | 10011110 | 11001101 | 11100110 | 11111 | 1011 | 0 | 1010 | 11001001 | 111011 | 1001100 |
Color Harmonies of #9ECDE6
Complementary color
Monochromatic Colors of #9ECDE6
Black with #9ECDE6
Text Example
Text Example
White with #9ECDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDE6; }
p { color: rgb(158,205,230); }
H1.HeaderClassName
{
color: #9ECDE6;
}
.AnyTagClassName
{
color: #9ECDE6;
}
</style>
background-color css
<style>
a { background-color: #9ECDE6; }
a { background-color: rgb(158,205,230); }
div.DivClassName
{
background-color: #9ECDE6;
}
.BgClassName
{
background-color: #9ECDE6;
}
</style>
border-color css
<style>
span { border-color: #9ECDE6; }
span { border-color: rgb(158,205,230); }
td.TdClassName
{
border-color: #9ECDE6;
}
.TagClassName
{
border-color: #9ECDE6;
}
</style>