Shades of Jordy Blue #7AADDD
Tints of Jordy Blue #7AADDD
RGB
CMYK
RGB Variations
Color information
#7AADDD (or 0x7AADDD) is known color: Jordy Blue. HEX triplet: 7A, AD and DD. RGB value is (122,173,221). Sum of RGB (Red+Green+Blue) = 122+173+221=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADDD is #855222. Grayscale: #A2A2A2. Windows color (decimal): -8737315 or 14527866. OLE color: 14527866.
HSL color Cylindrical-coordinate representation of color #7AADDD: hue angle of 209.09º 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 #7AADDD is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 173 | 221 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.13 |
| HSL | 209.09º | 0.59% | 0.67% | - |
| HSV(B) | 209.09º | 0.45% | 0.87% | - |
| XYZ | 36.02 | 39.25 | 74.08 | - |
| YUV | 163.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 221 | 0.45 | 0.22 | 0 | 0.13 | 209.09 | 0.59 | 0.67 |
| Hex | 7A | AD | DD | 2D | 16 | 0 | D | D1 | 3B | 43 |
| Octal | 172 | 255 | 335 | 55 | 26 | 0 | 15 | 321 | 73 | 103 |
| Binary | 1111010 | 10101101 | 11011101 | 101101 | 10110 | 0 | 1101 | 11010001 | 111011 | 1000011 |
Color Harmonies of #7AADDD
Complementary color
Monochromatic Colors of #7AADDD
Black with #7AADDD
Text Example
Text Example
White with #7AADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADDD; }
p { color: rgb(122,173,221); }
H1.HeaderClassName
{
color: #7AADDD;
}
.AnyTagClassName
{
color: #7AADDD;
}
</style>
background-color css
<style>
a { background-color: #7AADDD; }
a { background-color: rgb(122,173,221); }
div.DivClassName
{
background-color: #7AADDD;
}
.BgClassName
{
background-color: #7AADDD;
}
</style>
border-color css
<style>
span { border-color: #7AADDD; }
span { border-color: rgb(122,173,221); }
td.TdClassName
{
border-color: #7AADDD;
}
.TagClassName
{
border-color: #7AADDD;
}
</style>