Shades of Jordy Blue #79AADD
Tints of Jordy Blue #79AADD
RGB
CMYK
RGB Variations
Color information
#79AADD (or 0x79AADD) is known color: Jordy Blue. HEX triplet: 79, AA and DD. RGB value is (121,170,221). Sum of RGB (Red+Green+Blue) = 121+170+221=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #79AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AADD is #865522. Grayscale: #A0A0A0. Windows color (decimal): -8803619 or 14527097. OLE color: 14527097.
HSL color Cylindrical-coordinate representation of color #79AADD: hue angle of 210.6º degrees, saturation: 0.6, 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 #79AADD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 170 | 221 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.13 |
| HSL | 210.6º | 0.6% | 0.67% | - |
| HSV(B) | 210.6º | 0.45% | 0.87% | - |
| XYZ | 35.31 | 38.03 | 73.89 | - |
| YUV | 161.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 170 | 221 | 0.45 | 0.23 | 0 | 0.13 | 210.6 | 0.6 | 0.67 |
| Hex | 79 | AA | DD | 2D | 17 | 0 | D | D3 | 3C | 43 |
| Octal | 171 | 252 | 335 | 55 | 27 | 0 | 15 | 323 | 74 | 103 |
| Binary | 1111001 | 10101010 | 11011101 | 101101 | 10111 | 0 | 1101 | 11010011 | 111100 | 1000011 |
Color Harmonies of #79AADD
Complementary color
Monochromatic Colors of #79AADD
Black with #79AADD
Text Example
Text Example
White with #79AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AADD; }
p { color: rgb(121,170,221); }
H1.HeaderClassName
{
color: #79AADD;
}
.AnyTagClassName
{
color: #79AADD;
}
</style>
background-color css
<style>
a { background-color: #79AADD; }
a { background-color: rgb(121,170,221); }
div.DivClassName
{
background-color: #79AADD;
}
.BgClassName
{
background-color: #79AADD;
}
</style>
border-color css
<style>
span { border-color: #79AADD; }
span { border-color: rgb(121,170,221); }
td.TdClassName
{
border-color: #79AADD;
}
.TagClassName
{
border-color: #79AADD;
}
</style>