Shades of Maya Blue #7AB2FF
Tints of Maya Blue #7AB2FF
RGB
CMYK
RGB Variations
Color information
#7AB2FF (or 0x7AB2FF) is known color: Maya Blue. HEX triplet: 7A, B2 and FF. RGB value is (122,178,255). Sum of RGB (Red+Green+Blue) = 122+178+255=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AB2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB2FF is #854D00. Grayscale: #A9A9A9. Windows color (decimal): -8736001 or 16757370. OLE color: 16757370.
HSL color Cylindrical-coordinate representation of color #7AB2FF: hue angle of 214.74º 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 #7AB2FF is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 178 | 255 | - |
| CMYK | 0.52 | 0.30 | 0 | 0 |
| HSL | 214.74º | 1% | 0.74% | - |
| HSV(B) | 214.74º | 0.52% | 1% | - |
| XYZ | 42 | 43.2 | 100.73 | - |
| YUV | 170.03 | 175.95 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 255 | 0.52 | 0.30 | 0 | 0 | 214.74 | 1 | 0.74 |
| Hex | 7A | B2 | FF | 34 | 1E | 0 | 0 | D7 | 64 | 4A |
| Octal | 172 | 262 | 377 | 64 | 36 | 0 | 0 | 327 | 144 | 112 |
| Binary | 1111010 | 10110010 | 11111111 | 110100 | 11110 | 0 | 0 | 11010111 | 1100100 | 1001010 |
Color Harmonies of #7AB2FF
Complementary color
Monochromatic Colors of #7AB2FF
Black with #7AB2FF
Text Example
Text Example
White with #7AB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB2FF; }
p { color: rgb(122,178,255); }
H1.HeaderClassName
{
color: #7AB2FF;
}
.AnyTagClassName
{
color: #7AB2FF;
}
</style>
background-color css
<style>
a { background-color: #7AB2FF; }
a { background-color: rgb(122,178,255); }
div.DivClassName
{
background-color: #7AB2FF;
}
.BgClassName
{
background-color: #7AB2FF;
}
</style>
border-color css
<style>
span { border-color: #7AB2FF; }
span { border-color: rgb(122,178,255); }
td.TdClassName
{
border-color: #7AB2FF;
}
.TagClassName
{
border-color: #7AB2FF;
}
</style>