Shades of Sail #9ED2ED
Tints of Sail #9ED2ED
RGB
CMYK
RGB Variations
Color information
#9ED2ED (or 0x9ED2ED) is known color: Sail. HEX triplet: 9E, D2 and ED. RGB value is (158,210,237). Sum of RGB (Red+Green+Blue) = 158+210+237=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ED2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2ED is #612D12. Grayscale: #C5C5C5. Windows color (decimal): -6368531 or 15585950. OLE color: 15585950.
HSL color Cylindrical-coordinate representation of color #9ED2ED: hue angle of 200.51º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ED2ED is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 210 | 237 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.07 |
| HSL | 200.51º | 0.69% | 0.77% | - |
| HSV(B) | 200.51º | 0.33% | 0.93% | - |
| XYZ | 52.43 | 59.48 | 88.84 | - |
| YUV | 197.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 237 | 0.33 | 0.11 | 0 | 0.07 | 200.51 | 0.69 | 0.77 |
| Hex | 9E | D2 | ED | 21 | B | 0 | 7 | C9 | 45 | 4D |
| Octal | 236 | 322 | 355 | 41 | 13 | 0 | 7 | 311 | 105 | 115 |
| Binary | 10011110 | 11010010 | 11101101 | 100001 | 1011 | 0 | 111 | 11001001 | 1000101 | 1001101 |
Color Harmonies of #9ED2ED
Complementary color
Monochromatic Colors of #9ED2ED
Black with #9ED2ED
Text Example
Text Example
White with #9ED2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2ED; }
p { color: rgb(158,210,237); }
H1.HeaderClassName
{
color: #9ED2ED;
}
.AnyTagClassName
{
color: #9ED2ED;
}
</style>
background-color css
<style>
a { background-color: #9ED2ED; }
a { background-color: rgb(158,210,237); }
div.DivClassName
{
background-color: #9ED2ED;
}
.BgClassName
{
background-color: #9ED2ED;
}
</style>
border-color css
<style>
span { border-color: #9ED2ED; }
span { border-color: rgb(158,210,237); }
td.TdClassName
{
border-color: #9ED2ED;
}
.TagClassName
{
border-color: #9ED2ED;
}
</style>