Shades of Jordy Blue #7AAFDD
Tints of Jordy Blue #7AAFDD
RGB
CMYK
RGB Variations
Color information
#7AAFDD (or 0x7AAFDD) is known color: Jordy Blue. HEX triplet: 7A, AF and DD. RGB value is (122,175,221). Sum of RGB (Red+Green+Blue) = 122+175+221=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFDD is #855022. Grayscale: #A4A4A4. Windows color (decimal): -8736803 or 14528378. OLE color: 14528378.
HSL color Cylindrical-coordinate representation of color #7AAFDD: hue angle of 207.88º 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 #7AAFDD is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 175 | 221 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.13 |
| HSL | 207.88º | 0.59% | 0.67% | - |
| HSV(B) | 207.88º | 0.45% | 0.87% | - |
| XYZ | 36.41 | 40.02 | 74.21 | - |
| YUV | 164.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 221 | 0.45 | 0.21 | 0 | 0.13 | 207.88 | 0.59 | 0.67 |
| Hex | 7A | AF | DD | 2D | 15 | 0 | D | D0 | 3B | 43 |
| Octal | 172 | 257 | 335 | 55 | 25 | 0 | 15 | 320 | 73 | 103 |
| Binary | 1111010 | 10101111 | 11011101 | 101101 | 10101 | 0 | 1101 | 11010000 | 111011 | 1000011 |
Color Harmonies of #7AAFDD
Complementary color
Monochromatic Colors of #7AAFDD
Black with #7AAFDD
Text Example
Text Example
White with #7AAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAFDD; }
p { color: rgb(122,175,221); }
H1.HeaderClassName
{
color: #7AAFDD;
}
.AnyTagClassName
{
color: #7AAFDD;
}
</style>
background-color css
<style>
a { background-color: #7AAFDD; }
a { background-color: rgb(122,175,221); }
div.DivClassName
{
background-color: #7AAFDD;
}
.BgClassName
{
background-color: #7AAFDD;
}
</style>
border-color css
<style>
span { border-color: #7AAFDD; }
span { border-color: rgb(122,175,221); }
td.TdClassName
{
border-color: #7AAFDD;
}
.TagClassName
{
border-color: #7AAFDD;
}
</style>