Shades of Jordy Blue #79ACF6
Tints of Jordy Blue #79ACF6
RGB
CMYK
RGB Variations
Color information
#79ACF6 (or 0x79ACF6) is known color: Jordy Blue. HEX triplet: 79, AC and F6. RGB value is (121,172,246). Sum of RGB (Red+Green+Blue) = 121+172+246=539 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.45% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #79ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ACF6 is #865309. Grayscale: #A4A4A4. Windows color (decimal): -8803082 or 16166009. OLE color: 16166009.
HSL color Cylindrical-coordinate representation of color #79ACF6: hue angle of 215.52º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79ACF6 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 172 | 246 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.04 |
| HSL | 215.52º | 0.87% | 0.72% | - |
| HSV(B) | 215.52º | 0.51% | 0.96% | - |
| XYZ | 39.27 | 40.22 | 92.88 | - |
| YUV | 165.19 | 173.6 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 172 | 246 | 0.51 | 0.30 | 0 | 0.04 | 215.52 | 0.87 | 0.72 |
| Hex | 79 | AC | F6 | 33 | 1E | 0 | 4 | D8 | 57 | 48 |
| Octal | 171 | 254 | 366 | 63 | 36 | 0 | 4 | 330 | 127 | 110 |
| Binary | 1111001 | 10101100 | 11110110 | 110011 | 11110 | 0 | 100 | 11011000 | 1010111 | 1001000 |
Color Harmonies of #79ACF6
Complementary color
Monochromatic Colors of #79ACF6
Black with #79ACF6
Text Example
Text Example
White with #79ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ACF6; }
p { color: rgb(121,172,246); }
H1.HeaderClassName
{
color: #79ACF6;
}
.AnyTagClassName
{
color: #79ACF6;
}
</style>
background-color css
<style>
a { background-color: #79ACF6; }
a { background-color: rgb(121,172,246); }
div.DivClassName
{
background-color: #79ACF6;
}
.BgClassName
{
background-color: #79ACF6;
}
</style>
border-color css
<style>
span { border-color: #79ACF6; }
span { border-color: rgb(121,172,246); }
td.TdClassName
{
border-color: #79ACF6;
}
.TagClassName
{
border-color: #79ACF6;
}
</style>