Shades of Maya Blue #7ABAFC
Tints of Maya Blue #7ABAFC
RGB
CMYK
RGB Variations
Color information
#7ABAFC (or 0x7ABAFC) is known color: Maya Blue. HEX triplet: 7A, BA and FC. RGB value is (122,186,252). Sum of RGB (Red+Green+Blue) = 122+186+252=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ABAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAFC is #854503. Grayscale: #AEAEAE. Windows color (decimal): -8733956 or 16562810. OLE color: 16562810.
HSL color Cylindrical-coordinate representation of color #7ABAFC: hue angle of 210.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABAFC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 186 | 252 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.01 |
| HSL | 210.46º | 0.96% | 0.73% | - |
| HSV(B) | 210.46º | 0.52% | 0.99% | - |
| XYZ | 43.16 | 46.28 | 98.75 | - |
| YUV | 174.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 252 | 0.52 | 0.26 | 0 | 0.01 | 210.46 | 0.96 | 0.73 |
| Hex | 7A | BA | FC | 34 | 1A | 0 | 1 | D2 | 60 | 49 |
| Octal | 172 | 272 | 374 | 64 | 32 | 0 | 1 | 322 | 140 | 111 |
| Binary | 1111010 | 10111010 | 11111100 | 110100 | 11010 | 0 | 1 | 11010010 | 1100000 | 1001001 |
Color Harmonies of #7ABAFC
Complementary color
Monochromatic Colors of #7ABAFC
Black with #7ABAFC
Text Example
Text Example
White with #7ABAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAFC; }
p { color: rgb(122,186,252); }
H1.HeaderClassName
{
color: #7ABAFC;
}
.AnyTagClassName
{
color: #7ABAFC;
}
</style>
background-color css
<style>
a { background-color: #7ABAFC; }
a { background-color: rgb(122,186,252); }
div.DivClassName
{
background-color: #7ABAFC;
}
.BgClassName
{
background-color: #7ABAFC;
}
</style>
border-color css
<style>
span { border-color: #7ABAFC; }
span { border-color: rgb(122,186,252); }
td.TdClassName
{
border-color: #7ABAFC;
}
.TagClassName
{
border-color: #7ABAFC;
}
</style>