Shades of Maya Blue #7ABFF0
Tints of Maya Blue #7ABFF0
RGB
CMYK
RGB Variations
Color information
#7ABFF0 (or 0x7ABFF0) is known color: Maya Blue. HEX triplet: 7A, BF and F0. RGB value is (122,191,240). Sum of RGB (Red+Green+Blue) = 122+191+240=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #7ABFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFF0 is #85400F. Grayscale: #AFAFAF. Windows color (decimal): -8732688 or 15777658. OLE color: 15777658.
HSL color Cylindrical-coordinate representation of color #7ABFF0: hue angle of 204.92º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ABFF0 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 191 | 240 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.06 |
| HSL | 204.92º | 0.8% | 0.71% | - |
| HSV(B) | 204.92º | 0.49% | 0.94% | - |
| XYZ | 42.39 | 47.69 | 89.41 | - |
| YUV | 175.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 240 | 0.49 | 0.20 | 0 | 0.06 | 204.92 | 0.8 | 0.71 |
| Hex | 7A | BF | F0 | 31 | 14 | 0 | 6 | CD | 50 | 47 |
| Octal | 172 | 277 | 360 | 61 | 24 | 0 | 6 | 315 | 120 | 107 |
| Binary | 1111010 | 10111111 | 11110000 | 110001 | 10100 | 0 | 110 | 11001101 | 1010000 | 1000111 |
Color Harmonies of #7ABFF0
Complementary color
Monochromatic Colors of #7ABFF0
Black with #7ABFF0
Text Example
Text Example
White with #7ABFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFF0; }
p { color: rgb(122,191,240); }
H1.HeaderClassName
{
color: #7ABFF0;
}
.AnyTagClassName
{
color: #7ABFF0;
}
</style>
background-color css
<style>
a { background-color: #7ABFF0; }
a { background-color: rgb(122,191,240); }
div.DivClassName
{
background-color: #7ABFF0;
}
.BgClassName
{
background-color: #7ABFF0;
}
</style>
border-color css
<style>
span { border-color: #7ABFF0; }
span { border-color: rgb(122,191,240); }
td.TdClassName
{
border-color: #7ABFF0;
}
.TagClassName
{
border-color: #7ABFF0;
}
</style>