Shades of Sail #9ED1EE
Tints of Sail #9ED1EE
RGB
CMYK
RGB Variations
Color information
#9ED1EE (or 0x9ED1EE) is known color: Sail. HEX triplet: 9E, D1 and EE. RGB value is (158,209,238). Sum of RGB (Red+Green+Blue) = 158+209+238=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ED1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED1EE is #612E11. Grayscale: #C4C4C4. Windows color (decimal): -6368786 or 15651230. OLE color: 15651230.
HSL color Cylindrical-coordinate representation of color #9ED1EE: hue angle of 201.75º 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 #9ED1EE is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 209 | 238 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.07 |
| HSL | 201.75º | 0.7% | 0.78% | - |
| HSV(B) | 201.75º | 0.34% | 0.93% | - |
| XYZ | 52.33 | 59.04 | 89.53 | - |
| YUV | 197.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 238 | 0.34 | 0.12 | 0 | 0.07 | 201.75 | 0.7 | 0.78 |
| Hex | 9E | D1 | EE | 22 | C | 0 | 7 | CA | 46 | 4E |
| Octal | 236 | 321 | 356 | 42 | 14 | 0 | 7 | 312 | 106 | 116 |
| Binary | 10011110 | 11010001 | 11101110 | 100010 | 1100 | 0 | 111 | 11001010 | 1000110 | 1001110 |
Color Harmonies of #9ED1EE
Complementary color
Monochromatic Colors of #9ED1EE
Black with #9ED1EE
Text Example
Text Example
White with #9ED1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED1EE; }
p { color: rgb(158,209,238); }
H1.HeaderClassName
{
color: #9ED1EE;
}
.AnyTagClassName
{
color: #9ED1EE;
}
</style>
background-color css
<style>
a { background-color: #9ED1EE; }
a { background-color: rgb(158,209,238); }
div.DivClassName
{
background-color: #9ED1EE;
}
.BgClassName
{
background-color: #9ED1EE;
}
</style>
border-color css
<style>
span { border-color: #9ED1EE; }
span { border-color: rgb(158,209,238); }
td.TdClassName
{
border-color: #9ED1EE;
}
.TagClassName
{
border-color: #9ED1EE;
}
</style>