Shades of French Pass #9ECFE6
Tints of French Pass #9ECFE6
RGB
CMYK
RGB Variations
Color information
#9ECFE6 (or 0x9ECFE6) is known color: French Pass. HEX triplet: 9E, CF and E6. RGB value is (158,207,230). Sum of RGB (Red+Green+Blue) = 158+207+230=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #9ECFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFE6 is #613019. Grayscale: #C2C2C2. Windows color (decimal): -6369306 or 15126430. OLE color: 15126430.
HSL color Cylindrical-coordinate representation of color #9ECFE6: hue angle of 199.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ECFE6 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 207 | 230 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.10 |
| HSL | 199.17º | 0.59% | 0.76% | - |
| HSV(B) | 199.17º | 0.31% | 0.9% | - |
| XYZ | 50.7 | 57.61 | 83.31 | - |
| YUV | 194.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 230 | 0.31 | 0.10 | 0 | 0.10 | 199.17 | 0.59 | 0.76 |
| Hex | 9E | CF | E6 | 1F | A | 0 | A | C7 | 3B | 4C |
| Octal | 236 | 317 | 346 | 37 | 12 | 0 | 12 | 307 | 73 | 114 |
| Binary | 10011110 | 11001111 | 11100110 | 11111 | 1010 | 0 | 1010 | 11000111 | 111011 | 1001100 |
Color Harmonies of #9ECFE6
Complementary color
Monochromatic Colors of #9ECFE6
Black with #9ECFE6
Text Example
Text Example
White with #9ECFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFE6; }
p { color: rgb(158,207,230); }
H1.HeaderClassName
{
color: #9ECFE6;
}
.AnyTagClassName
{
color: #9ECFE6;
}
</style>
background-color css
<style>
a { background-color: #9ECFE6; }
a { background-color: rgb(158,207,230); }
div.DivClassName
{
background-color: #9ECFE6;
}
.BgClassName
{
background-color: #9ECFE6;
}
</style>
border-color css
<style>
span { border-color: #9ECFE6; }
span { border-color: rgb(158,207,230); }
td.TdClassName
{
border-color: #9ECFE6;
}
.TagClassName
{
border-color: #9ECFE6;
}
</style>