Shades of Jordy Blue #79ADDD
Tints of Jordy Blue #79ADDD
RGB
CMYK
RGB Variations
Color information
#79ADDD (or 0x79ADDD) is known color: Jordy Blue. HEX triplet: 79, AD and DD. RGB value is (121,173,221). Sum of RGB (Red+Green+Blue) = 121+173+221=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #79ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADDD is #865222. Grayscale: #A2A2A2. Windows color (decimal): -8802851 or 14527865. OLE color: 14527865.
HSL color Cylindrical-coordinate representation of color #79ADDD: hue angle of 208.8º 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 #79ADDD is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 173 | 221 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.13 |
| HSL | 208.8º | 0.6% | 0.67% | - |
| HSV(B) | 208.8º | 0.45% | 0.87% | - |
| XYZ | 35.88 | 39.17 | 74.08 | - |
| YUV | 162.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 221 | 0.45 | 0.22 | 0 | 0.13 | 208.8 | 0.6 | 0.67 |
| Hex | 79 | AD | DD | 2D | 16 | 0 | D | D1 | 3C | 43 |
| Octal | 171 | 255 | 335 | 55 | 26 | 0 | 15 | 321 | 74 | 103 |
| Binary | 1111001 | 10101101 | 11011101 | 101101 | 10110 | 0 | 1101 | 11010001 | 111100 | 1000011 |
Color Harmonies of #79ADDD
Complementary color
Monochromatic Colors of #79ADDD
Black with #79ADDD
Text Example
Text Example
White with #79ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ADDD; }
p { color: rgb(121,173,221); }
H1.HeaderClassName
{
color: #79ADDD;
}
.AnyTagClassName
{
color: #79ADDD;
}
</style>
background-color css
<style>
a { background-color: #79ADDD; }
a { background-color: rgb(121,173,221); }
div.DivClassName
{
background-color: #79ADDD;
}
.BgClassName
{
background-color: #79ADDD;
}
</style>
border-color css
<style>
span { border-color: #79ADDD; }
span { border-color: rgb(121,173,221); }
td.TdClassName
{
border-color: #79ADDD;
}
.TagClassName
{
border-color: #79ADDD;
}
</style>