Shades of Jordy Blue #7EAAEF
Tints of Jordy Blue #7EAAEF
RGB
CMYK
RGB Variations
Color information
#7EAAEF (or 0x7EAAEF) is known color: Jordy Blue. HEX triplet: 7E, AA and EF. RGB value is (126,170,239). Sum of RGB (Red+Green+Blue) = 126+170+239=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EAAEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAAEF is #815510. Grayscale: #A4A4A4. Windows color (decimal): -8475921 or 15706750. OLE color: 15706750.
HSL color Cylindrical-coordinate representation of color #7EAAEF: hue angle of 216.64º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EAAEF is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 170 | 239 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.06 |
| HSL | 216.64º | 0.78% | 0.72% | - |
| HSV(B) | 216.64º | 0.47% | 0.94% | - |
| XYZ | 38.56 | 39.42 | 87.24 | - |
| YUV | 164.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 239 | 0.47 | 0.29 | 0 | 0.06 | 216.64 | 0.78 | 0.72 |
| Hex | 7E | AA | EF | 2F | 1D | 0 | 6 | D9 | 4E | 48 |
| Octal | 176 | 252 | 357 | 57 | 35 | 0 | 6 | 331 | 116 | 110 |
| Binary | 1111110 | 10101010 | 11101111 | 101111 | 11101 | 0 | 110 | 11011001 | 1001110 | 1001000 |
Color Harmonies of #7EAAEF
Complementary color
Monochromatic Colors of #7EAAEF
Black with #7EAAEF
Text Example
Text Example
White with #7EAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAAEF; }
p { color: rgb(126,170,239); }
H1.HeaderClassName
{
color: #7EAAEF;
}
.AnyTagClassName
{
color: #7EAAEF;
}
</style>
background-color css
<style>
a { background-color: #7EAAEF; }
a { background-color: rgb(126,170,239); }
div.DivClassName
{
background-color: #7EAAEF;
}
.BgClassName
{
background-color: #7EAAEF;
}
</style>
border-color css
<style>
span { border-color: #7EAAEF; }
span { border-color: rgb(126,170,239); }
td.TdClassName
{
border-color: #7EAAEF;
}
.TagClassName
{
border-color: #7EAAEF;
}
</style>