Shades of Maya Blue #7AABFE
Tints of Maya Blue #7AABFE
RGB
CMYK
RGB Variations
Color information
#7AABFE (or 0x7AABFE) is known color: Maya Blue. HEX triplet: 7A, AB and FE. RGB value is (122,171,254). Sum of RGB (Red+Green+Blue) = 122+171+254=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AABFE is #855401. Grayscale: #A5A5A5. Windows color (decimal): -8737794 or 16690042. OLE color: 16690042.
HSL color Cylindrical-coordinate representation of color #7AABFE: hue angle of 217.73º 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 #7AABFE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 171 | 254 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.00 |
| HSL | 217.73º | 0.99% | 0.74% | - |
| HSV(B) | 217.73º | 0.52% | 1% | - |
| XYZ | 40.48 | 40.42 | 99.43 | - |
| YUV | 165.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 254 | 0.52 | 0.33 | 0 | 0.00 | 217.73 | 0.99 | 0.74 |
| Hex | 7A | AB | FE | 34 | 21 | 0 | 0 | DA | 63 | 4A |
| Octal | 172 | 253 | 376 | 64 | 41 | 0 | 0 | 332 | 143 | 112 |
| Binary | 1111010 | 10101011 | 11111110 | 110100 | 100001 | 0 | 0 | 11011010 | 1100011 | 1001010 |
Color Harmonies of #7AABFE
Complementary color
Monochromatic Colors of #7AABFE
Black with #7AABFE
Text Example
Text Example
White with #7AABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABFE; }
p { color: rgb(122,171,254); }
H1.HeaderClassName
{
color: #7AABFE;
}
.AnyTagClassName
{
color: #7AABFE;
}
</style>
background-color css
<style>
a { background-color: #7AABFE; }
a { background-color: rgb(122,171,254); }
div.DivClassName
{
background-color: #7AABFE;
}
.BgClassName
{
background-color: #7AABFE;
}
</style>
border-color css
<style>
span { border-color: #7AABFE; }
span { border-color: rgb(122,171,254); }
td.TdClassName
{
border-color: #7AABFE;
}
.TagClassName
{
border-color: #7AABFE;
}
</style>