Shades of French Pass #9ECCE1
Tints of French Pass #9ECCE1
RGB
CMYK
RGB Variations
Color information
#9ECCE1 (or 0x9ECCE1) is known color: French Pass. HEX triplet: 9E, CC and E1. RGB value is (158,204,225). Sum of RGB (Red+Green+Blue) = 158+204+225=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ECCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCE1 is #61331E. Grayscale: #C0C0C0. Windows color (decimal): -6370079 or 14797982. OLE color: 14797982.
HSL color Cylindrical-coordinate representation of color #9ECCE1: hue angle of 198.81º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ECCE1 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 204 | 225 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.12 |
| HSL | 198.81º | 0.53% | 0.75% | - |
| HSV(B) | 198.81º | 0.3% | 0.88% | - |
| XYZ | 49.28 | 55.89 | 79.42 | - |
| YUV | 192.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 225 | 0.30 | 0.09 | 0 | 0.12 | 198.81 | 0.53 | 0.75 |
| Hex | 9E | CC | E1 | 1E | 9 | 0 | C | C7 | 35 | 4B |
| Octal | 236 | 314 | 341 | 36 | 11 | 0 | 14 | 307 | 65 | 113 |
| Binary | 10011110 | 11001100 | 11100001 | 11110 | 1001 | 0 | 1100 | 11000111 | 110101 | 1001011 |
Color Harmonies of #9ECCE1
Complementary color
Monochromatic Colors of #9ECCE1
Black with #9ECCE1
Text Example
Text Example
White with #9ECCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCE1; }
p { color: rgb(158,204,225); }
H1.HeaderClassName
{
color: #9ECCE1;
}
.AnyTagClassName
{
color: #9ECCE1;
}
</style>
background-color css
<style>
a { background-color: #9ECCE1; }
a { background-color: rgb(158,204,225); }
div.DivClassName
{
background-color: #9ECCE1;
}
.BgClassName
{
background-color: #9ECCE1;
}
</style>
border-color css
<style>
span { border-color: #9ECCE1; }
span { border-color: rgb(158,204,225); }
td.TdClassName
{
border-color: #9ECCE1;
}
.TagClassName
{
border-color: #9ECCE1;
}
</style>