Shades of Jordy Blue #79B4EA
Tints of Jordy Blue #79B4EA
RGB
CMYK
RGB Variations
Color information
#79B4EA (or 0x79B4EA) is known color: Jordy Blue. HEX triplet: 79, B4 and EA. RGB value is (121,180,234). Sum of RGB (Red+Green+Blue) = 121+180+234=535 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.62% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #79B4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79B4EA is #864B15. Grayscale: #A8A8A8. Windows color (decimal): -8801046 or 15381625. OLE color: 15381625.
HSL color Cylindrical-coordinate representation of color #79B4EA: hue angle of 208.67º 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 #79B4EA is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 180 | 234 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.08 |
| HSL | 208.67º | 0.73% | 0.7% | - |
| HSV(B) | 208.67º | 0.48% | 0.92% | - |
| XYZ | 39.06 | 42.65 | 84.02 | - |
| YUV | 168.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 180 | 234 | 0.48 | 0.23 | 0 | 0.08 | 208.67 | 0.73 | 0.7 |
| Hex | 79 | B4 | EA | 30 | 17 | 0 | 8 | D1 | 49 | 46 |
| Octal | 171 | 264 | 352 | 60 | 27 | 0 | 10 | 321 | 111 | 106 |
| Binary | 1111001 | 10110100 | 11101010 | 110000 | 10111 | 0 | 1000 | 11010001 | 1001001 | 1000110 |
Color Harmonies of #79B4EA
Complementary color
Monochromatic Colors of #79B4EA
Black with #79B4EA
Text Example
Text Example
White with #79B4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B4EA; }
p { color: rgb(121,180,234); }
H1.HeaderClassName
{
color: #79B4EA;
}
.AnyTagClassName
{
color: #79B4EA;
}
</style>
background-color css
<style>
a { background-color: #79B4EA; }
a { background-color: rgb(121,180,234); }
div.DivClassName
{
background-color: #79B4EA;
}
.BgClassName
{
background-color: #79B4EA;
}
</style>
border-color css
<style>
span { border-color: #79B4EA; }
span { border-color: rgb(121,180,234); }
td.TdClassName
{
border-color: #79B4EA;
}
.TagClassName
{
border-color: #79B4EA;
}
</style>