Shades of Jordy Blue #79A1DF
Tints of Jordy Blue #79A1DF
RGB
CMYK
RGB Variations
Color information
#79A1DF (or 0x79A1DF) is known color: Jordy Blue. HEX triplet: 79, A1 and DF. RGB value is (121,161,223). Sum of RGB (Red+Green+Blue) = 121+161+223=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #79A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1DF is #865E20. Grayscale: #9B9B9B. Windows color (decimal): -8805921 or 14655865. OLE color: 14655865.
HSL color Cylindrical-coordinate representation of color #79A1DF: hue angle of 216.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79A1DF is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 161 | 223 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.13 |
| HSL | 216.47º | 0.61% | 0.67% | - |
| HSV(B) | 216.47º | 0.46% | 0.87% | - |
| XYZ | 33.95 | 34.88 | 74.76 | - |
| YUV | 156.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 161 | 223 | 0.46 | 0.28 | 0 | 0.13 | 216.47 | 0.61 | 0.67 |
| Hex | 79 | A1 | DF | 2E | 1C | 0 | D | D8 | 3D | 43 |
| Octal | 171 | 241 | 337 | 56 | 34 | 0 | 15 | 330 | 75 | 103 |
| Binary | 1111001 | 10100001 | 11011111 | 101110 | 11100 | 0 | 1101 | 11011000 | 111101 | 1000011 |
Color Harmonies of #79A1DF
Complementary color
Monochromatic Colors of #79A1DF
Black with #79A1DF
Text Example
Text Example
White with #79A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A1DF; }
p { color: rgb(121,161,223); }
H1.HeaderClassName
{
color: #79A1DF;
}
.AnyTagClassName
{
color: #79A1DF;
}
</style>
background-color css
<style>
a { background-color: #79A1DF; }
a { background-color: rgb(121,161,223); }
div.DivClassName
{
background-color: #79A1DF;
}
.BgClassName
{
background-color: #79A1DF;
}
</style>
border-color css
<style>
span { border-color: #79A1DF; }
span { border-color: rgb(121,161,223); }
td.TdClassName
{
border-color: #79A1DF;
}
.TagClassName
{
border-color: #79A1DF;
}
</style>