Shades of Jordy Blue #7AACDB
Tints of Jordy Blue #7AACDB
RGB
CMYK
RGB Variations
Color information
#7AACDB (or 0x7AACDB) is known color: Jordy Blue. HEX triplet: 7A, AC and DB. RGB value is (122,172,219). Sum of RGB (Red+Green+Blue) = 122+172+219=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACDB is #855324. Grayscale: #A2A2A2. Windows color (decimal): -8737573 or 14396538. OLE color: 14396538.
HSL color Cylindrical-coordinate representation of color #7AACDB: hue angle of 209.07º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AACDB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 172 | 219 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.14 |
| HSL | 209.07º | 0.57% | 0.67% | - |
| HSV(B) | 209.07º | 0.44% | 0.86% | - |
| XYZ | 35.56 | 38.76 | 72.62 | - |
| YUV | 162.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 219 | 0.44 | 0.21 | 0 | 0.14 | 209.07 | 0.57 | 0.67 |
| Hex | 7A | AC | DB | 2C | 15 | 0 | E | D1 | 39 | 43 |
| Octal | 172 | 254 | 333 | 54 | 25 | 0 | 16 | 321 | 71 | 103 |
| Binary | 1111010 | 10101100 | 11011011 | 101100 | 10101 | 0 | 1110 | 11010001 | 111001 | 1000011 |
Color Harmonies of #7AACDB
Complementary color
Monochromatic Colors of #7AACDB
Black with #7AACDB
Text Example
Text Example
White with #7AACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACDB; }
p { color: rgb(122,172,219); }
H1.HeaderClassName
{
color: #7AACDB;
}
.AnyTagClassName
{
color: #7AACDB;
}
</style>
background-color css
<style>
a { background-color: #7AACDB; }
a { background-color: rgb(122,172,219); }
div.DivClassName
{
background-color: #7AACDB;
}
.BgClassName
{
background-color: #7AACDB;
}
</style>
border-color css
<style>
span { border-color: #7AACDB; }
span { border-color: rgb(122,172,219); }
td.TdClassName
{
border-color: #7AACDB;
}
.TagClassName
{
border-color: #7AACDB;
}
</style>