Shades of Jordy Blue #79AED5
Tints of Jordy Blue #79AED5
RGB
CMYK
RGB Variations
Color information
#79AED5 (or 0x79AED5) is known color: Jordy Blue. HEX triplet: 79, AE and D5. RGB value is (121,174,213). Sum of RGB (Red+Green+Blue) = 121+174+213=508 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.82% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #79AED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AED5 is #86512A. Grayscale: #A2A2A2. Windows color (decimal): -8802603 or 14003833. OLE color: 14003833.
HSL color Cylindrical-coordinate representation of color #79AED5: hue angle of 205.43º 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 #79AED5 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 174 | 213 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.16 |
| HSL | 205.43º | 0.52% | 0.65% | - |
| HSV(B) | 205.43º | 0.43% | 0.84% | - |
| XYZ | 35.03 | 39.14 | 68.66 | - |
| YUV | 162.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 174 | 213 | 0.43 | 0.18 | 0 | 0.16 | 205.43 | 0.52 | 0.65 |
| Hex | 79 | AE | D5 | 2B | 12 | 0 | 10 | CD | 34 | 41 |
| Octal | 171 | 256 | 325 | 53 | 22 | 0 | 20 | 315 | 64 | 101 |
| Binary | 1111001 | 10101110 | 11010101 | 101011 | 10010 | 0 | 10000 | 11001101 | 110100 | 1000001 |
Color Harmonies of #79AED5
Complementary color
Monochromatic Colors of #79AED5
Black with #79AED5
Text Example
Text Example
White with #79AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AED5; }
p { color: rgb(121,174,213); }
H1.HeaderClassName
{
color: #79AED5;
}
.AnyTagClassName
{
color: #79AED5;
}
</style>
background-color css
<style>
a { background-color: #79AED5; }
a { background-color: rgb(121,174,213); }
div.DivClassName
{
background-color: #79AED5;
}
.BgClassName
{
background-color: #79AED5;
}
</style>
border-color css
<style>
span { border-color: #79AED5; }
span { border-color: rgb(121,174,213); }
td.TdClassName
{
border-color: #79AED5;
}
.TagClassName
{
border-color: #79AED5;
}
</style>