Shades of Maya Blue #7ABFF5
Tints of Maya Blue #7ABFF5
RGB
CMYK
RGB Variations
Color information
#7ABFF5 (or 0x7ABFF5) is known color: Maya Blue. HEX triplet: 7A, BF and F5. RGB value is (122,191,245). Sum of RGB (Red+Green+Blue) = 122+191+245=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #7ABFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFF5 is #85400A. Grayscale: #B0B0B0. Windows color (decimal): -8732683 or 16105338. OLE color: 16105338.
HSL color Cylindrical-coordinate representation of color #7ABFF5: hue angle of 206.34º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ABFF5 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 191 | 245 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.04 |
| HSL | 206.34º | 0.86% | 0.72% | - |
| HSV(B) | 206.34º | 0.5% | 0.96% | - |
| XYZ | 43.14 | 47.99 | 93.38 | - |
| YUV | 176.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 245 | 0.50 | 0.22 | 0 | 0.04 | 206.34 | 0.86 | 0.72 |
| Hex | 7A | BF | F5 | 32 | 16 | 0 | 4 | CE | 56 | 48 |
| Octal | 172 | 277 | 365 | 62 | 26 | 0 | 4 | 316 | 126 | 110 |
| Binary | 1111010 | 10111111 | 11110101 | 110010 | 10110 | 0 | 100 | 11001110 | 1010110 | 1001000 |
Color Harmonies of #7ABFF5
Complementary color
Monochromatic Colors of #7ABFF5
Black with #7ABFF5
Text Example
Text Example
White with #7ABFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFF5; }
p { color: rgb(122,191,245); }
H1.HeaderClassName
{
color: #7ABFF5;
}
.AnyTagClassName
{
color: #7ABFF5;
}
</style>
background-color css
<style>
a { background-color: #7ABFF5; }
a { background-color: rgb(122,191,245); }
div.DivClassName
{
background-color: #7ABFF5;
}
.BgClassName
{
background-color: #7ABFF5;
}
</style>
border-color css
<style>
span { border-color: #7ABFF5; }
span { border-color: rgb(122,191,245); }
td.TdClassName
{
border-color: #7ABFF5;
}
.TagClassName
{
border-color: #7ABFF5;
}
</style>