Shades of Jordy Blue #7AA9DB
Tints of Jordy Blue #7AA9DB
RGB
CMYK
RGB Variations
Color information
#7AA9DB (or 0x7AA9DB) is known color: Jordy Blue. HEX triplet: 7A, A9 and DB. RGB value is (122,169,219). Sum of RGB (Red+Green+Blue) = 122+169+219=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AA9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA9DB is #855624. Grayscale: #A0A0A0. Windows color (decimal): -8738341 or 14395770. OLE color: 14395770.
HSL color Cylindrical-coordinate representation of color #7AA9DB: hue angle of 210.93º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AA9DB is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 169 | 219 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.14 |
| HSL | 210.93º | 0.57% | 0.67% | - |
| HSV(B) | 210.93º | 0.44% | 0.86% | - |
| XYZ | 35 | 37.63 | 72.44 | - |
| YUV | 160.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 219 | 0.44 | 0.23 | 0 | 0.14 | 210.93 | 0.57 | 0.67 |
| Hex | 7A | A9 | DB | 2C | 17 | 0 | E | D3 | 39 | 43 |
| Octal | 172 | 251 | 333 | 54 | 27 | 0 | 16 | 323 | 71 | 103 |
| Binary | 1111010 | 10101001 | 11011011 | 101100 | 10111 | 0 | 1110 | 11010011 | 111001 | 1000011 |
Color Harmonies of #7AA9DB
Complementary color
Monochromatic Colors of #7AA9DB
Black with #7AA9DB
Text Example
Text Example
White with #7AA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA9DB; }
p { color: rgb(122,169,219); }
H1.HeaderClassName
{
color: #7AA9DB;
}
.AnyTagClassName
{
color: #7AA9DB;
}
</style>
background-color css
<style>
a { background-color: #7AA9DB; }
a { background-color: rgb(122,169,219); }
div.DivClassName
{
background-color: #7AA9DB;
}
.BgClassName
{
background-color: #7AA9DB;
}
</style>
border-color css
<style>
span { border-color: #7AA9DB; }
span { border-color: rgb(122,169,219); }
td.TdClassName
{
border-color: #7AA9DB;
}
.TagClassName
{
border-color: #7AA9DB;
}
</style>