Shades of Jordy Blue #7AADD5
Tints of Jordy Blue #7AADD5
RGB
CMYK
RGB Variations
Color information
#7AADD5 (or 0x7AADD5) is known color: Jordy Blue. HEX triplet: 7A, AD and D5. RGB value is (122,173,213). Sum of RGB (Red+Green+Blue) = 122+173+213=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #7AADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADD5 is #85522A. Grayscale: #A2A2A2. Windows color (decimal): -8737323 or 14003578. OLE color: 14003578.
HSL color Cylindrical-coordinate representation of color #7AADD5: hue angle of 206.37º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AADD5 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 173 | 213 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.16 |
| HSL | 206.37º | 0.52% | 0.66% | - |
| HSV(B) | 206.37º | 0.43% | 0.84% | - |
| XYZ | 34.98 | 38.83 | 68.6 | - |
| YUV | 162.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 213 | 0.43 | 0.19 | 0 | 0.16 | 206.37 | 0.52 | 0.66 |
| Hex | 7A | AD | D5 | 2B | 13 | 0 | 10 | CE | 34 | 42 |
| Octal | 172 | 255 | 325 | 53 | 23 | 0 | 20 | 316 | 64 | 102 |
| Binary | 1111010 | 10101101 | 11010101 | 101011 | 10011 | 0 | 10000 | 11001110 | 110100 | 1000010 |
Color Harmonies of #7AADD5
Complementary color
Monochromatic Colors of #7AADD5
Black with #7AADD5
Text Example
Text Example
White with #7AADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADD5; }
p { color: rgb(122,173,213); }
H1.HeaderClassName
{
color: #7AADD5;
}
.AnyTagClassName
{
color: #7AADD5;
}
</style>
background-color css
<style>
a { background-color: #7AADD5; }
a { background-color: rgb(122,173,213); }
div.DivClassName
{
background-color: #7AADD5;
}
.BgClassName
{
background-color: #7AADD5;
}
</style>
border-color css
<style>
span { border-color: #7AADD5; }
span { border-color: rgb(122,173,213); }
td.TdClassName
{
border-color: #7AADD5;
}
.TagClassName
{
border-color: #7AADD5;
}
</style>