Shades of Sail #9ED2EF
Tints of Sail #9ED2EF
RGB
CMYK
RGB Variations
Color information
#9ED2EF (or 0x9ED2EF) is known color: Sail. HEX triplet: 9E, D2 and EF. RGB value is (158,210,239). Sum of RGB (Red+Green+Blue) = 158+210+239=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ED2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2EF is #612D10. Grayscale: #C5C5C5. Windows color (decimal): -6368529 or 15717022. OLE color: 15717022.
HSL color Cylindrical-coordinate representation of color #9ED2EF: hue angle of 201.48º 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 #9ED2EF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 210 | 239 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.06 |
| HSL | 201.48º | 0.72% | 0.78% | - |
| HSV(B) | 201.48º | 0.34% | 0.94% | - |
| XYZ | 52.73 | 59.59 | 90.39 | - |
| YUV | 197.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 239 | 0.34 | 0.12 | 0 | 0.06 | 201.48 | 0.72 | 0.78 |
| Hex | 9E | D2 | EF | 22 | C | 0 | 6 | C9 | 48 | 4E |
| Octal | 236 | 322 | 357 | 42 | 14 | 0 | 6 | 311 | 110 | 116 |
| Binary | 10011110 | 11010010 | 11101111 | 100010 | 1100 | 0 | 110 | 11001001 | 1001000 | 1001110 |
Color Harmonies of #9ED2EF
Complementary color
Monochromatic Colors of #9ED2EF
Black with #9ED2EF
Text Example
Text Example
White with #9ED2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2EF; }
p { color: rgb(158,210,239); }
H1.HeaderClassName
{
color: #9ED2EF;
}
.AnyTagClassName
{
color: #9ED2EF;
}
</style>
background-color css
<style>
a { background-color: #9ED2EF; }
a { background-color: rgb(158,210,239); }
div.DivClassName
{
background-color: #9ED2EF;
}
.BgClassName
{
background-color: #9ED2EF;
}
</style>
border-color css
<style>
span { border-color: #9ED2EF; }
span { border-color: rgb(158,210,239); }
td.TdClassName
{
border-color: #9ED2EF;
}
.TagClassName
{
border-color: #9ED2EF;
}
</style>