Shades of Sail #9ECCEC
Tints of Sail #9ECCEC
RGB
CMYK
RGB Variations
Color information
#9ECCEC (or 0x9ECCEC) is known color: Sail. HEX triplet: 9E, CC and EC. RGB value is (158,204,236). Sum of RGB (Red+Green+Blue) = 158+204+236=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ECCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCEC is #613313. Grayscale: #C1C1C1. Windows color (decimal): -6370068 or 15518878. OLE color: 15518878.
HSL color Cylindrical-coordinate representation of color #9ECCEC: hue angle of 204.62º degrees, saturation: 0.67, 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 #9ECCEC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 204 | 236 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.07 |
| HSL | 204.62º | 0.67% | 0.77% | - |
| HSV(B) | 204.62º | 0.33% | 0.93% | - |
| XYZ | 50.83 | 56.51 | 87.59 | - |
| YUV | 193.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 236 | 0.33 | 0.14 | 0 | 0.07 | 204.62 | 0.67 | 0.77 |
| Hex | 9E | CC | EC | 21 | E | 0 | 7 | CD | 43 | 4D |
| Octal | 236 | 314 | 354 | 41 | 16 | 0 | 7 | 315 | 103 | 115 |
| Binary | 10011110 | 11001100 | 11101100 | 100001 | 1110 | 0 | 111 | 11001101 | 1000011 | 1001101 |
Color Harmonies of #9ECCEC
Complementary color
Monochromatic Colors of #9ECCEC
Black with #9ECCEC
Text Example
Text Example
White with #9ECCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCEC; }
p { color: rgb(158,204,236); }
H1.HeaderClassName
{
color: #9ECCEC;
}
.AnyTagClassName
{
color: #9ECCEC;
}
</style>
background-color css
<style>
a { background-color: #9ECCEC; }
a { background-color: rgb(158,204,236); }
div.DivClassName
{
background-color: #9ECCEC;
}
.BgClassName
{
background-color: #9ECCEC;
}
</style>
border-color css
<style>
span { border-color: #9ECCEC; }
span { border-color: rgb(158,204,236); }
td.TdClassName
{
border-color: #9ECCEC;
}
.TagClassName
{
border-color: #9ECCEC;
}
</style>