Shades of Sail #9ED3EF
Tints of Sail #9ED3EF
RGB
CMYK
RGB Variations
Color information
#9ED3EF (or 0x9ED3EF) is known color: Sail. HEX triplet: 9E, D3 and EF. RGB value is (158,211,239). Sum of RGB (Red+Green+Blue) = 158+211+239=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ED3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED3EF is #612C10. Grayscale: #C6C6C6. Windows color (decimal): -6368273 or 15717278. OLE color: 15717278.
HSL color Cylindrical-coordinate representation of color #9ED3EF: hue angle of 200.74º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED3EF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 211 | 239 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.06 |
| HSL | 200.74º | 0.72% | 0.78% | - |
| HSV(B) | 200.74º | 0.34% | 0.94% | - |
| XYZ | 52.97 | 60.09 | 90.47 | - |
| YUV | 198.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 239 | 0.34 | 0.12 | 0 | 0.06 | 200.74 | 0.72 | 0.78 |
| Hex | 9E | D3 | EF | 22 | C | 0 | 6 | C9 | 48 | 4E |
| Octal | 236 | 323 | 357 | 42 | 14 | 0 | 6 | 311 | 110 | 116 |
| Binary | 10011110 | 11010011 | 11101111 | 100010 | 1100 | 0 | 110 | 11001001 | 1001000 | 1001110 |
Color Harmonies of #9ED3EF
Complementary color
Monochromatic Colors of #9ED3EF
Black with #9ED3EF
Text Example
Text Example
White with #9ED3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED3EF; }
p { color: rgb(158,211,239); }
H1.HeaderClassName
{
color: #9ED3EF;
}
.AnyTagClassName
{
color: #9ED3EF;
}
</style>
background-color css
<style>
a { background-color: #9ED3EF; }
a { background-color: rgb(158,211,239); }
div.DivClassName
{
background-color: #9ED3EF;
}
.BgClassName
{
background-color: #9ED3EF;
}
</style>
border-color css
<style>
span { border-color: #9ED3EF; }
span { border-color: rgb(158,211,239); }
td.TdClassName
{
border-color: #9ED3EF;
}
.TagClassName
{
border-color: #9ED3EF;
}
</style>