Shades of Jordy Blue #79ABDB
Tints of Jordy Blue #79ABDB
RGB
CMYK
RGB Variations
Color information
#79ABDB (or 0x79ABDB) is known color: Jordy Blue. HEX triplet: 79, AB and DB. RGB value is (121,171,219). Sum of RGB (Red+Green+Blue) = 121+171+219=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #79ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABDB is #865424. Grayscale: #A1A1A1. Windows color (decimal): -8803365 or 14396281. OLE color: 14396281.
HSL color Cylindrical-coordinate representation of color #79ABDB: hue angle of 209.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79ABDB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 171 | 219 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.14 |
| HSL | 209.39º | 0.58% | 0.67% | - |
| HSV(B) | 209.39º | 0.45% | 0.86% | - |
| XYZ | 35.23 | 38.31 | 72.55 | - |
| YUV | 161.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 171 | 219 | 0.45 | 0.22 | 0 | 0.14 | 209.39 | 0.58 | 0.67 |
| Hex | 79 | AB | DB | 2D | 16 | 0 | E | D1 | 3A | 43 |
| Octal | 171 | 253 | 333 | 55 | 26 | 0 | 16 | 321 | 72 | 103 |
| Binary | 1111001 | 10101011 | 11011011 | 101101 | 10110 | 0 | 1110 | 11010001 | 111010 | 1000011 |
Color Harmonies of #79ABDB
Complementary color
Monochromatic Colors of #79ABDB
Black with #79ABDB
Text Example
Text Example
White with #79ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ABDB; }
p { color: rgb(121,171,219); }
H1.HeaderClassName
{
color: #79ABDB;
}
.AnyTagClassName
{
color: #79ABDB;
}
</style>
background-color css
<style>
a { background-color: #79ABDB; }
a { background-color: rgb(121,171,219); }
div.DivClassName
{
background-color: #79ABDB;
}
.BgClassName
{
background-color: #79ABDB;
}
</style>
border-color css
<style>
span { border-color: #79ABDB; }
span { border-color: rgb(121,171,219); }
td.TdClassName
{
border-color: #79ABDB;
}
.TagClassName
{
border-color: #79ABDB;
}
</style>