Shades of Jordy Blue #79A7DD
Tints of Jordy Blue #79A7DD
RGB
CMYK
RGB Variations
Color information
#79A7DD (or 0x79A7DD) is known color: Jordy Blue. HEX triplet: 79, A7 and DD. RGB value is (121,167,221). Sum of RGB (Red+Green+Blue) = 121+167+221=509 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.77% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #79A7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A7DD is #865822. Grayscale: #9F9F9F. Windows color (decimal): -8804387 or 14526329. OLE color: 14526329.
HSL color Cylindrical-coordinate representation of color #79A7DD: hue angle of 212.4º 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 #79A7DD is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 167 | 221 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.13 |
| HSL | 212.4º | 0.6% | 0.67% | - |
| HSV(B) | 212.4º | 0.45% | 0.87% | - |
| XYZ | 34.76 | 36.92 | 73.7 | - |
| YUV | 159.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 167 | 221 | 0.45 | 0.24 | 0 | 0.13 | 212.4 | 0.6 | 0.67 |
| Hex | 79 | A7 | DD | 2D | 18 | 0 | D | D4 | 3C | 43 |
| Octal | 171 | 247 | 335 | 55 | 30 | 0 | 15 | 324 | 74 | 103 |
| Binary | 1111001 | 10100111 | 11011101 | 101101 | 11000 | 0 | 1101 | 11010100 | 111100 | 1000011 |
Color Harmonies of #79A7DD
Complementary color
Monochromatic Colors of #79A7DD
Black with #79A7DD
Text Example
Text Example
White with #79A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A7DD; }
p { color: rgb(121,167,221); }
H1.HeaderClassName
{
color: #79A7DD;
}
.AnyTagClassName
{
color: #79A7DD;
}
</style>
background-color css
<style>
a { background-color: #79A7DD; }
a { background-color: rgb(121,167,221); }
div.DivClassName
{
background-color: #79A7DD;
}
.BgClassName
{
background-color: #79A7DD;
}
</style>
border-color css
<style>
span { border-color: #79A7DD; }
span { border-color: rgb(121,167,221); }
td.TdClassName
{
border-color: #79A7DD;
}
.TagClassName
{
border-color: #79A7DD;
}
</style>