Shades of Jordy Blue #7EAAFD
Tints of Jordy Blue #7EAAFD
RGB
CMYK
RGB Variations
Color information
#7EAAFD (or 0x7EAAFD) is known color: Jordy Blue. HEX triplet: 7E, AA and FD. RGB value is (126,170,253). Sum of RGB (Red+Green+Blue) = 126+170+253=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAAFD is #815502. Grayscale: #A5A5A5. Windows color (decimal): -8475907 or 16624254. OLE color: 16624254.
HSL color Cylindrical-coordinate representation of color #7EAAFD: hue angle of 219.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EAAFD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 170 | 253 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.01 |
| HSL | 219.21º | 0.97% | 0.74% | - |
| HSV(B) | 219.21º | 0.5% | 0.99% | - |
| XYZ | 40.71 | 40.28 | 98.56 | - |
| YUV | 166.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 253 | 0.50 | 0.33 | 0 | 0.01 | 219.21 | 0.97 | 0.74 |
| Hex | 7E | AA | FD | 32 | 21 | 0 | 1 | DB | 61 | 4A |
| Octal | 176 | 252 | 375 | 62 | 41 | 0 | 1 | 333 | 141 | 112 |
| Binary | 1111110 | 10101010 | 11111101 | 110010 | 100001 | 0 | 1 | 11011011 | 1100001 | 1001010 |
Color Harmonies of #7EAAFD
Complementary color
Monochromatic Colors of #7EAAFD
Black with #7EAAFD
Text Example
Text Example
White with #7EAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAAFD; }
p { color: rgb(126,170,253); }
H1.HeaderClassName
{
color: #7EAAFD;
}
.AnyTagClassName
{
color: #7EAAFD;
}
</style>
background-color css
<style>
a { background-color: #7EAAFD; }
a { background-color: rgb(126,170,253); }
div.DivClassName
{
background-color: #7EAAFD;
}
.BgClassName
{
background-color: #7EAAFD;
}
</style>
border-color css
<style>
span { border-color: #7EAAFD; }
span { border-color: rgb(126,170,253); }
td.TdClassName
{
border-color: #7EAAFD;
}
.TagClassName
{
border-color: #7EAAFD;
}
</style>