Shades of Jordy Blue #79A8DB
Tints of Jordy Blue #79A8DB
RGB
CMYK
RGB Variations
Color information
#79A8DB (or 0x79A8DB) is known color: Jordy Blue. HEX triplet: 79, A8 and DB. RGB value is (121,168,219). Sum of RGB (Red+Green+Blue) = 121+168+219=508 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.82% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8DB is #865724. Grayscale: #9F9F9F. Windows color (decimal): -8804133 or 14395513. OLE color: 14395513.
HSL color Cylindrical-coordinate representation of color #79A8DB: hue angle of 211.22º 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 #79A8DB is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 168 | 219 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.14 |
| HSL | 211.22º | 0.58% | 0.67% | - |
| HSV(B) | 211.22º | 0.45% | 0.86% | - |
| XYZ | 34.67 | 37.18 | 72.37 | - |
| YUV | 159.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 168 | 219 | 0.45 | 0.23 | 0 | 0.14 | 211.22 | 0.58 | 0.67 |
| Hex | 79 | A8 | DB | 2D | 17 | 0 | E | D3 | 3A | 43 |
| Octal | 171 | 250 | 333 | 55 | 27 | 0 | 16 | 323 | 72 | 103 |
| Binary | 1111001 | 10101000 | 11011011 | 101101 | 10111 | 0 | 1110 | 11010011 | 111010 | 1000011 |
Color Harmonies of #79A8DB
Complementary color
Monochromatic Colors of #79A8DB
Black with #79A8DB
Text Example
Text Example
White with #79A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A8DB; }
p { color: rgb(121,168,219); }
H1.HeaderClassName
{
color: #79A8DB;
}
.AnyTagClassName
{
color: #79A8DB;
}
</style>
background-color css
<style>
a { background-color: #79A8DB; }
a { background-color: rgb(121,168,219); }
div.DivClassName
{
background-color: #79A8DB;
}
.BgClassName
{
background-color: #79A8DB;
}
</style>
border-color css
<style>
span { border-color: #79A8DB; }
span { border-color: rgb(121,168,219); }
td.TdClassName
{
border-color: #79A8DB;
}
.TagClassName
{
border-color: #79A8DB;
}
</style>