Shades of Maya Blue #7ABFFF
Tints of Maya Blue #7ABFFF
RGB
CMYK
RGB Variations
Color information
#7ABFFF (or 0x7ABFFF) is known color: Maya Blue. HEX triplet: 7A, BF and FF. RGB value is (122,191,255). Sum of RGB (Red+Green+Blue) = 122+191+255=568 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.48% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ABFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFFF is #854000. Grayscale: #B1B1B1. Windows color (decimal): -8732673 or 16760698. OLE color: 16760698.
HSL color Cylindrical-coordinate representation of color #7ABFFF: hue angle of 208.87º 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 #7ABFFF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 191 | 255 | - |
| CMYK | 0.52 | 0.25 | 0 | 0 |
| HSL | 208.87º | 1% | 0.74% | - |
| HSV(B) | 208.87º | 0.52% | 1% | - |
| XYZ | 44.71 | 48.62 | 101.64 | - |
| YUV | 177.67 | 171.64 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 255 | 0.52 | 0.25 | 0 | 0 | 208.87 | 1 | 0.74 |
| Hex | 7A | BF | FF | 34 | 19 | 0 | 0 | D1 | 64 | 4A |
| Octal | 172 | 277 | 377 | 64 | 31 | 0 | 0 | 321 | 144 | 112 |
| Binary | 1111010 | 10111111 | 11111111 | 110100 | 11001 | 0 | 0 | 11010001 | 1100100 | 1001010 |
Color Harmonies of #7ABFFF
Complementary color
Monochromatic Colors of #7ABFFF
Black with #7ABFFF
Text Example
Text Example
White with #7ABFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFFF; }
p { color: rgb(122,191,255); }
H1.HeaderClassName
{
color: #7ABFFF;
}
.AnyTagClassName
{
color: #7ABFFF;
}
</style>
background-color css
<style>
a { background-color: #7ABFFF; }
a { background-color: rgb(122,191,255); }
div.DivClassName
{
background-color: #7ABFFF;
}
.BgClassName
{
background-color: #7ABFFF;
}
</style>
border-color css
<style>
span { border-color: #7ABFFF; }
span { border-color: rgb(122,191,255); }
td.TdClassName
{
border-color: #7ABFFF;
}
.TagClassName
{
border-color: #7ABFFF;
}
</style>