Shades of Sail #9ECBF6
Tints of Sail #9ECBF6
RGB
CMYK
RGB Variations
Color information
#9ECBF6 (or 0x9ECBF6) is known color: Sail. HEX triplet: 9E, CB and F6. RGB value is (158,203,246). Sum of RGB (Red+Green+Blue) = 158+203+246=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #9ECBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBF6 is #613409. Grayscale: #C2C2C2. Windows color (decimal): -6370314 or 16173982. OLE color: 16173982.
HSL color Cylindrical-coordinate representation of color #9ECBF6: hue angle of 209.32º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ECBF6 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 203 | 246 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.04 |
| HSL | 209.32º | 0.83% | 0.79% | - |
| HSV(B) | 209.32º | 0.36% | 0.96% | - |
| XYZ | 52.09 | 56.63 | 95.37 | - |
| YUV | 194.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 246 | 0.36 | 0.17 | 0 | 0.04 | 209.32 | 0.83 | 0.79 |
| Hex | 9E | CB | F6 | 24 | 11 | 0 | 4 | D1 | 53 | 4F |
| Octal | 236 | 313 | 366 | 44 | 21 | 0 | 4 | 321 | 123 | 117 |
| Binary | 10011110 | 11001011 | 11110110 | 100100 | 10001 | 0 | 100 | 11010001 | 1010011 | 1001111 |
Color Harmonies of #9ECBF6
Complementary color
Monochromatic Colors of #9ECBF6
Black with #9ECBF6
Text Example
Text Example
White with #9ECBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBF6; }
p { color: rgb(158,203,246); }
H1.HeaderClassName
{
color: #9ECBF6;
}
.AnyTagClassName
{
color: #9ECBF6;
}
</style>
background-color css
<style>
a { background-color: #9ECBF6; }
a { background-color: rgb(158,203,246); }
div.DivClassName
{
background-color: #9ECBF6;
}
.BgClassName
{
background-color: #9ECBF6;
}
</style>
border-color css
<style>
span { border-color: #9ECBF6; }
span { border-color: rgb(158,203,246); }
td.TdClassName
{
border-color: #9ECBF6;
}
.TagClassName
{
border-color: #9ECBF6;
}
</style>