Shades of Jordy Blue #7EAAEC
Tints of Jordy Blue #7EAAEC
RGB
CMYK
RGB Variations
Color information
#7EAAEC (or 0x7EAAEC) is known color: Jordy Blue. HEX triplet: 7E, AA and EC. RGB value is (126,170,236). Sum of RGB (Red+Green+Blue) = 126+170+236=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EAAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAAEC is #815513. Grayscale: #A4A4A4. Windows color (decimal): -8475924 or 15510142. OLE color: 15510142.
HSL color Cylindrical-coordinate representation of color #7EAAEC: hue angle of 216º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EAAEC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 170 | 236 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.07 |
| HSL | 216º | 0.74% | 0.71% | - |
| HSV(B) | 216º | 0.47% | 0.93% | - |
| XYZ | 38.12 | 39.24 | 84.92 | - |
| YUV | 164.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 236 | 0.47 | 0.28 | 0 | 0.07 | 216 | 0.74 | 0.71 |
| Hex | 7E | AA | EC | 2F | 1C | 0 | 7 | D8 | 4A | 47 |
| Octal | 176 | 252 | 354 | 57 | 34 | 0 | 7 | 330 | 112 | 107 |
| Binary | 1111110 | 10101010 | 11101100 | 101111 | 11100 | 0 | 111 | 11011000 | 1001010 | 1000111 |
Color Harmonies of #7EAAEC
Complementary color
Monochromatic Colors of #7EAAEC
Black with #7EAAEC
Text Example
Text Example
White with #7EAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAAEC; }
p { color: rgb(126,170,236); }
H1.HeaderClassName
{
color: #7EAAEC;
}
.AnyTagClassName
{
color: #7EAAEC;
}
</style>
background-color css
<style>
a { background-color: #7EAAEC; }
a { background-color: rgb(126,170,236); }
div.DivClassName
{
background-color: #7EAAEC;
}
.BgClassName
{
background-color: #7EAAEC;
}
</style>
border-color css
<style>
span { border-color: #7EAAEC; }
span { border-color: rgb(126,170,236); }
td.TdClassName
{
border-color: #7EAAEC;
}
.TagClassName
{
border-color: #7EAAEC;
}
</style>