Shades of Maya Blue #7AACFF
Tints of Maya Blue #7AACFF
RGB
CMYK
RGB Variations
Color information
#7AACFF (or 0x7AACFF) is known color: Maya Blue. HEX triplet: 7A, AC and FF. RGB value is (122,172,255). Sum of RGB (Red+Green+Blue) = 122+172+255=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AACFF is #855300. Grayscale: #A6A6A6. Windows color (decimal): -8737537 or 16755834. OLE color: 16755834.
HSL color Cylindrical-coordinate representation of color #7AACFF: hue angle of 217.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AACFF is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 172 | 255 | - |
| CMYK | 0.52 | 0.33 | 0 | 0 |
| HSL | 217.44º | 1% | 0.74% | - |
| HSV(B) | 217.44º | 0.52% | 1% | - |
| XYZ | 40.83 | 40.86 | 100.34 | - |
| YUV | 166.51 | 177.94 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 255 | 0.52 | 0.33 | 0 | 0 | 217.44 | 1 | 0.74 |
| Hex | 7A | AC | FF | 34 | 21 | 0 | 0 | D9 | 64 | 4A |
| Octal | 172 | 254 | 377 | 64 | 41 | 0 | 0 | 331 | 144 | 112 |
| Binary | 1111010 | 10101100 | 11111111 | 110100 | 100001 | 0 | 0 | 11011001 | 1100100 | 1001010 |
Color Harmonies of #7AACFF
Complementary color
Monochromatic Colors of #7AACFF
Black with #7AACFF
Text Example
Text Example
White with #7AACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACFF; }
p { color: rgb(122,172,255); }
H1.HeaderClassName
{
color: #7AACFF;
}
.AnyTagClassName
{
color: #7AACFF;
}
</style>
background-color css
<style>
a { background-color: #7AACFF; }
a { background-color: rgb(122,172,255); }
div.DivClassName
{
background-color: #7AACFF;
}
.BgClassName
{
background-color: #7AACFF;
}
</style>
border-color css
<style>
span { border-color: #7AACFF; }
span { border-color: rgb(122,172,255); }
td.TdClassName
{
border-color: #7AACFF;
}
.TagClassName
{
border-color: #7AACFF;
}
</style>