Shades of Maya Blue #7AB9FE
Tints of Maya Blue #7AB9FE
RGB
CMYK
RGB Variations
Color information
#7AB9FE (or 0x7AB9FE) is known color: Maya Blue. HEX triplet: 7A, B9 and FE. RGB value is (122,185,254). Sum of RGB (Red+Green+Blue) = 122+185+254=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AB9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB9FE is #854601. Grayscale: #ADADAD. Windows color (decimal): -8734210 or 16693626. OLE color: 16693626.
HSL color Cylindrical-coordinate representation of color #7AB9FE: hue angle of 211.36º 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 #7AB9FE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 185 | 254 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.00 |
| HSL | 211.36º | 0.99% | 0.74% | - |
| HSV(B) | 211.36º | 0.52% | 1% | - |
| XYZ | 43.26 | 45.99 | 100.36 | - |
| YUV | 174.03 | 173.13 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 254 | 0.52 | 0.27 | 0 | 0.00 | 211.36 | 0.99 | 0.74 |
| Hex | 7A | B9 | FE | 34 | 1B | 0 | 0 | D3 | 63 | 4A |
| Octal | 172 | 271 | 376 | 64 | 33 | 0 | 0 | 323 | 143 | 112 |
| Binary | 1111010 | 10111001 | 11111110 | 110100 | 11011 | 0 | 0 | 11010011 | 1100011 | 1001010 |
Color Harmonies of #7AB9FE
Complementary color
Monochromatic Colors of #7AB9FE
Black with #7AB9FE
Text Example
Text Example
White with #7AB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB9FE; }
p { color: rgb(122,185,254); }
H1.HeaderClassName
{
color: #7AB9FE;
}
.AnyTagClassName
{
color: #7AB9FE;
}
</style>
background-color css
<style>
a { background-color: #7AB9FE; }
a { background-color: rgb(122,185,254); }
div.DivClassName
{
background-color: #7AB9FE;
}
.BgClassName
{
background-color: #7AB9FE;
}
</style>
border-color css
<style>
span { border-color: #7AB9FE; }
span { border-color: rgb(122,185,254); }
td.TdClassName
{
border-color: #7AB9FE;
}
.TagClassName
{
border-color: #7AB9FE;
}
</style>