Shades of French Pass #9ED4EA
Tints of French Pass #9ED4EA
RGB
CMYK
RGB Variations
Color information
#9ED4EA (or 0x9ED4EA) is known color: French Pass. HEX triplet: 9E, D4 and EA. RGB value is (158,212,234). Sum of RGB (Red+Green+Blue) = 158+212+234=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ED4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED4EA is #612B15. Grayscale: #C6C6C6. Windows color (decimal): -6368022 or 15389854. OLE color: 15389854.
HSL color Cylindrical-coordinate representation of color #9ED4EA: hue angle of 197.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ED4EA is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 212 | 234 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.08 |
| HSL | 197.37º | 0.64% | 0.77% | - |
| HSV(B) | 197.37º | 0.32% | 0.92% | - |
| XYZ | 52.5 | 60.3 | 86.71 | - |
| YUV | 198.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 234 | 0.32 | 0.09 | 0 | 0.08 | 197.37 | 0.64 | 0.77 |
| Hex | 9E | D4 | EA | 20 | 9 | 0 | 8 | C5 | 40 | 4D |
| Octal | 236 | 324 | 352 | 40 | 11 | 0 | 10 | 305 | 100 | 115 |
| Binary | 10011110 | 11010100 | 11101010 | 100000 | 1001 | 0 | 1000 | 11000101 | 1000000 | 1001101 |
Color Harmonies of #9ED4EA
Complementary color
Monochromatic Colors of #9ED4EA
Black with #9ED4EA
Text Example
Text Example
White with #9ED4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED4EA; }
p { color: rgb(158,212,234); }
H1.HeaderClassName
{
color: #9ED4EA;
}
.AnyTagClassName
{
color: #9ED4EA;
}
</style>
background-color css
<style>
a { background-color: #9ED4EA; }
a { background-color: rgb(158,212,234); }
div.DivClassName
{
background-color: #9ED4EA;
}
.BgClassName
{
background-color: #9ED4EA;
}
</style>
border-color css
<style>
span { border-color: #9ED4EA; }
span { border-color: rgb(158,212,234); }
td.TdClassName
{
border-color: #9ED4EA;
}
.TagClassName
{
border-color: #9ED4EA;
}
</style>