Shades of French Pass #9ECCE3
Tints of French Pass #9ECCE3
RGB
CMYK
RGB Variations
Color information
#9ECCE3 (or 0x9ECCE3) is known color: French Pass. HEX triplet: 9E, CC and E3. RGB value is (158,204,227). Sum of RGB (Red+Green+Blue) = 158+204+227=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #9ECCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCE3 is #61331C. Grayscale: #C0C0C0. Windows color (decimal): -6370077 or 14929054. OLE color: 14929054.
HSL color Cylindrical-coordinate representation of color #9ECCE3: hue angle of 200º degrees, saturation: 0.55, 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 #9ECCE3 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 204 | 227 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.11 |
| HSL | 200º | 0.55% | 0.75% | - |
| HSV(B) | 200º | 0.3% | 0.89% | - |
| XYZ | 49.56 | 56 | 80.87 | - |
| YUV | 192.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 227 | 0.30 | 0.10 | 0 | 0.11 | 200 | 0.55 | 0.75 |
| Hex | 9E | CC | E3 | 1E | A | 0 | B | C8 | 37 | 4B |
| Octal | 236 | 314 | 343 | 36 | 12 | 0 | 13 | 310 | 67 | 113 |
| Binary | 10011110 | 11001100 | 11100011 | 11110 | 1010 | 0 | 1011 | 11001000 | 110111 | 1001011 |
Color Harmonies of #9ECCE3
Complementary color
Monochromatic Colors of #9ECCE3
Black with #9ECCE3
Text Example
Text Example
White with #9ECCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCE3; }
p { color: rgb(158,204,227); }
H1.HeaderClassName
{
color: #9ECCE3;
}
.AnyTagClassName
{
color: #9ECCE3;
}
</style>
background-color css
<style>
a { background-color: #9ECCE3; }
a { background-color: rgb(158,204,227); }
div.DivClassName
{
background-color: #9ECCE3;
}
.BgClassName
{
background-color: #9ECCE3;
}
</style>
border-color css
<style>
span { border-color: #9ECCE3; }
span { border-color: rgb(158,204,227); }
td.TdClassName
{
border-color: #9ECCE3;
}
.TagClassName
{
border-color: #9ECCE3;
}
</style>