Shades of Maya Blue #7ABAF8
Tints of Maya Blue #7ABAF8
RGB
CMYK
RGB Variations
Color information
#7ABAF8 (or 0x7ABAF8) is known color: Maya Blue. HEX triplet: 7A, BA and F8. RGB value is (122,186,248). Sum of RGB (Red+Green+Blue) = 122+186+248=556 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.94% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #7ABAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAF8 is #854507. Grayscale: #ADADAD. Windows color (decimal): -8733960 or 16300666. OLE color: 16300666.
HSL color Cylindrical-coordinate representation of color #7ABAF8: hue angle of 209.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ABAF8 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 186 | 248 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.03 |
| HSL | 209.52º | 0.9% | 0.73% | - |
| HSV(B) | 209.52º | 0.51% | 0.97% | - |
| XYZ | 42.53 | 46.03 | 95.45 | - |
| YUV | 173.93 | 169.8 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 248 | 0.51 | 0.25 | 0 | 0.03 | 209.52 | 0.9 | 0.73 |
| Hex | 7A | BA | F8 | 33 | 19 | 0 | 3 | D2 | 5A | 49 |
| Octal | 172 | 272 | 370 | 63 | 31 | 0 | 3 | 322 | 132 | 111 |
| Binary | 1111010 | 10111010 | 11111000 | 110011 | 11001 | 0 | 11 | 11010010 | 1011010 | 1001001 |
Color Harmonies of #7ABAF8
Complementary color
Monochromatic Colors of #7ABAF8
Black with #7ABAF8
Text Example
Text Example
White with #7ABAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAF8; }
p { color: rgb(122,186,248); }
H1.HeaderClassName
{
color: #7ABAF8;
}
.AnyTagClassName
{
color: #7ABAF8;
}
</style>
background-color css
<style>
a { background-color: #7ABAF8; }
a { background-color: rgb(122,186,248); }
div.DivClassName
{
background-color: #7ABAF8;
}
.BgClassName
{
background-color: #7ABAF8;
}
</style>
border-color css
<style>
span { border-color: #7ABAF8; }
span { border-color: rgb(122,186,248); }
td.TdClassName
{
border-color: #7ABAF8;
}
.TagClassName
{
border-color: #7ABAF8;
}
</style>