Shades of Jordy Blue #79A1DB
Tints of Jordy Blue #79A1DB
RGB
CMYK
RGB Variations
Color information
#79A1DB (or 0x79A1DB) is known color: Jordy Blue. HEX triplet: 79, A1 and DB. RGB value is (121,161,219). Sum of RGB (Red+Green+Blue) = 121+161+219=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1DB is #865E24. Grayscale: #9B9B9B. Windows color (decimal): -8805925 or 14393721. OLE color: 14393721.
HSL color Cylindrical-coordinate representation of color #79A1DB: hue angle of 215.51º 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 #79A1DB is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 161 | 219 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.14 |
| HSL | 215.51º | 0.58% | 0.67% | - |
| HSV(B) | 215.51º | 0.45% | 0.86% | - |
| XYZ | 33.42 | 34.67 | 71.95 | - |
| YUV | 155.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 161 | 219 | 0.45 | 0.26 | 0 | 0.14 | 215.51 | 0.58 | 0.67 |
| Hex | 79 | A1 | DB | 2D | 1A | 0 | E | D8 | 3A | 43 |
| Octal | 171 | 241 | 333 | 55 | 32 | 0 | 16 | 330 | 72 | 103 |
| Binary | 1111001 | 10100001 | 11011011 | 101101 | 11010 | 0 | 1110 | 11011000 | 111010 | 1000011 |
Color Harmonies of #79A1DB
Complementary color
Monochromatic Colors of #79A1DB
Black with #79A1DB
Text Example
Text Example
White with #79A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A1DB; }
p { color: rgb(121,161,219); }
H1.HeaderClassName
{
color: #79A1DB;
}
.AnyTagClassName
{
color: #79A1DB;
}
</style>
background-color css
<style>
a { background-color: #79A1DB; }
a { background-color: rgb(121,161,219); }
div.DivClassName
{
background-color: #79A1DB;
}
.BgClassName
{
background-color: #79A1DB;
}
</style>
border-color css
<style>
span { border-color: #79A1DB; }
span { border-color: rgb(121,161,219); }
td.TdClassName
{
border-color: #79A1DB;
}
.TagClassName
{
border-color: #79A1DB;
}
</style>