Shades of Maya Blue #7ABAFE
Tints of Maya Blue #7ABAFE
RGB
CMYK
RGB Variations
Color information
#7ABAFE (or 0x7ABAFE) is known color: Maya Blue. HEX triplet: 7A, BA and FE. RGB value is (122,186,254). Sum of RGB (Red+Green+Blue) = 122+186+254=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ABAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAFE is #854501. Grayscale: #AEAEAE. Windows color (decimal): -8733954 or 16693882. OLE color: 16693882.
HSL color Cylindrical-coordinate representation of color #7ABAFE: hue angle of 210.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABAFE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 186 | 254 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.00 |
| HSL | 210.91º | 0.99% | 0.74% | - |
| HSV(B) | 210.91º | 0.52% | 1% | - |
| XYZ | 43.47 | 46.41 | 100.43 | - |
| YUV | 174.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 254 | 0.52 | 0.27 | 0 | 0.00 | 210.91 | 0.99 | 0.74 |
| Hex | 7A | BA | FE | 34 | 1B | 0 | 0 | D3 | 63 | 4A |
| Octal | 172 | 272 | 376 | 64 | 33 | 0 | 0 | 323 | 143 | 112 |
| Binary | 1111010 | 10111010 | 11111110 | 110100 | 11011 | 0 | 0 | 11010011 | 1100011 | 1001010 |
Color Harmonies of #7ABAFE
Complementary color
Monochromatic Colors of #7ABAFE
Black with #7ABAFE
Text Example
Text Example
White with #7ABAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAFE; }
p { color: rgb(122,186,254); }
H1.HeaderClassName
{
color: #7ABAFE;
}
.AnyTagClassName
{
color: #7ABAFE;
}
</style>
background-color css
<style>
a { background-color: #7ABAFE; }
a { background-color: rgb(122,186,254); }
div.DivClassName
{
background-color: #7ABAFE;
}
.BgClassName
{
background-color: #7ABAFE;
}
</style>
border-color css
<style>
span { border-color: #7ABAFE; }
span { border-color: rgb(122,186,254); }
td.TdClassName
{
border-color: #7ABAFE;
}
.TagClassName
{
border-color: #7ABAFE;
}
</style>