Shades of Jordy Blue #7AACD7
Tints of Jordy Blue #7AACD7
RGB
CMYK
RGB Variations
Color information
#7AACD7 (or 0x7AACD7) is known color: Jordy Blue. HEX triplet: 7A, AC and D7. RGB value is (122,172,215). Sum of RGB (Red+Green+Blue) = 122+172+215=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #7AACD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACD7 is #855328. Grayscale: #A1A1A1. Windows color (decimal): -8737577 or 14134394. OLE color: 14134394.
HSL color Cylindrical-coordinate representation of color #7AACD7: hue angle of 207.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AACD7 is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 172 | 215 | - |
| CMYK | 0.43 | 0.2 | 0 | 0.16 |
| HSL | 207.74º | 0.54% | 0.66% | - |
| HSV(B) | 207.74º | 0.43% | 0.84% | - |
| XYZ | 35.04 | 38.55 | 69.88 | - |
| YUV | 161.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 215 | 0.43 | 0.2 | 0 | 0.16 | 207.74 | 0.54 | 0.66 |
| Hex | 7A | AC | D7 | 2B | 14 | 0 | 10 | D0 | 36 | 42 |
| Octal | 172 | 254 | 327 | 53 | 24 | 0 | 20 | 320 | 66 | 102 |
| Binary | 1111010 | 10101100 | 11010111 | 101011 | 10100 | 0 | 10000 | 11010000 | 110110 | 1000010 |
Color Harmonies of #7AACD7
Complementary color
Monochromatic Colors of #7AACD7
Black with #7AACD7
Text Example
Text Example
White with #7AACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACD7; }
p { color: rgb(122,172,215); }
H1.HeaderClassName
{
color: #7AACD7;
}
.AnyTagClassName
{
color: #7AACD7;
}
</style>
background-color css
<style>
a { background-color: #7AACD7; }
a { background-color: rgb(122,172,215); }
div.DivClassName
{
background-color: #7AACD7;
}
.BgClassName
{
background-color: #7AACD7;
}
</style>
border-color css
<style>
span { border-color: #7AACD7; }
span { border-color: rgb(122,172,215); }
td.TdClassName
{
border-color: #7AACD7;
}
.TagClassName
{
border-color: #7AACD7;
}
</style>