Shades of Sail #9EC9ED
Tints of Sail #9EC9ED
RGB
CMYK
RGB Variations
Color information
#9EC9ED (or 0x9EC9ED) is known color: Sail. HEX triplet: 9E, C9 and ED. RGB value is (158,201,237). Sum of RGB (Red+Green+Blue) = 158+201+237=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EC9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC9ED is #613612. Grayscale: #C0C0C0. Windows color (decimal): -6370835 or 15583646. OLE color: 15583646.
HSL color Cylindrical-coordinate representation of color #9EC9ED: hue angle of 207.34º 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 #9EC9ED is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 201 | 237 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.07 |
| HSL | 207.34º | 0.69% | 0.77% | - |
| HSV(B) | 207.34º | 0.33% | 0.93% | - |
| XYZ | 50.27 | 55.16 | 88.12 | - |
| YUV | 192.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 237 | 0.33 | 0.15 | 0 | 0.07 | 207.34 | 0.69 | 0.77 |
| Hex | 9E | C9 | ED | 21 | F | 0 | 7 | CF | 45 | 4D |
| Octal | 236 | 311 | 355 | 41 | 17 | 0 | 7 | 317 | 105 | 115 |
| Binary | 10011110 | 11001001 | 11101101 | 100001 | 1111 | 0 | 111 | 11001111 | 1000101 | 1001101 |
Color Harmonies of #9EC9ED
Complementary color
Monochromatic Colors of #9EC9ED
Black with #9EC9ED
Text Example
Text Example
White with #9EC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC9ED; }
p { color: rgb(158,201,237); }
H1.HeaderClassName
{
color: #9EC9ED;
}
.AnyTagClassName
{
color: #9EC9ED;
}
</style>
background-color css
<style>
a { background-color: #9EC9ED; }
a { background-color: rgb(158,201,237); }
div.DivClassName
{
background-color: #9EC9ED;
}
.BgClassName
{
background-color: #9EC9ED;
}
</style>
border-color css
<style>
span { border-color: #9EC9ED; }
span { border-color: rgb(158,201,237); }
td.TdClassName
{
border-color: #9EC9ED;
}
.TagClassName
{
border-color: #9EC9ED;
}
</style>