Shades of Jordy Blue #7AA7D8
Tints of Jordy Blue #7AA7D8
RGB
CMYK
RGB Variations
Color information
#7AA7D8 (or 0x7AA7D8) is known color: Jordy Blue. HEX triplet: 7A, A7 and D8. RGB value is (122,167,216). Sum of RGB (Red+Green+Blue) = 122+167+216=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #7AA7D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA7D8 is #855827. Grayscale: #9E9E9E. Windows color (decimal): -8738856 or 14198650. OLE color: 14198650.
HSL color Cylindrical-coordinate representation of color #7AA7D8: hue angle of 211.28º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AA7D8 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 167 | 216 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.15 |
| HSL | 211.28º | 0.55% | 0.66% | - |
| HSV(B) | 211.28º | 0.44% | 0.85% | - |
| XYZ | 34.24 | 36.73 | 70.25 | - |
| YUV | 159.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 216 | 0.44 | 0.23 | 0 | 0.15 | 211.28 | 0.55 | 0.66 |
| Hex | 7A | A7 | D8 | 2C | 17 | 0 | F | D3 | 37 | 42 |
| Octal | 172 | 247 | 330 | 54 | 27 | 0 | 17 | 323 | 67 | 102 |
| Binary | 1111010 | 10100111 | 11011000 | 101100 | 10111 | 0 | 1111 | 11010011 | 110111 | 1000010 |
Color Harmonies of #7AA7D8
Complementary color
Monochromatic Colors of #7AA7D8
Black with #7AA7D8
Text Example
Text Example
White with #7AA7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA7D8; }
p { color: rgb(122,167,216); }
H1.HeaderClassName
{
color: #7AA7D8;
}
.AnyTagClassName
{
color: #7AA7D8;
}
</style>
background-color css
<style>
a { background-color: #7AA7D8; }
a { background-color: rgb(122,167,216); }
div.DivClassName
{
background-color: #7AA7D8;
}
.BgClassName
{
background-color: #7AA7D8;
}
</style>
border-color css
<style>
span { border-color: #7AA7D8; }
span { border-color: rgb(122,167,216); }
td.TdClassName
{
border-color: #7AA7D8;
}
.TagClassName
{
border-color: #7AA7D8;
}
</style>