Shades of Jordy Blue #79AAEA
Tints of Jordy Blue #79AAEA
RGB
CMYK
RGB Variations
Color information
#79AAEA (or 0x79AAEA) is known color: Jordy Blue. HEX triplet: 79, AA and EA. RGB value is (121,170,234). Sum of RGB (Red+Green+Blue) = 121+170+234=525 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.05% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #79AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AAEA is #865515. Grayscale: #A2A2A2. Windows color (decimal): -8803606 or 15379065. OLE color: 15379065.
HSL color Cylindrical-coordinate representation of color #79AAEA: hue angle of 213.98º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79AAEA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 170 | 234 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.08 |
| HSL | 213.98º | 0.73% | 0.7% | - |
| HSV(B) | 213.98º | 0.48% | 0.92% | - |
| XYZ | 37.11 | 38.75 | 83.37 | - |
| YUV | 162.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 170 | 234 | 0.48 | 0.27 | 0 | 0.08 | 213.98 | 0.73 | 0.7 |
| Hex | 79 | AA | EA | 30 | 1B | 0 | 8 | D6 | 49 | 46 |
| Octal | 171 | 252 | 352 | 60 | 33 | 0 | 10 | 326 | 111 | 106 |
| Binary | 1111001 | 10101010 | 11101010 | 110000 | 11011 | 0 | 1000 | 11010110 | 1001001 | 1000110 |
Color Harmonies of #79AAEA
Complementary color
Monochromatic Colors of #79AAEA
Black with #79AAEA
Text Example
Text Example
White with #79AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AAEA; }
p { color: rgb(121,170,234); }
H1.HeaderClassName
{
color: #79AAEA;
}
.AnyTagClassName
{
color: #79AAEA;
}
</style>
background-color css
<style>
a { background-color: #79AAEA; }
a { background-color: rgb(121,170,234); }
div.DivClassName
{
background-color: #79AAEA;
}
.BgClassName
{
background-color: #79AAEA;
}
</style>
border-color css
<style>
span { border-color: #79AAEA; }
span { border-color: rgb(121,170,234); }
td.TdClassName
{
border-color: #79AAEA;
}
.TagClassName
{
border-color: #79AAEA;
}
</style>