Shades of Sail #9ECFF0
Tints of Sail #9ECFF0
RGB
CMYK
RGB Variations
Color information
#9ECFF0 (or 0x9ECFF0) is known color: Sail. HEX triplet: 9E, CF and F0. RGB value is (158,207,240). Sum of RGB (Red+Green+Blue) = 158+207+240=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ECFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFF0 is #61300F. Grayscale: #C3C3C3. Windows color (decimal): -6369296 or 15781790. OLE color: 15781790.
HSL color Cylindrical-coordinate representation of color #9ECFF0: hue angle of 204.15º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ECFF0 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 207 | 240 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.06 |
| HSL | 204.15º | 0.73% | 0.78% | - |
| HSV(B) | 204.15º | 0.34% | 0.94% | - |
| XYZ | 52.14 | 58.19 | 90.92 | - |
| YUV | 196.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 240 | 0.34 | 0.14 | 0 | 0.06 | 204.15 | 0.73 | 0.78 |
| Hex | 9E | CF | F0 | 22 | E | 0 | 6 | CC | 49 | 4E |
| Octal | 236 | 317 | 360 | 42 | 16 | 0 | 6 | 314 | 111 | 116 |
| Binary | 10011110 | 11001111 | 11110000 | 100010 | 1110 | 0 | 110 | 11001100 | 1001001 | 1001110 |
Color Harmonies of #9ECFF0
Complementary color
Monochromatic Colors of #9ECFF0
Black with #9ECFF0
Text Example
Text Example
White with #9ECFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFF0; }
p { color: rgb(158,207,240); }
H1.HeaderClassName
{
color: #9ECFF0;
}
.AnyTagClassName
{
color: #9ECFF0;
}
</style>
background-color css
<style>
a { background-color: #9ECFF0; }
a { background-color: rgb(158,207,240); }
div.DivClassName
{
background-color: #9ECFF0;
}
.BgClassName
{
background-color: #9ECFF0;
}
</style>
border-color css
<style>
span { border-color: #9ECFF0; }
span { border-color: rgb(158,207,240); }
td.TdClassName
{
border-color: #9ECFF0;
}
.TagClassName
{
border-color: #9ECFF0;
}
</style>