Shades of Sail #9ECCEA
Tints of Sail #9ECCEA
RGB
CMYK
RGB Variations
Color information
#9ECCEA (or 0x9ECCEA) is known color: Sail. HEX triplet: 9E, CC and EA. RGB value is (158,204,234). Sum of RGB (Red+Green+Blue) = 158+204+234=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ECCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCEA is #613315. Grayscale: #C1C1C1. Windows color (decimal): -6370070 or 15387806. OLE color: 15387806.
HSL color Cylindrical-coordinate representation of color #9ECCEA: hue angle of 203.68º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECCEA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 204 | 234 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.08 |
| HSL | 203.68º | 0.64% | 0.77% | - |
| HSV(B) | 203.68º | 0.32% | 0.92% | - |
| XYZ | 50.54 | 56.4 | 86.06 | - |
| YUV | 193.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 234 | 0.32 | 0.13 | 0 | 0.08 | 203.68 | 0.64 | 0.77 |
| Hex | 9E | CC | EA | 20 | D | 0 | 8 | CC | 40 | 4D |
| Octal | 236 | 314 | 352 | 40 | 15 | 0 | 10 | 314 | 100 | 115 |
| Binary | 10011110 | 11001100 | 11101010 | 100000 | 1101 | 0 | 1000 | 11001100 | 1000000 | 1001101 |
Color Harmonies of #9ECCEA
Complementary color
Monochromatic Colors of #9ECCEA
Black with #9ECCEA
Text Example
Text Example
White with #9ECCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCEA; }
p { color: rgb(158,204,234); }
H1.HeaderClassName
{
color: #9ECCEA;
}
.AnyTagClassName
{
color: #9ECCEA;
}
</style>
background-color css
<style>
a { background-color: #9ECCEA; }
a { background-color: rgb(158,204,234); }
div.DivClassName
{
background-color: #9ECCEA;
}
.BgClassName
{
background-color: #9ECCEA;
}
</style>
border-color css
<style>
span { border-color: #9ECCEA; }
span { border-color: rgb(158,204,234); }
td.TdClassName
{
border-color: #9ECCEA;
}
.TagClassName
{
border-color: #9ECCEA;
}
</style>