Shades of Jordy Blue #79ADD5
Tints of Jordy Blue #79ADD5
RGB
CMYK
RGB Variations
Color information
#79ADD5 (or 0x79ADD5) is known color: Jordy Blue. HEX triplet: 79, AD and D5. RGB value is (121,173,213). Sum of RGB (Red+Green+Blue) = 121+173+213=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #79ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADD5 is #86522A. Grayscale: #A1A1A1. Windows color (decimal): -8802859 or 14003577. OLE color: 14003577.
HSL color Cylindrical-coordinate representation of color #79ADD5: hue angle of 206.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79ADD5 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 173 | 213 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.16 |
| HSL | 206.09º | 0.52% | 0.65% | - |
| HSV(B) | 206.09º | 0.43% | 0.84% | - |
| XYZ | 34.84 | 38.76 | 68.6 | - |
| YUV | 162.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 213 | 0.43 | 0.19 | 0 | 0.16 | 206.09 | 0.52 | 0.65 |
| Hex | 79 | AD | D5 | 2B | 13 | 0 | 10 | CE | 34 | 41 |
| Octal | 171 | 255 | 325 | 53 | 23 | 0 | 20 | 316 | 64 | 101 |
| Binary | 1111001 | 10101101 | 11010101 | 101011 | 10011 | 0 | 10000 | 11001110 | 110100 | 1000001 |
Color Harmonies of #79ADD5
Complementary color
Monochromatic Colors of #79ADD5
Black with #79ADD5
Text Example
Text Example
White with #79ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ADD5; }
p { color: rgb(121,173,213); }
H1.HeaderClassName
{
color: #79ADD5;
}
.AnyTagClassName
{
color: #79ADD5;
}
</style>
background-color css
<style>
a { background-color: #79ADD5; }
a { background-color: rgb(121,173,213); }
div.DivClassName
{
background-color: #79ADD5;
}
.BgClassName
{
background-color: #79ADD5;
}
</style>
border-color css
<style>
span { border-color: #79ADD5; }
span { border-color: rgb(121,173,213); }
td.TdClassName
{
border-color: #79ADD5;
}
.TagClassName
{
border-color: #79ADD5;
}
</style>