Shades of Maya Blue #7AACFD
Tints of Maya Blue #7AACFD
RGB
CMYK
RGB Variations
Color information
#7AACFD (or 0x7AACFD) is known color: Maya Blue. HEX triplet: 7A, AC and FD. RGB value is (122,172,253). Sum of RGB (Red+Green+Blue) = 122+172+253=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AACFD is #855302. Grayscale: #A5A5A5. Windows color (decimal): -8737539 or 16624762. OLE color: 16624762.
HSL color Cylindrical-coordinate representation of color #7AACFD: hue angle of 217.1º 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 #7AACFD is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 172 | 253 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.01 |
| HSL | 217.1º | 0.97% | 0.74% | - |
| HSV(B) | 217.1º | 0.52% | 0.99% | - |
| XYZ | 40.51 | 40.73 | 98.66 | - |
| YUV | 166.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 253 | 0.52 | 0.32 | 0 | 0.01 | 217.1 | 0.97 | 0.74 |
| Hex | 7A | AC | FD | 34 | 20 | 0 | 1 | D9 | 61 | 4A |
| Octal | 172 | 254 | 375 | 64 | 40 | 0 | 1 | 331 | 141 | 112 |
| Binary | 1111010 | 10101100 | 11111101 | 110100 | 100000 | 0 | 1 | 11011001 | 1100001 | 1001010 |
Color Harmonies of #7AACFD
Complementary color
Monochromatic Colors of #7AACFD
Black with #7AACFD
Text Example
Text Example
White with #7AACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACFD; }
p { color: rgb(122,172,253); }
H1.HeaderClassName
{
color: #7AACFD;
}
.AnyTagClassName
{
color: #7AACFD;
}
</style>
background-color css
<style>
a { background-color: #7AACFD; }
a { background-color: rgb(122,172,253); }
div.DivClassName
{
background-color: #7AACFD;
}
.BgClassName
{
background-color: #7AACFD;
}
</style>
border-color css
<style>
span { border-color: #7AACFD; }
span { border-color: rgb(122,172,253); }
td.TdClassName
{
border-color: #7AACFD;
}
.TagClassName
{
border-color: #7AACFD;
}
</style>