Shades of Jordy Blue #79A9D7
Tints of Jordy Blue #79A9D7
RGB
CMYK
RGB Variations
Color information
#79A9D7 (or 0x79A9D7) is known color: Jordy Blue. HEX triplet: 79, A9 and D7. RGB value is (121,169,215). Sum of RGB (Red+Green+Blue) = 121+169+215=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #79A9D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A9D7 is #865628. Grayscale: #9F9F9F. Windows color (decimal): -8803881 or 14133625. OLE color: 14133625.
HSL color Cylindrical-coordinate representation of color #79A9D7: hue angle of 209.36º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79A9D7 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 169 | 215 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.16 |
| HSL | 209.36º | 0.54% | 0.66% | - |
| HSV(B) | 209.36º | 0.44% | 0.84% | - |
| XYZ | 34.34 | 37.35 | 69.69 | - |
| YUV | 159.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 169 | 215 | 0.44 | 0.21 | 0 | 0.16 | 209.36 | 0.54 | 0.66 |
| Hex | 79 | A9 | D7 | 2C | 15 | 0 | 10 | D1 | 36 | 42 |
| Octal | 171 | 251 | 327 | 54 | 25 | 0 | 20 | 321 | 66 | 102 |
| Binary | 1111001 | 10101001 | 11010111 | 101100 | 10101 | 0 | 10000 | 11010001 | 110110 | 1000010 |
Color Harmonies of #79A9D7
Complementary color
Monochromatic Colors of #79A9D7
Black with #79A9D7
Text Example
Text Example
White with #79A9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A9D7; }
p { color: rgb(121,169,215); }
H1.HeaderClassName
{
color: #79A9D7;
}
.AnyTagClassName
{
color: #79A9D7;
}
</style>
background-color css
<style>
a { background-color: #79A9D7; }
a { background-color: rgb(121,169,215); }
div.DivClassName
{
background-color: #79A9D7;
}
.BgClassName
{
background-color: #79A9D7;
}
</style>
border-color css
<style>
span { border-color: #79A9D7; }
span { border-color: rgb(121,169,215); }
td.TdClassName
{
border-color: #79A9D7;
}
.TagClassName
{
border-color: #79A9D7;
}
</style>