Shades of Maya Blue #7AB5FE
Tints of Maya Blue #7AB5FE
RGB
CMYK
RGB Variations
Color information
#7AB5FE (or 0x7AB5FE) is known color: Maya Blue. HEX triplet: 7A, B5 and FE. RGB value is (122,181,254). Sum of RGB (Red+Green+Blue) = 122+181+254=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AB5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB5FE is #854A01. Grayscale: #ABABAB. Windows color (decimal): -8735234 or 16692602. OLE color: 16692602.
HSL color Cylindrical-coordinate representation of color #7AB5FE: hue angle of 213.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB5FE is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 181 | 254 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.00 |
| HSL | 213.18º | 0.99% | 0.74% | - |
| HSV(B) | 213.18º | 0.52% | 1% | - |
| XYZ | 42.44 | 44.34 | 100.09 | - |
| YUV | 171.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 254 | 0.52 | 0.29 | 0 | 0.00 | 213.18 | 0.99 | 0.74 |
| Hex | 7A | B5 | FE | 34 | 1D | 0 | 0 | D5 | 63 | 4A |
| Octal | 172 | 265 | 376 | 64 | 35 | 0 | 0 | 325 | 143 | 112 |
| Binary | 1111010 | 10110101 | 11111110 | 110100 | 11101 | 0 | 0 | 11010101 | 1100011 | 1001010 |
Color Harmonies of #7AB5FE
Complementary color
Monochromatic Colors of #7AB5FE
Black with #7AB5FE
Text Example
Text Example
White with #7AB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB5FE; }
p { color: rgb(122,181,254); }
H1.HeaderClassName
{
color: #7AB5FE;
}
.AnyTagClassName
{
color: #7AB5FE;
}
</style>
background-color css
<style>
a { background-color: #7AB5FE; }
a { background-color: rgb(122,181,254); }
div.DivClassName
{
background-color: #7AB5FE;
}
.BgClassName
{
background-color: #7AB5FE;
}
</style>
border-color css
<style>
span { border-color: #7AB5FE; }
span { border-color: rgb(122,181,254); }
td.TdClassName
{
border-color: #7AB5FE;
}
.TagClassName
{
border-color: #7AB5FE;
}
</style>