Shades of Maya Blue #7AB1FF
Tints of Maya Blue #7AB1FF
RGB
CMYK
RGB Variations
Color information
#7AB1FF (or 0x7AB1FF) is known color: Maya Blue. HEX triplet: 7A, B1 and FF. RGB value is (122,177,255). Sum of RGB (Red+Green+Blue) = 122+177+255=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AB1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB1FF is #854E00. Grayscale: #A9A9A9. Windows color (decimal): -8736257 or 16757114. OLE color: 16757114.
HSL color Cylindrical-coordinate representation of color #7AB1FF: hue angle of 215.19º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB1FF is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 177 | 255 | - |
| CMYK | 0.52 | 0.31 | 0 | 0 |
| HSL | 215.19º | 1% | 0.74% | - |
| HSV(B) | 215.19º | 0.52% | 1% | - |
| XYZ | 41.8 | 42.8 | 100.67 | - |
| YUV | 169.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 255 | 0.52 | 0.31 | 0 | 0 | 215.19 | 1 | 0.74 |
| Hex | 7A | B1 | FF | 34 | 1F | 0 | 0 | D7 | 64 | 4A |
| Octal | 172 | 261 | 377 | 64 | 37 | 0 | 0 | 327 | 144 | 112 |
| Binary | 1111010 | 10110001 | 11111111 | 110100 | 11111 | 0 | 0 | 11010111 | 1100100 | 1001010 |
Color Harmonies of #7AB1FF
Complementary color
Monochromatic Colors of #7AB1FF
Black with #7AB1FF
Text Example
Text Example
White with #7AB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB1FF; }
p { color: rgb(122,177,255); }
H1.HeaderClassName
{
color: #7AB1FF;
}
.AnyTagClassName
{
color: #7AB1FF;
}
</style>
background-color css
<style>
a { background-color: #7AB1FF; }
a { background-color: rgb(122,177,255); }
div.DivClassName
{
background-color: #7AB1FF;
}
.BgClassName
{
background-color: #7AB1FF;
}
</style>
border-color css
<style>
span { border-color: #7AB1FF; }
span { border-color: rgb(122,177,255); }
td.TdClassName
{
border-color: #7AB1FF;
}
.TagClassName
{
border-color: #7AB1FF;
}
</style>