Shades of Jordy Blue #7AA1E9
Tints of Jordy Blue #7AA1E9
RGB
CMYK
RGB Variations
Color information
#7AA1E9 (or 0x7AA1E9) is known color: Jordy Blue. HEX triplet: 7A, A1 and E9. RGB value is (122,161,233). Sum of RGB (Red+Green+Blue) = 122+161+233=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #7AA1E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA1E9 is #855E16. Grayscale: #9D9D9D. Windows color (decimal): -8740375 or 15311226. OLE color: 15311226.
HSL color Cylindrical-coordinate representation of color #7AA1E9: hue angle of 218.92º 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 #7AA1E9 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 161 | 233 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.09 |
| HSL | 218.92º | 0.72% | 0.7% | - |
| HSV(B) | 218.92º | 0.48% | 0.91% | - |
| XYZ | 35.48 | 35.51 | 82.08 | - |
| YUV | 157.55 | 170.58 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 233 | 0.48 | 0.31 | 0 | 0.09 | 218.92 | 0.72 | 0.7 |
| Hex | 7A | A1 | E9 | 30 | 1F | 0 | 9 | DB | 48 | 46 |
| Octal | 172 | 241 | 351 | 60 | 37 | 0 | 11 | 333 | 110 | 106 |
| Binary | 1111010 | 10100001 | 11101001 | 110000 | 11111 | 0 | 1001 | 11011011 | 1001000 | 1000110 |
Color Harmonies of #7AA1E9
Complementary color
Monochromatic Colors of #7AA1E9
Black with #7AA1E9
Text Example
Text Example
White with #7AA1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA1E9; }
p { color: rgb(122,161,233); }
H1.HeaderClassName
{
color: #7AA1E9;
}
.AnyTagClassName
{
color: #7AA1E9;
}
</style>
background-color css
<style>
a { background-color: #7AA1E9; }
a { background-color: rgb(122,161,233); }
div.DivClassName
{
background-color: #7AA1E9;
}
.BgClassName
{
background-color: #7AA1E9;
}
</style>
border-color css
<style>
span { border-color: #7AA1E9; }
span { border-color: rgb(122,161,233); }
td.TdClassName
{
border-color: #7AA1E9;
}
.TagClassName
{
border-color: #7AA1E9;
}
</style>