Shades of Maya Blue #7ACAFF
Tints of Maya Blue #7ACAFF
RGB
CMYK
RGB Variations
Color information
#7ACAFF (or 0x7ACAFF) is known color: Maya Blue. HEX triplet: 7A, CA and FF. RGB value is (122,202,255). Sum of RGB (Red+Green+Blue) = 122+202+255=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ACAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACAFF is #853500. Grayscale: #B7B7B7. Windows color (decimal): -8729857 or 16763514. OLE color: 16763514.
HSL color Cylindrical-coordinate representation of color #7ACAFF: hue angle of 203.91º 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 #7ACAFF is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 202 | 255 | - |
| CMYK | 0.52 | 0.21 | 0 | 0 |
| HSL | 203.91º | 1% | 0.74% | - |
| HSV(B) | 203.91º | 0.52% | 1% | - |
| XYZ | 47.2 | 53.6 | 102.47 | - |
| YUV | 184.12 | 168 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 202 | 255 | 0.52 | 0.21 | 0 | 0 | 203.91 | 1 | 0.74 |
| Hex | 7A | CA | FF | 34 | 15 | 0 | 0 | CC | 64 | 4A |
| Octal | 172 | 312 | 377 | 64 | 25 | 0 | 0 | 314 | 144 | 112 |
| Binary | 1111010 | 11001010 | 11111111 | 110100 | 10101 | 0 | 0 | 11001100 | 1100100 | 1001010 |
Color Harmonies of #7ACAFF
Complementary color
Monochromatic Colors of #7ACAFF
Black with #7ACAFF
Text Example
Text Example
White with #7ACAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACAFF; }
p { color: rgb(122,202,255); }
H1.HeaderClassName
{
color: #7ACAFF;
}
.AnyTagClassName
{
color: #7ACAFF;
}
</style>
background-color css
<style>
a { background-color: #7ACAFF; }
a { background-color: rgb(122,202,255); }
div.DivClassName
{
background-color: #7ACAFF;
}
.BgClassName
{
background-color: #7ACAFF;
}
</style>
border-color css
<style>
span { border-color: #7ACAFF; }
span { border-color: rgb(122,202,255); }
td.TdClassName
{
border-color: #7ACAFF;
}
.TagClassName
{
border-color: #7ACAFF;
}
</style>