Shades of Jordy Blue #7AABE6
Tints of Jordy Blue #7AABE6
RGB
CMYK
RGB Variations
Color information
#7AABE6 (or 0x7AABE6) is known color: Jordy Blue. HEX triplet: 7A, AB and E6. RGB value is (122,171,230). Sum of RGB (Red+Green+Blue) = 122+171+230=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #7AABE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AABE6 is #855419. Grayscale: #A2A2A2. Windows color (decimal): -8737818 or 15117178. OLE color: 15117178.
HSL color Cylindrical-coordinate representation of color #7AABE6: hue angle of 212.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AABE6 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 171 | 230 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.10 |
| HSL | 212.78º | 0.68% | 0.69% | - |
| HSV(B) | 212.78º | 0.47% | 0.9% | - |
| XYZ | 36.87 | 38.98 | 80.44 | - |
| YUV | 163.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 230 | 0.47 | 0.26 | 0 | 0.10 | 212.78 | 0.68 | 0.69 |
| Hex | 7A | AB | E6 | 2F | 1A | 0 | A | D5 | 44 | 45 |
| Octal | 172 | 253 | 346 | 57 | 32 | 0 | 12 | 325 | 104 | 105 |
| Binary | 1111010 | 10101011 | 11100110 | 101111 | 11010 | 0 | 1010 | 11010101 | 1000100 | 1000101 |
Color Harmonies of #7AABE6
Complementary color
Monochromatic Colors of #7AABE6
Black with #7AABE6
Text Example
Text Example
White with #7AABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABE6; }
p { color: rgb(122,171,230); }
H1.HeaderClassName
{
color: #7AABE6;
}
.AnyTagClassName
{
color: #7AABE6;
}
</style>
background-color css
<style>
a { background-color: #7AABE6; }
a { background-color: rgb(122,171,230); }
div.DivClassName
{
background-color: #7AABE6;
}
.BgClassName
{
background-color: #7AABE6;
}
</style>
border-color css
<style>
span { border-color: #7AABE6; }
span { border-color: rgb(122,171,230); }
td.TdClassName
{
border-color: #7AABE6;
}
.TagClassName
{
border-color: #7AABE6;
}
</style>