Shades of Maya Blue #7AB2F5
Tints of Maya Blue #7AB2F5
RGB
CMYK
RGB Variations
Color information
#7AB2F5 (or 0x7AB2F5) is known color: Maya Blue. HEX triplet: 7A, B2 and F5. RGB value is (122,178,245). Sum of RGB (Red+Green+Blue) = 122+178+245=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #7AB2F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB2F5 is #854D0A. Grayscale: #A8A8A8. Windows color (decimal): -8736011 or 16102010. OLE color: 16102010.
HSL color Cylindrical-coordinate representation of color #7AB2F5: hue angle of 212.68º 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 #7AB2F5 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 178 | 245 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.04 |
| HSL | 212.68º | 0.86% | 0.72% | - |
| HSV(B) | 212.68º | 0.5% | 0.96% | - |
| XYZ | 40.43 | 42.57 | 92.47 | - |
| YUV | 168.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 245 | 0.50 | 0.27 | 0 | 0.04 | 212.68 | 0.86 | 0.72 |
| Hex | 7A | B2 | F5 | 32 | 1B | 0 | 4 | D5 | 56 | 48 |
| Octal | 172 | 262 | 365 | 62 | 33 | 0 | 4 | 325 | 126 | 110 |
| Binary | 1111010 | 10110010 | 11110101 | 110010 | 11011 | 0 | 100 | 11010101 | 1010110 | 1001000 |
Color Harmonies of #7AB2F5
Complementary color
Monochromatic Colors of #7AB2F5
Black with #7AB2F5
Text Example
Text Example
White with #7AB2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB2F5; }
p { color: rgb(122,178,245); }
H1.HeaderClassName
{
color: #7AB2F5;
}
.AnyTagClassName
{
color: #7AB2F5;
}
</style>
background-color css
<style>
a { background-color: #7AB2F5; }
a { background-color: rgb(122,178,245); }
div.DivClassName
{
background-color: #7AB2F5;
}
.BgClassName
{
background-color: #7AB2F5;
}
</style>
border-color css
<style>
span { border-color: #7AB2F5; }
span { border-color: rgb(122,178,245); }
td.TdClassName
{
border-color: #7AB2F5;
}
.TagClassName
{
border-color: #7AB2F5;
}
</style>