Shades of Sail #9ECBED
Tints of Sail #9ECBED
RGB
CMYK
RGB Variations
Color information
#9ECBED (or 0x9ECBED) is known color: Sail. HEX triplet: 9E, CB and ED. RGB value is (158,203,237). Sum of RGB (Red+Green+Blue) = 158+203+237=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ECBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBED is #613412. Grayscale: #C1C1C1. Windows color (decimal): -6370323 or 15584158. OLE color: 15584158.
HSL color Cylindrical-coordinate representation of color #9ECBED: hue angle of 205.82º 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 #9ECBED is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 203 | 237 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.07 |
| HSL | 205.82º | 0.69% | 0.77% | - |
| HSV(B) | 205.82º | 0.33% | 0.93% | - |
| XYZ | 50.74 | 56.1 | 88.27 | - |
| YUV | 193.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 237 | 0.33 | 0.14 | 0 | 0.07 | 205.82 | 0.69 | 0.77 |
| Hex | 9E | CB | ED | 21 | E | 0 | 7 | CE | 45 | 4D |
| Octal | 236 | 313 | 355 | 41 | 16 | 0 | 7 | 316 | 105 | 115 |
| Binary | 10011110 | 11001011 | 11101101 | 100001 | 1110 | 0 | 111 | 11001110 | 1000101 | 1001101 |
Color Harmonies of #9ECBED
Complementary color
Monochromatic Colors of #9ECBED
Black with #9ECBED
Text Example
Text Example
White with #9ECBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBED; }
p { color: rgb(158,203,237); }
H1.HeaderClassName
{
color: #9ECBED;
}
.AnyTagClassName
{
color: #9ECBED;
}
</style>
background-color css
<style>
a { background-color: #9ECBED; }
a { background-color: rgb(158,203,237); }
div.DivClassName
{
background-color: #9ECBED;
}
.BgClassName
{
background-color: #9ECBED;
}
</style>
border-color css
<style>
span { border-color: #9ECBED; }
span { border-color: rgb(158,203,237); }
td.TdClassName
{
border-color: #9ECBED;
}
.TagClassName
{
border-color: #9ECBED;
}
</style>