Shades of Jordy Blue #7AA7D2
Tints of Jordy Blue #7AA7D2
RGB
CMYK
RGB Variations
Color information
#7AA7D2 (or 0x7AA7D2) is known color: Jordy Blue. HEX triplet: 7A, A7 and D2. RGB value is (122,167,210). Sum of RGB (Red+Green+Blue) = 122+167+210=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #7AA7D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA7D2 is #85582D. Grayscale: #9E9E9E. Windows color (decimal): -8738862 or 13805434. OLE color: 13805434.
HSL color Cylindrical-coordinate representation of color #7AA7D2: hue angle of 209.32º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AA7D2 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 167 | 210 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.18 |
| HSL | 209.32º | 0.49% | 0.65% | - |
| HSV(B) | 209.32º | 0.42% | 0.82% | - |
| XYZ | 33.48 | 36.43 | 66.24 | - |
| YUV | 158.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 210 | 0.42 | 0.20 | 0 | 0.18 | 209.32 | 0.49 | 0.65 |
| Hex | 7A | A7 | D2 | 2A | 14 | 0 | 12 | D1 | 31 | 41 |
| Octal | 172 | 247 | 322 | 52 | 24 | 0 | 22 | 321 | 61 | 101 |
| Binary | 1111010 | 10100111 | 11010010 | 101010 | 10100 | 0 | 10010 | 11010001 | 110001 | 1000001 |
Color Harmonies of #7AA7D2
Complementary color
Monochromatic Colors of #7AA7D2
Black with #7AA7D2
Text Example
Text Example
White with #7AA7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA7D2; }
p { color: rgb(122,167,210); }
H1.HeaderClassName
{
color: #7AA7D2;
}
.AnyTagClassName
{
color: #7AA7D2;
}
</style>
background-color css
<style>
a { background-color: #7AA7D2; }
a { background-color: rgb(122,167,210); }
div.DivClassName
{
background-color: #7AA7D2;
}
.BgClassName
{
background-color: #7AA7D2;
}
</style>
border-color css
<style>
span { border-color: #7AA7D2; }
span { border-color: rgb(122,167,210); }
td.TdClassName
{
border-color: #7AA7D2;
}
.TagClassName
{
border-color: #7AA7D2;
}
</style>