Shades of Sail #9ED2EE
Tints of Sail #9ED2EE
RGB
CMYK
RGB Variations
Color information
#9ED2EE (or 0x9ED2EE) is known color: Sail. HEX triplet: 9E, D2 and EE. RGB value is (158,210,238). Sum of RGB (Red+Green+Blue) = 158+210+238=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ED2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2EE is #612D11. Grayscale: #C5C5C5. Windows color (decimal): -6368530 or 15651486. OLE color: 15651486.
HSL color Cylindrical-coordinate representation of color #9ED2EE: hue angle of 201º 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 #9ED2EE is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 210 | 238 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.07 |
| HSL | 201º | 0.7% | 0.78% | - |
| HSV(B) | 201º | 0.34% | 0.93% | - |
| XYZ | 52.58 | 59.54 | 89.61 | - |
| YUV | 197.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 238 | 0.34 | 0.12 | 0 | 0.07 | 201 | 0.7 | 0.78 |
| Hex | 9E | D2 | EE | 22 | C | 0 | 7 | C9 | 46 | 4E |
| Octal | 236 | 322 | 356 | 42 | 14 | 0 | 7 | 311 | 106 | 116 |
| Binary | 10011110 | 11010010 | 11101110 | 100010 | 1100 | 0 | 111 | 11001001 | 1000110 | 1001110 |
Color Harmonies of #9ED2EE
Complementary color
Monochromatic Colors of #9ED2EE
Black with #9ED2EE
Text Example
Text Example
White with #9ED2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2EE; }
p { color: rgb(158,210,238); }
H1.HeaderClassName
{
color: #9ED2EE;
}
.AnyTagClassName
{
color: #9ED2EE;
}
</style>
background-color css
<style>
a { background-color: #9ED2EE; }
a { background-color: rgb(158,210,238); }
div.DivClassName
{
background-color: #9ED2EE;
}
.BgClassName
{
background-color: #9ED2EE;
}
</style>
border-color css
<style>
span { border-color: #9ED2EE; }
span { border-color: rgb(158,210,238); }
td.TdClassName
{
border-color: #9ED2EE;
}
.TagClassName
{
border-color: #9ED2EE;
}
</style>