Shades of Jordy Blue #7AABDD
Tints of Jordy Blue #7AABDD
RGB
CMYK
RGB Variations
Color information
#7AABDD (or 0x7AABDD) is known color: Jordy Blue. HEX triplet: 7A, AB and DD. RGB value is (122,171,221). Sum of RGB (Red+Green+Blue) = 122+171+221=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABDD is #855422. Grayscale: #A1A1A1. Windows color (decimal): -8737827 or 14527354. OLE color: 14527354.
HSL color Cylindrical-coordinate representation of color #7AABDD: hue angle of 210.3º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AABDD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 171 | 221 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.13 |
| HSL | 210.3º | 0.59% | 0.67% | - |
| HSV(B) | 210.3º | 0.45% | 0.87% | - |
| XYZ | 35.64 | 38.48 | 73.96 | - |
| YUV | 162.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 221 | 0.45 | 0.23 | 0 | 0.13 | 210.3 | 0.59 | 0.67 |
| Hex | 7A | AB | DD | 2D | 17 | 0 | D | D2 | 3B | 43 |
| Octal | 172 | 253 | 335 | 55 | 27 | 0 | 15 | 322 | 73 | 103 |
| Binary | 1111010 | 10101011 | 11011101 | 101101 | 10111 | 0 | 1101 | 11010010 | 111011 | 1000011 |
Color Harmonies of #7AABDD
Complementary color
Monochromatic Colors of #7AABDD
Black with #7AABDD
Text Example
Text Example
White with #7AABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABDD; }
p { color: rgb(122,171,221); }
H1.HeaderClassName
{
color: #7AABDD;
}
.AnyTagClassName
{
color: #7AABDD;
}
</style>
background-color css
<style>
a { background-color: #7AABDD; }
a { background-color: rgb(122,171,221); }
div.DivClassName
{
background-color: #7AABDD;
}
.BgClassName
{
background-color: #7AABDD;
}
</style>
border-color css
<style>
span { border-color: #7AABDD; }
span { border-color: rgb(122,171,221); }
td.TdClassName
{
border-color: #7AABDD;
}
.TagClassName
{
border-color: #7AABDD;
}
</style>