Shades of Jordy Blue #79B6EA
Tints of Jordy Blue #79B6EA
RGB
CMYK
RGB Variations
Color information
#79B6EA (or 0x79B6EA) is known color: Jordy Blue. HEX triplet: 79, B6 and EA. RGB value is (121,182,234). Sum of RGB (Red+Green+Blue) = 121+182+234=537 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.53% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #79B6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79B6EA is #864915. Grayscale: #A9A9A9. Windows color (decimal): -8800534 or 15382137. OLE color: 15382137.
HSL color Cylindrical-coordinate representation of color #79B6EA: hue angle of 207.61º 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 #79B6EA is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 182 | 234 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.08 |
| HSL | 207.61º | 0.73% | 0.7% | - |
| HSV(B) | 207.61º | 0.48% | 0.92% | - |
| XYZ | 39.46 | 43.46 | 84.15 | - |
| YUV | 169.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 182 | 234 | 0.48 | 0.22 | 0 | 0.08 | 207.61 | 0.73 | 0.7 |
| Hex | 79 | B6 | EA | 30 | 16 | 0 | 8 | D0 | 49 | 46 |
| Octal | 171 | 266 | 352 | 60 | 26 | 0 | 10 | 320 | 111 | 106 |
| Binary | 1111001 | 10110110 | 11101010 | 110000 | 10110 | 0 | 1000 | 11010000 | 1001001 | 1000110 |
Color Harmonies of #79B6EA
Complementary color
Monochromatic Colors of #79B6EA
Black with #79B6EA
Text Example
Text Example
White with #79B6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B6EA; }
p { color: rgb(121,182,234); }
H1.HeaderClassName
{
color: #79B6EA;
}
.AnyTagClassName
{
color: #79B6EA;
}
</style>
background-color css
<style>
a { background-color: #79B6EA; }
a { background-color: rgb(121,182,234); }
div.DivClassName
{
background-color: #79B6EA;
}
.BgClassName
{
background-color: #79B6EA;
}
</style>
border-color css
<style>
span { border-color: #79B6EA; }
span { border-color: rgb(121,182,234); }
td.TdClassName
{
border-color: #79B6EA;
}
.TagClassName
{
border-color: #79B6EA;
}
</style>