Shades of Maya Blue #7AABFD
Tints of Maya Blue #7AABFD
RGB
CMYK
RGB Variations
Color information
#7AABFD (or 0x7AABFD) is known color: Maya Blue. HEX triplet: 7A, AB and FD. RGB value is (122,171,253). Sum of RGB (Red+Green+Blue) = 122+171+253=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AABFD is #855402. Grayscale: #A5A5A5. Windows color (decimal): -8737795 or 16624506. OLE color: 16624506.
HSL color Cylindrical-coordinate representation of color #7AABFD: hue angle of 217.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AABFD is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 171 | 253 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.01 |
| HSL | 217.56º | 0.97% | 0.74% | - |
| HSV(B) | 217.56º | 0.52% | 0.99% | - |
| XYZ | 40.32 | 40.36 | 98.59 | - |
| YUV | 165.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 253 | 0.52 | 0.32 | 0 | 0.01 | 217.56 | 0.97 | 0.74 |
| Hex | 7A | AB | FD | 34 | 20 | 0 | 1 | DA | 61 | 4A |
| Octal | 172 | 253 | 375 | 64 | 40 | 0 | 1 | 332 | 141 | 112 |
| Binary | 1111010 | 10101011 | 11111101 | 110100 | 100000 | 0 | 1 | 11011010 | 1100001 | 1001010 |
Color Harmonies of #7AABFD
Complementary color
Monochromatic Colors of #7AABFD
Black with #7AABFD
Text Example
Text Example
White with #7AABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABFD; }
p { color: rgb(122,171,253); }
H1.HeaderClassName
{
color: #7AABFD;
}
.AnyTagClassName
{
color: #7AABFD;
}
</style>
background-color css
<style>
a { background-color: #7AABFD; }
a { background-color: rgb(122,171,253); }
div.DivClassName
{
background-color: #7AABFD;
}
.BgClassName
{
background-color: #7AABFD;
}
</style>
border-color css
<style>
span { border-color: #7AABFD; }
span { border-color: rgb(122,171,253); }
td.TdClassName
{
border-color: #7AABFD;
}
.TagClassName
{
border-color: #7AABFD;
}
</style>