Shades of French Pass #9ECEE2
Tints of French Pass #9ECEE2
RGB
CMYK
RGB Variations
Color information
#9ECEE2 (or 0x9ECEE2) is known color: French Pass. HEX triplet: 9E, CE and E2. RGB value is (158,206,226). Sum of RGB (Red+Green+Blue) = 158+206+226=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #9ECEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEE2 is #61311D. Grayscale: #C1C1C1. Windows color (decimal): -6369566 or 14864030. OLE color: 14864030.
HSL color Cylindrical-coordinate representation of color #9ECEE2: hue angle of 197.65º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ECEE2 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 206 | 226 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.11 |
| HSL | 197.65º | 0.54% | 0.75% | - |
| HSV(B) | 197.65º | 0.3% | 0.89% | - |
| XYZ | 49.9 | 56.9 | 80.3 | - |
| YUV | 193.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 226 | 0.30 | 0.09 | 0 | 0.11 | 197.65 | 0.54 | 0.75 |
| Hex | 9E | CE | E2 | 1E | 9 | 0 | B | C6 | 36 | 4B |
| Octal | 236 | 316 | 342 | 36 | 11 | 0 | 13 | 306 | 66 | 113 |
| Binary | 10011110 | 11001110 | 11100010 | 11110 | 1001 | 0 | 1011 | 11000110 | 110110 | 1001011 |
Color Harmonies of #9ECEE2
Complementary color
Monochromatic Colors of #9ECEE2
Black with #9ECEE2
Text Example
Text Example
White with #9ECEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEE2; }
p { color: rgb(158,206,226); }
H1.HeaderClassName
{
color: #9ECEE2;
}
.AnyTagClassName
{
color: #9ECEE2;
}
</style>
background-color css
<style>
a { background-color: #9ECEE2; }
a { background-color: rgb(158,206,226); }
div.DivClassName
{
background-color: #9ECEE2;
}
.BgClassName
{
background-color: #9ECEE2;
}
</style>
border-color css
<style>
span { border-color: #9ECEE2; }
span { border-color: rgb(158,206,226); }
td.TdClassName
{
border-color: #9ECEE2;
}
.TagClassName
{
border-color: #9ECEE2;
}
</style>