Shades of Jordy Blue #7AADDB
Tints of Jordy Blue #7AADDB
RGB
CMYK
RGB Variations
Color information
#7AADDB (or 0x7AADDB) is known color: Jordy Blue. HEX triplet: 7A, AD and DB. RGB value is (122,173,219). Sum of RGB (Red+Green+Blue) = 122+173+219=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADDB is #855224. Grayscale: #A2A2A2. Windows color (decimal): -8737317 or 14396794. OLE color: 14396794.
HSL color Cylindrical-coordinate representation of color #7AADDB: hue angle of 208.45º 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 #7AADDB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 173 | 219 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.14 |
| HSL | 208.45º | 0.57% | 0.67% | - |
| HSV(B) | 208.45º | 0.44% | 0.86% | - |
| XYZ | 35.76 | 39.14 | 72.69 | - |
| YUV | 163 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 219 | 0.44 | 0.21 | 0 | 0.14 | 208.45 | 0.57 | 0.67 |
| Hex | 7A | AD | DB | 2C | 15 | 0 | E | D0 | 39 | 43 |
| Octal | 172 | 255 | 333 | 54 | 25 | 0 | 16 | 320 | 71 | 103 |
| Binary | 1111010 | 10101101 | 11011011 | 101100 | 10101 | 0 | 1110 | 11010000 | 111001 | 1000011 |
Color Harmonies of #7AADDB
Complementary color
Monochromatic Colors of #7AADDB
Black with #7AADDB
Text Example
Text Example
White with #7AADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADDB; }
p { color: rgb(122,173,219); }
H1.HeaderClassName
{
color: #7AADDB;
}
.AnyTagClassName
{
color: #7AADDB;
}
</style>
background-color css
<style>
a { background-color: #7AADDB; }
a { background-color: rgb(122,173,219); }
div.DivClassName
{
background-color: #7AADDB;
}
.BgClassName
{
background-color: #7AADDB;
}
</style>
border-color css
<style>
span { border-color: #7AADDB; }
span { border-color: rgb(122,173,219); }
td.TdClassName
{
border-color: #7AADDB;
}
.TagClassName
{
border-color: #7AADDB;
}
</style>