Shades of Sail #9ED3EE
Tints of Sail #9ED3EE
RGB
CMYK
RGB Variations
Color information
#9ED3EE (or 0x9ED3EE) is known color: Sail. HEX triplet: 9E, D3 and EE. RGB value is (158,211,238). Sum of RGB (Red+Green+Blue) = 158+211+238=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ED3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED3EE is #612C11. Grayscale: #C6C6C6. Windows color (decimal): -6368274 or 15651742. OLE color: 15651742.
HSL color Cylindrical-coordinate representation of color #9ED3EE: hue angle of 200.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED3EE is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 211 | 238 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.07 |
| HSL | 200.25º | 0.7% | 0.78% | - |
| HSV(B) | 200.25º | 0.34% | 0.93% | - |
| XYZ | 52.83 | 60.03 | 89.69 | - |
| YUV | 198.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 238 | 0.34 | 0.11 | 0 | 0.07 | 200.25 | 0.7 | 0.78 |
| Hex | 9E | D3 | EE | 22 | B | 0 | 7 | C8 | 46 | 4E |
| Octal | 236 | 323 | 356 | 42 | 13 | 0 | 7 | 310 | 106 | 116 |
| Binary | 10011110 | 11010011 | 11101110 | 100010 | 1011 | 0 | 111 | 11001000 | 1000110 | 1001110 |
Color Harmonies of #9ED3EE
Complementary color
Monochromatic Colors of #9ED3EE
Black with #9ED3EE
Text Example
Text Example
White with #9ED3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED3EE; }
p { color: rgb(158,211,238); }
H1.HeaderClassName
{
color: #9ED3EE;
}
.AnyTagClassName
{
color: #9ED3EE;
}
</style>
background-color css
<style>
a { background-color: #9ED3EE; }
a { background-color: rgb(158,211,238); }
div.DivClassName
{
background-color: #9ED3EE;
}
.BgClassName
{
background-color: #9ED3EE;
}
</style>
border-color css
<style>
span { border-color: #9ED3EE; }
span { border-color: rgb(158,211,238); }
td.TdClassName
{
border-color: #9ED3EE;
}
.TagClassName
{
border-color: #9ED3EE;
}
</style>