Shades of Sail #9ECCED
Tints of Sail #9ECCED
RGB
CMYK
RGB Variations
Color information
#9ECCED (or 0x9ECCED) is known color: Sail. HEX triplet: 9E, CC and ED. RGB value is (158,204,237). Sum of RGB (Red+Green+Blue) = 158+204+237=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ECCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCED is #613312. Grayscale: #C1C1C1. Windows color (decimal): -6370067 or 15584414. OLE color: 15584414.
HSL color Cylindrical-coordinate representation of color #9ECCED: hue angle of 205.06º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ECCED is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 204 | 237 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.07 |
| HSL | 205.06º | 0.69% | 0.77% | - |
| HSV(B) | 205.06º | 0.33% | 0.93% | - |
| XYZ | 50.98 | 56.57 | 88.35 | - |
| YUV | 194.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 237 | 0.33 | 0.14 | 0 | 0.07 | 205.06 | 0.69 | 0.77 |
| Hex | 9E | CC | ED | 21 | E | 0 | 7 | CD | 45 | 4D |
| Octal | 236 | 314 | 355 | 41 | 16 | 0 | 7 | 315 | 105 | 115 |
| Binary | 10011110 | 11001100 | 11101101 | 100001 | 1110 | 0 | 111 | 11001101 | 1000101 | 1001101 |
Color Harmonies of #9ECCED
Complementary color
Monochromatic Colors of #9ECCED
Black with #9ECCED
Text Example
Text Example
White with #9ECCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCED; }
p { color: rgb(158,204,237); }
H1.HeaderClassName
{
color: #9ECCED;
}
.AnyTagClassName
{
color: #9ECCED;
}
</style>
background-color css
<style>
a { background-color: #9ECCED; }
a { background-color: rgb(158,204,237); }
div.DivClassName
{
background-color: #9ECCED;
}
.BgClassName
{
background-color: #9ECCED;
}
</style>
border-color css
<style>
span { border-color: #9ECCED; }
span { border-color: rgb(158,204,237); }
td.TdClassName
{
border-color: #9ECCED;
}
.TagClassName
{
border-color: #9ECCED;
}
</style>