Shades of French Pass #9ECFE0
Tints of French Pass #9ECFE0
RGB
CMYK
RGB Variations
Color information
#9ECFE0 (or 0x9ECFE0) is known color: French Pass. HEX triplet: 9E, CF and E0. RGB value is (158,207,224). Sum of RGB (Red+Green+Blue) = 158+207+224=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ECFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFE0 is #61301F. Grayscale: #C2C2C2. Windows color (decimal): -6369312 or 14733214. OLE color: 14733214.
HSL color Cylindrical-coordinate representation of color #9ECFE0: hue angle of 195.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECFE0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 207 | 224 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.12 |
| HSL | 195.45º | 0.52% | 0.75% | - |
| HSV(B) | 195.45º | 0.29% | 0.88% | - |
| XYZ | 49.87 | 57.28 | 78.95 | - |
| YUV | 194.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 224 | 0.29 | 0.08 | 0 | 0.12 | 195.45 | 0.52 | 0.75 |
| Hex | 9E | CF | E0 | 1D | 8 | 0 | C | C3 | 34 | 4B |
| Octal | 236 | 317 | 340 | 35 | 10 | 0 | 14 | 303 | 64 | 113 |
| Binary | 10011110 | 11001111 | 11100000 | 11101 | 1000 | 0 | 1100 | 11000011 | 110100 | 1001011 |
Color Harmonies of #9ECFE0
Complementary color
Monochromatic Colors of #9ECFE0
Black with #9ECFE0
Text Example
Text Example
White with #9ECFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFE0; }
p { color: rgb(158,207,224); }
H1.HeaderClassName
{
color: #9ECFE0;
}
.AnyTagClassName
{
color: #9ECFE0;
}
</style>
background-color css
<style>
a { background-color: #9ECFE0; }
a { background-color: rgb(158,207,224); }
div.DivClassName
{
background-color: #9ECFE0;
}
.BgClassName
{
background-color: #9ECFE0;
}
</style>
border-color css
<style>
span { border-color: #9ECFE0; }
span { border-color: rgb(158,207,224); }
td.TdClassName
{
border-color: #9ECFE0;
}
.TagClassName
{
border-color: #9ECFE0;
}
</style>