Shades of Sail #9ED2F4
Tints of Sail #9ED2F4
RGB
CMYK
RGB Variations
Color information
#9ED2F4 (or 0x9ED2F4) is known color: Sail. HEX triplet: 9E, D2 and F4. RGB value is (158,210,244). Sum of RGB (Red+Green+Blue) = 158+210+244=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #9ED2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2F4 is #612D0B. Grayscale: #C6C6C6. Windows color (decimal): -6368524 or 16044702. OLE color: 16044702.
HSL color Cylindrical-coordinate representation of color #9ED2F4: hue angle of 203.72º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ED2F4 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 210 | 244 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.04 |
| HSL | 203.72º | 0.8% | 0.79% | - |
| HSV(B) | 203.72º | 0.35% | 0.96% | - |
| XYZ | 53.48 | 59.89 | 94.33 | - |
| YUV | 198.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 244 | 0.35 | 0.14 | 0 | 0.04 | 203.72 | 0.8 | 0.79 |
| Hex | 9E | D2 | F4 | 23 | E | 0 | 4 | CC | 50 | 4F |
| Octal | 236 | 322 | 364 | 43 | 16 | 0 | 4 | 314 | 120 | 117 |
| Binary | 10011110 | 11010010 | 11110100 | 100011 | 1110 | 0 | 100 | 11001100 | 1010000 | 1001111 |
Color Harmonies of #9ED2F4
Complementary color
Monochromatic Colors of #9ED2F4
Black with #9ED2F4
Text Example
Text Example
White with #9ED2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2F4; }
p { color: rgb(158,210,244); }
H1.HeaderClassName
{
color: #9ED2F4;
}
.AnyTagClassName
{
color: #9ED2F4;
}
</style>
background-color css
<style>
a { background-color: #9ED2F4; }
a { background-color: rgb(158,210,244); }
div.DivClassName
{
background-color: #9ED2F4;
}
.BgClassName
{
background-color: #9ED2F4;
}
</style>
border-color css
<style>
span { border-color: #9ED2F4; }
span { border-color: rgb(158,210,244); }
td.TdClassName
{
border-color: #9ED2F4;
}
.TagClassName
{
border-color: #9ED2F4;
}
</style>