Shades of Jordy Blue #79A3E3
Tints of Jordy Blue #79A3E3
RGB
CMYK
RGB Variations
Color information
#79A3E3 (or 0x79A3E3) is known color: Jordy Blue. HEX triplet: 79, A3 and E3. RGB value is (121,163,227). Sum of RGB (Red+Green+Blue) = 121+163+227=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 227 - color contains mainly: blue. Hex color #79A3E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3E3 is #865C1C. Grayscale: #9D9D9D. Windows color (decimal): -8805405 or 14918521. OLE color: 14918521.
HSL color Cylindrical-coordinate representation of color #79A3E3: hue angle of 216.23º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79A3E3 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 163 | 227 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.11 |
| HSL | 216.23º | 0.65% | 0.68% | - |
| HSV(B) | 216.23º | 0.47% | 0.89% | - |
| XYZ | 34.85 | 35.81 | 77.75 | - |
| YUV | 157.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 227 | 0.47 | 0.28 | 0 | 0.11 | 216.23 | 0.65 | 0.68 |
| Hex | 79 | A3 | E3 | 2F | 1C | 0 | B | D8 | 41 | 44 |
| Octal | 171 | 243 | 343 | 57 | 34 | 0 | 13 | 330 | 101 | 104 |
| Binary | 1111001 | 10100011 | 11100011 | 101111 | 11100 | 0 | 1011 | 11011000 | 1000001 | 1000100 |
Color Harmonies of #79A3E3
Complementary color
Monochromatic Colors of #79A3E3
Black with #79A3E3
Text Example
Text Example
White with #79A3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A3E3; }
p { color: rgb(121,163,227); }
H1.HeaderClassName
{
color: #79A3E3;
}
.AnyTagClassName
{
color: #79A3E3;
}
</style>
background-color css
<style>
a { background-color: #79A3E3; }
a { background-color: rgb(121,163,227); }
div.DivClassName
{
background-color: #79A3E3;
}
.BgClassName
{
background-color: #79A3E3;
}
</style>
border-color css
<style>
span { border-color: #79A3E3; }
span { border-color: rgb(121,163,227); }
td.TdClassName
{
border-color: #79A3E3;
}
.TagClassName
{
border-color: #79A3E3;
}
</style>