Shades of Maya Blue #7AB6FE
Tints of Maya Blue #7AB6FE
RGB
CMYK
RGB Variations
Color information
#7AB6FE (or 0x7AB6FE) is known color: Maya Blue. HEX triplet: 7A, B6 and FE. RGB value is (122,182,254). Sum of RGB (Red+Green+Blue) = 122+182+254=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AB6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB6FE is #854901. Grayscale: #ABABAB. Windows color (decimal): -8734978 or 16692858. OLE color: 16692858.
HSL color Cylindrical-coordinate representation of color #7AB6FE: hue angle of 212.73º 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 #7AB6FE is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 182 | 254 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.00 |
| HSL | 212.73º | 0.99% | 0.74% | - |
| HSV(B) | 212.73º | 0.52% | 1% | - |
| XYZ | 42.64 | 44.75 | 100.16 | - |
| YUV | 172.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 254 | 0.52 | 0.28 | 0 | 0.00 | 212.73 | 0.99 | 0.74 |
| Hex | 7A | B6 | FE | 34 | 1C | 0 | 0 | D5 | 63 | 4A |
| Octal | 172 | 266 | 376 | 64 | 34 | 0 | 0 | 325 | 143 | 112 |
| Binary | 1111010 | 10110110 | 11111110 | 110100 | 11100 | 0 | 0 | 11010101 | 1100011 | 1001010 |
Color Harmonies of #7AB6FE
Complementary color
Monochromatic Colors of #7AB6FE
Black with #7AB6FE
Text Example
Text Example
White with #7AB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB6FE; }
p { color: rgb(122,182,254); }
H1.HeaderClassName
{
color: #7AB6FE;
}
.AnyTagClassName
{
color: #7AB6FE;
}
</style>
background-color css
<style>
a { background-color: #7AB6FE; }
a { background-color: rgb(122,182,254); }
div.DivClassName
{
background-color: #7AB6FE;
}
.BgClassName
{
background-color: #7AB6FE;
}
</style>
border-color css
<style>
span { border-color: #7AB6FE; }
span { border-color: rgb(122,182,254); }
td.TdClassName
{
border-color: #7AB6FE;
}
.TagClassName
{
border-color: #7AB6FE;
}
</style>