Shades of Jordy Blue #7AABDC
Tints of Jordy Blue #7AABDC
RGB
CMYK
RGB Variations
Color information
#7AABDC (or 0x7AABDC) is known color: Jordy Blue. HEX triplet: 7A, AB and DC. RGB value is (122,171,220). Sum of RGB (Red+Green+Blue) = 122+171+220=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABDC is #855423. Grayscale: #A1A1A1. Windows color (decimal): -8737828 or 14461818. OLE color: 14461818.
HSL color Cylindrical-coordinate representation of color #7AABDC: hue angle of 210º 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 #7AABDC is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 171 | 220 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.14 |
| HSL | 210º | 0.58% | 0.67% | - |
| HSV(B) | 210º | 0.45% | 0.86% | - |
| XYZ | 35.51 | 38.43 | 73.26 | - |
| YUV | 161.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 220 | 0.45 | 0.22 | 0 | 0.14 | 210 | 0.58 | 0.67 |
| Hex | 7A | AB | DC | 2D | 16 | 0 | E | D2 | 3A | 43 |
| Octal | 172 | 253 | 334 | 55 | 26 | 0 | 16 | 322 | 72 | 103 |
| Binary | 1111010 | 10101011 | 11011100 | 101101 | 10110 | 0 | 1110 | 11010010 | 111010 | 1000011 |
Color Harmonies of #7AABDC
Complementary color
Monochromatic Colors of #7AABDC
Black with #7AABDC
Text Example
Text Example
White with #7AABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABDC; }
p { color: rgb(122,171,220); }
H1.HeaderClassName
{
color: #7AABDC;
}
.AnyTagClassName
{
color: #7AABDC;
}
</style>
background-color css
<style>
a { background-color: #7AABDC; }
a { background-color: rgb(122,171,220); }
div.DivClassName
{
background-color: #7AABDC;
}
.BgClassName
{
background-color: #7AABDC;
}
</style>
border-color css
<style>
span { border-color: #7AABDC; }
span { border-color: rgb(122,171,220); }
td.TdClassName
{
border-color: #7AABDC;
}
.TagClassName
{
border-color: #7AABDC;
}
</style>