Shades of Sail #9ED1EF
Tints of Sail #9ED1EF
RGB
CMYK
RGB Variations
Color information
#9ED1EF (or 0x9ED1EF) is known color: Sail. HEX triplet: 9E, D1 and EF. RGB value is (158,209,239). Sum of RGB (Red+Green+Blue) = 158+209+239=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ED1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED1EF is #612E10. Grayscale: #C4C4C4. Windows color (decimal): -6368785 or 15716766. OLE color: 15716766.
HSL color Cylindrical-coordinate representation of color #9ED1EF: hue angle of 202.22º 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 #9ED1EF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 209 | 239 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.06 |
| HSL | 202.22º | 0.72% | 0.78% | - |
| HSV(B) | 202.22º | 0.34% | 0.94% | - |
| XYZ | 52.48 | 59.1 | 90.3 | - |
| YUV | 197.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 239 | 0.34 | 0.13 | 0 | 0.06 | 202.22 | 0.72 | 0.78 |
| Hex | 9E | D1 | EF | 22 | D | 0 | 6 | CA | 48 | 4E |
| Octal | 236 | 321 | 357 | 42 | 15 | 0 | 6 | 312 | 110 | 116 |
| Binary | 10011110 | 11010001 | 11101111 | 100010 | 1101 | 0 | 110 | 11001010 | 1001000 | 1001110 |
Color Harmonies of #9ED1EF
Complementary color
Monochromatic Colors of #9ED1EF
Black with #9ED1EF
Text Example
Text Example
White with #9ED1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED1EF; }
p { color: rgb(158,209,239); }
H1.HeaderClassName
{
color: #9ED1EF;
}
.AnyTagClassName
{
color: #9ED1EF;
}
</style>
background-color css
<style>
a { background-color: #9ED1EF; }
a { background-color: rgb(158,209,239); }
div.DivClassName
{
background-color: #9ED1EF;
}
.BgClassName
{
background-color: #9ED1EF;
}
</style>
border-color css
<style>
span { border-color: #9ED1EF; }
span { border-color: rgb(158,209,239); }
td.TdClassName
{
border-color: #9ED1EF;
}
.TagClassName
{
border-color: #9ED1EF;
}
</style>