Shades of Jordy Blue #7AAEF7
Tints of Jordy Blue #7AAEF7
RGB
CMYK
RGB Variations
Color information
#7AAEF7 (or 0x7AAEF7) is known color: Jordy Blue. HEX triplet: 7A, AE and F7. RGB value is (122,174,247). Sum of RGB (Red+Green+Blue) = 122+174+247=543 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.47% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #7AAEF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAEF7 is #855108. Grayscale: #A6A6A6. Windows color (decimal): -8737033 or 16232058. OLE color: 16232058.
HSL color Cylindrical-coordinate representation of color #7AAEF7: hue angle of 215.04º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AAEF7 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 174 | 247 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.03 |
| HSL | 215.04º | 0.89% | 0.72% | - |
| HSV(B) | 215.04º | 0.51% | 0.97% | - |
| XYZ | 39.95 | 41.13 | 93.83 | - |
| YUV | 166.77 | 173.27 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 247 | 0.51 | 0.30 | 0 | 0.03 | 215.04 | 0.89 | 0.72 |
| Hex | 7A | AE | F7 | 33 | 1E | 0 | 3 | D7 | 59 | 48 |
| Octal | 172 | 256 | 367 | 63 | 36 | 0 | 3 | 327 | 131 | 110 |
| Binary | 1111010 | 10101110 | 11110111 | 110011 | 11110 | 0 | 11 | 11010111 | 1011001 | 1001000 |
Color Harmonies of #7AAEF7
Complementary color
Monochromatic Colors of #7AAEF7
Black with #7AAEF7
Text Example
Text Example
White with #7AAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAEF7; }
p { color: rgb(122,174,247); }
H1.HeaderClassName
{
color: #7AAEF7;
}
.AnyTagClassName
{
color: #7AAEF7;
}
</style>
background-color css
<style>
a { background-color: #7AAEF7; }
a { background-color: rgb(122,174,247); }
div.DivClassName
{
background-color: #7AAEF7;
}
.BgClassName
{
background-color: #7AAEF7;
}
</style>
border-color css
<style>
span { border-color: #7AAEF7; }
span { border-color: rgb(122,174,247); }
td.TdClassName
{
border-color: #7AAEF7;
}
.TagClassName
{
border-color: #7AAEF7;
}
</style>