Shades of Jordy Blue #79A7EF
Tints of Jordy Blue #79A7EF
RGB
CMYK
RGB Variations
Color information
#79A7EF (or 0x79A7EF) is known color: Jordy Blue. HEX triplet: 79, A7 and EF. RGB value is (121,167,239). Sum of RGB (Red+Green+Blue) = 121+167+239=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #79A7EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A7EF is #865810. Grayscale: #A1A1A1. Windows color (decimal): -8804369 or 15705977. OLE color: 15705977.
HSL color Cylindrical-coordinate representation of color #79A7EF: hue angle of 216.61º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79A7EF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 167 | 239 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.06 |
| HSL | 216.61º | 0.79% | 0.71% | - |
| HSV(B) | 216.61º | 0.49% | 0.94% | - |
| XYZ | 37.28 | 37.93 | 87.02 | - |
| YUV | 161.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 167 | 239 | 0.49 | 0.30 | 0 | 0.06 | 216.61 | 0.79 | 0.71 |
| Hex | 79 | A7 | EF | 31 | 1E | 0 | 6 | D9 | 4F | 47 |
| Octal | 171 | 247 | 357 | 61 | 36 | 0 | 6 | 331 | 117 | 107 |
| Binary | 1111001 | 10100111 | 11101111 | 110001 | 11110 | 0 | 110 | 11011001 | 1001111 | 1000111 |
Color Harmonies of #79A7EF
Complementary color
Monochromatic Colors of #79A7EF
Black with #79A7EF
Text Example
Text Example
White with #79A7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A7EF; }
p { color: rgb(121,167,239); }
H1.HeaderClassName
{
color: #79A7EF;
}
.AnyTagClassName
{
color: #79A7EF;
}
</style>
background-color css
<style>
a { background-color: #79A7EF; }
a { background-color: rgb(121,167,239); }
div.DivClassName
{
background-color: #79A7EF;
}
.BgClassName
{
background-color: #79A7EF;
}
</style>
border-color css
<style>
span { border-color: #79A7EF; }
span { border-color: rgb(121,167,239); }
td.TdClassName
{
border-color: #79A7EF;
}
.TagClassName
{
border-color: #79A7EF;
}
</style>