Shades of Jordy Blue #79B2DD
Tints of Jordy Blue #79B2DD
RGB
CMYK
RGB Variations
Color information
#79B2DD (or 0x79B2DD) is known color: Jordy Blue. HEX triplet: 79, B2 and DD. RGB value is (121,178,221). Sum of RGB (Red+Green+Blue) = 121+178+221=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #79B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2DD is #864D22. Grayscale: #A5A5A5. Windows color (decimal): -8801571 or 14529145. OLE color: 14529145.
HSL color Cylindrical-coordinate representation of color #79B2DD: hue angle of 205.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79B2DD is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 178 | 221 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.13 |
| HSL | 205.8º | 0.6% | 0.67% | - |
| HSV(B) | 205.8º | 0.45% | 0.87% | - |
| XYZ | 36.86 | 41.13 | 74.4 | - |
| YUV | 165.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 221 | 0.45 | 0.19 | 0 | 0.13 | 205.8 | 0.6 | 0.67 |
| Hex | 79 | B2 | DD | 2D | 13 | 0 | D | CE | 3C | 43 |
| Octal | 171 | 262 | 335 | 55 | 23 | 0 | 15 | 316 | 74 | 103 |
| Binary | 1111001 | 10110010 | 11011101 | 101101 | 10011 | 0 | 1101 | 11001110 | 111100 | 1000011 |
Color Harmonies of #79B2DD
Complementary color
Monochromatic Colors of #79B2DD
Black with #79B2DD
Text Example
Text Example
White with #79B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B2DD; }
p { color: rgb(121,178,221); }
H1.HeaderClassName
{
color: #79B2DD;
}
.AnyTagClassName
{
color: #79B2DD;
}
</style>
background-color css
<style>
a { background-color: #79B2DD; }
a { background-color: rgb(121,178,221); }
div.DivClassName
{
background-color: #79B2DD;
}
.BgClassName
{
background-color: #79B2DD;
}
</style>
border-color css
<style>
span { border-color: #79B2DD; }
span { border-color: rgb(121,178,221); }
td.TdClassName
{
border-color: #79B2DD;
}
.TagClassName
{
border-color: #79B2DD;
}
</style>