Shades of Sail #9ED2F1
Tints of Sail #9ED2F1
RGB
CMYK
RGB Variations
Color information
#9ED2F1 (or 0x9ED2F1) is known color: Sail. HEX triplet: 9E, D2 and F1. RGB value is (158,210,241). Sum of RGB (Red+Green+Blue) = 158+210+241=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ED2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2F1 is #612D0E. Grayscale: #C5C5C5. Windows color (decimal): -6368527 or 15848094. OLE color: 15848094.
HSL color Cylindrical-coordinate representation of color #9ED2F1: hue angle of 202.41º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED2F1 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 210 | 241 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.05 |
| HSL | 202.41º | 0.75% | 0.78% | - |
| HSV(B) | 202.41º | 0.34% | 0.95% | - |
| XYZ | 53.02 | 59.71 | 91.95 | - |
| YUV | 197.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 241 | 0.34 | 0.13 | 0 | 0.05 | 202.41 | 0.75 | 0.78 |
| Hex | 9E | D2 | F1 | 22 | D | 0 | 5 | CA | 4B | 4E |
| Octal | 236 | 322 | 361 | 42 | 15 | 0 | 5 | 312 | 113 | 116 |
| Binary | 10011110 | 11010010 | 11110001 | 100010 | 1101 | 0 | 101 | 11001010 | 1001011 | 1001110 |
Color Harmonies of #9ED2F1
Complementary color
Monochromatic Colors of #9ED2F1
Black with #9ED2F1
Text Example
Text Example
White with #9ED2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2F1; }
p { color: rgb(158,210,241); }
H1.HeaderClassName
{
color: #9ED2F1;
}
.AnyTagClassName
{
color: #9ED2F1;
}
</style>
background-color css
<style>
a { background-color: #9ED2F1; }
a { background-color: rgb(158,210,241); }
div.DivClassName
{
background-color: #9ED2F1;
}
.BgClassName
{
background-color: #9ED2F1;
}
</style>
border-color css
<style>
span { border-color: #9ED2F1; }
span { border-color: rgb(158,210,241); }
td.TdClassName
{
border-color: #9ED2F1;
}
.TagClassName
{
border-color: #9ED2F1;
}
</style>