Shades of Maya Blue #7AAAFE
Tints of Maya Blue #7AAAFE
RGB
CMYK
RGB Variations
Color information
#7AAAFE (or 0x7AAAFE) is known color: Maya Blue. HEX triplet: 7A, AA and FE. RGB value is (122,170,254). Sum of RGB (Red+Green+Blue) = 122+170+254=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AAAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAAFE is #855501. Grayscale: #A4A4A4. Windows color (decimal): -8738050 or 16689786. OLE color: 16689786.
HSL color Cylindrical-coordinate representation of color #7AAAFE: hue angle of 218.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AAAFE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 170 | 254 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.00 |
| HSL | 218.18º | 0.99% | 0.74% | - |
| HSV(B) | 218.18º | 0.52% | 1% | - |
| XYZ | 40.29 | 40.04 | 99.37 | - |
| YUV | 165.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 254 | 0.52 | 0.33 | 0 | 0.00 | 218.18 | 0.99 | 0.74 |
| Hex | 7A | AA | FE | 34 | 21 | 0 | 0 | DA | 63 | 4A |
| Octal | 172 | 252 | 376 | 64 | 41 | 0 | 0 | 332 | 143 | 112 |
| Binary | 1111010 | 10101010 | 11111110 | 110100 | 100001 | 0 | 0 | 11011010 | 1100011 | 1001010 |
Color Harmonies of #7AAAFE
Complementary color
Monochromatic Colors of #7AAAFE
Black with #7AAAFE
Text Example
Text Example
White with #7AAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAAFE; }
p { color: rgb(122,170,254); }
H1.HeaderClassName
{
color: #7AAAFE;
}
.AnyTagClassName
{
color: #7AAAFE;
}
</style>
background-color css
<style>
a { background-color: #7AAAFE; }
a { background-color: rgb(122,170,254); }
div.DivClassName
{
background-color: #7AAAFE;
}
.BgClassName
{
background-color: #7AAAFE;
}
</style>
border-color css
<style>
span { border-color: #7AAAFE; }
span { border-color: rgb(122,170,254); }
td.TdClassName
{
border-color: #7AAAFE;
}
.TagClassName
{
border-color: #7AAAFE;
}
</style>