Shades of French Pass #9ECFE1
Tints of French Pass #9ECFE1
RGB
CMYK
RGB Variations
Color information
#9ECFE1 (or 0x9ECFE1) is known color: French Pass. HEX triplet: 9E, CF and E1. RGB value is (158,207,225). Sum of RGB (Red+Green+Blue) = 158+207+225=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ECFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFE1 is #61301E. Grayscale: #C2C2C2. Windows color (decimal): -6369311 or 14798750. OLE color: 14798750.
HSL color Cylindrical-coordinate representation of color #9ECFE1: hue angle of 196.12º 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 #9ECFE1 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 207 | 225 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.12 |
| HSL | 196.12º | 0.53% | 0.75% | - |
| HSV(B) | 196.12º | 0.3% | 0.88% | - |
| XYZ | 50 | 57.33 | 79.66 | - |
| YUV | 194.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 225 | 0.30 | 0.08 | 0 | 0.12 | 196.12 | 0.53 | 0.75 |
| Hex | 9E | CF | E1 | 1E | 8 | 0 | C | C4 | 35 | 4B |
| Octal | 236 | 317 | 341 | 36 | 10 | 0 | 14 | 304 | 65 | 113 |
| Binary | 10011110 | 11001111 | 11100001 | 11110 | 1000 | 0 | 1100 | 11000100 | 110101 | 1001011 |
Color Harmonies of #9ECFE1
Complementary color
Monochromatic Colors of #9ECFE1
Black with #9ECFE1
Text Example
Text Example
White with #9ECFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFE1; }
p { color: rgb(158,207,225); }
H1.HeaderClassName
{
color: #9ECFE1;
}
.AnyTagClassName
{
color: #9ECFE1;
}
</style>
background-color css
<style>
a { background-color: #9ECFE1; }
a { background-color: rgb(158,207,225); }
div.DivClassName
{
background-color: #9ECFE1;
}
.BgClassName
{
background-color: #9ECFE1;
}
</style>
border-color css
<style>
span { border-color: #9ECFE1; }
span { border-color: rgb(158,207,225); }
td.TdClassName
{
border-color: #9ECFE1;
}
.TagClassName
{
border-color: #9ECFE1;
}
</style>