Shades of Maya Blue #7CAAFF
Tints of Maya Blue #7CAAFF
RGB
CMYK
RGB Variations
Color information
#7CAAFF (or 0x7CAAFF) is known color: Maya Blue. HEX triplet: 7C, AA and FF. RGB value is (124,170,255). Sum of RGB (Red+Green+Blue) = 124+170+255=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 170 (66.80% from 255 or 30.97% 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 #7CAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAAFF is #835500. Grayscale: #A5A5A5. Windows color (decimal): -8606977 or 16755324. OLE color: 16755324.
HSL color Cylindrical-coordinate representation of color #7CAAFF: hue angle of 218.93º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CAAFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 170 | 255 | - |
| CMYK | 0.51 | 0.33 | 0 | 0 |
| HSL | 218.93º | 1% | 0.74% | - |
| HSV(B) | 218.93º | 0.51% | 1% | - |
| XYZ | 40.74 | 40.25 | 100.23 | - |
| YUV | 165.94 | 178.26 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 255 | 0.51 | 0.33 | 0 | 0 | 218.93 | 1 | 0.74 |
| Hex | 7C | AA | FF | 33 | 21 | 0 | 0 | DB | 64 | 4A |
| Octal | 174 | 252 | 377 | 63 | 41 | 0 | 0 | 333 | 144 | 112 |
| Binary | 1111100 | 10101010 | 11111111 | 110011 | 100001 | 0 | 0 | 11011011 | 1100100 | 1001010 |
Color Harmonies of #7CAAFF
Complementary color
Monochromatic Colors of #7CAAFF
Black with #7CAAFF
Text Example
Text Example
White with #7CAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAAFF; }
p { color: rgb(124,170,255); }
H1.HeaderClassName
{
color: #7CAAFF;
}
.AnyTagClassName
{
color: #7CAAFF;
}
</style>
background-color css
<style>
a { background-color: #7CAAFF; }
a { background-color: rgb(124,170,255); }
div.DivClassName
{
background-color: #7CAAFF;
}
.BgClassName
{
background-color: #7CAAFF;
}
</style>
border-color css
<style>
span { border-color: #7CAAFF; }
span { border-color: rgb(124,170,255); }
td.TdClassName
{
border-color: #7CAAFF;
}
.TagClassName
{
border-color: #7CAAFF;
}
</style>