Shades of Jordy Blue #7AA9E0
Tints of Jordy Blue #7AA9E0
RGB
CMYK
RGB Variations
Color information
#7AA9E0 (or 0x7AA9E0) is known color: Jordy Blue. HEX triplet: 7A, A9 and E0. RGB value is (122,169,224). Sum of RGB (Red+Green+Blue) = 122+169+224=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #7AA9E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA9E0 is #85561F. Grayscale: #A0A0A0. Windows color (decimal): -8738336 or 14723450. OLE color: 14723450.
HSL color Cylindrical-coordinate representation of color #7AA9E0: hue angle of 212.35º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AA9E0 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 169 | 224 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.12 |
| HSL | 212.35º | 0.62% | 0.68% | - |
| HSV(B) | 212.35º | 0.46% | 0.88% | - |
| XYZ | 35.67 | 37.9 | 75.96 | - |
| YUV | 161.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 224 | 0.46 | 0.25 | 0 | 0.12 | 212.35 | 0.62 | 0.68 |
| Hex | 7A | A9 | E0 | 2E | 19 | 0 | C | D4 | 3E | 44 |
| Octal | 172 | 251 | 340 | 56 | 31 | 0 | 14 | 324 | 76 | 104 |
| Binary | 1111010 | 10101001 | 11100000 | 101110 | 11001 | 0 | 1100 | 11010100 | 111110 | 1000100 |
Color Harmonies of #7AA9E0
Complementary color
Monochromatic Colors of #7AA9E0
Black with #7AA9E0
Text Example
Text Example
White with #7AA9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA9E0; }
p { color: rgb(122,169,224); }
H1.HeaderClassName
{
color: #7AA9E0;
}
.AnyTagClassName
{
color: #7AA9E0;
}
</style>
background-color css
<style>
a { background-color: #7AA9E0; }
a { background-color: rgb(122,169,224); }
div.DivClassName
{
background-color: #7AA9E0;
}
.BgClassName
{
background-color: #7AA9E0;
}
</style>
border-color css
<style>
span { border-color: #7AA9E0; }
span { border-color: rgb(122,169,224); }
td.TdClassName
{
border-color: #7AA9E0;
}
.TagClassName
{
border-color: #7AA9E0;
}
</style>