Shades of Jordy Blue #7AABE9
Tints of Jordy Blue #7AABE9
RGB
CMYK
RGB Variations
Color information
#7AABE9 (or 0x7AABE9) is known color: Jordy Blue. HEX triplet: 7A, AB and E9. RGB value is (122,171,233). Sum of RGB (Red+Green+Blue) = 122+171+233=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #7AABE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AABE9 is #855416. Grayscale: #A3A3A3. Windows color (decimal): -8737815 or 15313786. OLE color: 15313786.
HSL color Cylindrical-coordinate representation of color #7AABE9: hue angle of 213.51º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AABE9 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 171 | 233 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.09 |
| HSL | 213.51º | 0.72% | 0.7% | - |
| HSV(B) | 213.51º | 0.48% | 0.91% | - |
| XYZ | 37.3 | 39.15 | 82.68 | - |
| YUV | 163.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 233 | 0.48 | 0.27 | 0 | 0.09 | 213.51 | 0.72 | 0.7 |
| Hex | 7A | AB | E9 | 30 | 1B | 0 | 9 | D6 | 48 | 46 |
| Octal | 172 | 253 | 351 | 60 | 33 | 0 | 11 | 326 | 110 | 106 |
| Binary | 1111010 | 10101011 | 11101001 | 110000 | 11011 | 0 | 1001 | 11010110 | 1001000 | 1000110 |
Color Harmonies of #7AABE9
Complementary color
Monochromatic Colors of #7AABE9
Black with #7AABE9
Text Example
Text Example
White with #7AABE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABE9; }
p { color: rgb(122,171,233); }
H1.HeaderClassName
{
color: #7AABE9;
}
.AnyTagClassName
{
color: #7AABE9;
}
</style>
background-color css
<style>
a { background-color: #7AABE9; }
a { background-color: rgb(122,171,233); }
div.DivClassName
{
background-color: #7AABE9;
}
.BgClassName
{
background-color: #7AABE9;
}
</style>
border-color css
<style>
span { border-color: #7AABE9; }
span { border-color: rgb(122,171,233); }
td.TdClassName
{
border-color: #7AABE9;
}
.TagClassName
{
border-color: #7AABE9;
}
</style>