Shades of Sail #9ECDEC
Tints of Sail #9ECDEC
RGB
CMYK
RGB Variations
Color information
#9ECDEC (or 0x9ECDEC) is known color: Sail. HEX triplet: 9E, CD and EC. RGB value is (158,205,236). Sum of RGB (Red+Green+Blue) = 158+205+236=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ECDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECDEC is #613213. Grayscale: #C2C2C2. Windows color (decimal): -6369812 or 15519134. OLE color: 15519134.
HSL color Cylindrical-coordinate representation of color #9ECDEC: hue angle of 203.85º 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 #9ECDEC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 205 | 236 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.07 |
| HSL | 203.85º | 0.67% | 0.77% | - |
| HSV(B) | 203.85º | 0.33% | 0.93% | - |
| XYZ | 51.07 | 56.99 | 87.66 | - |
| YUV | 194.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 236 | 0.33 | 0.13 | 0 | 0.07 | 203.85 | 0.67 | 0.77 |
| Hex | 9E | CD | EC | 21 | D | 0 | 7 | CC | 43 | 4D |
| Octal | 236 | 315 | 354 | 41 | 15 | 0 | 7 | 314 | 103 | 115 |
| Binary | 10011110 | 11001101 | 11101100 | 100001 | 1101 | 0 | 111 | 11001100 | 1000011 | 1001101 |
Color Harmonies of #9ECDEC
Complementary color
Monochromatic Colors of #9ECDEC
Black with #9ECDEC
Text Example
Text Example
White with #9ECDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDEC; }
p { color: rgb(158,205,236); }
H1.HeaderClassName
{
color: #9ECDEC;
}
.AnyTagClassName
{
color: #9ECDEC;
}
</style>
background-color css
<style>
a { background-color: #9ECDEC; }
a { background-color: rgb(158,205,236); }
div.DivClassName
{
background-color: #9ECDEC;
}
.BgClassName
{
background-color: #9ECDEC;
}
</style>
border-color css
<style>
span { border-color: #9ECDEC; }
span { border-color: rgb(158,205,236); }
td.TdClassName
{
border-color: #9ECDEC;
}
.TagClassName
{
border-color: #9ECDEC;
}
</style>