Shades of Maya Blue #7ABEFF
Tints of Maya Blue #7ABEFF
RGB
CMYK
RGB Variations
Color information
#7ABEFF (or 0x7ABEFF) is known color: Maya Blue. HEX triplet: 7A, BE and FF. RGB value is (122,190,255). Sum of RGB (Red+Green+Blue) = 122+190+255=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ABEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABEFF is #854100. Grayscale: #B0B0B0. Windows color (decimal): -8732929 or 16760442. OLE color: 16760442.
HSL color Cylindrical-coordinate representation of color #7ABEFF: hue angle of 209.32º 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 #7ABEFF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 190 | 255 | - |
| CMYK | 0.52 | 0.25 | 0 | 0 |
| HSL | 209.32º | 1% | 0.74% | - |
| HSV(B) | 209.32º | 0.52% | 1% | - |
| XYZ | 44.49 | 48.18 | 101.56 | - |
| YUV | 177.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 255 | 0.52 | 0.25 | 0 | 0 | 209.32 | 1 | 0.74 |
| Hex | 7A | BE | FF | 34 | 19 | 0 | 0 | D1 | 64 | 4A |
| Octal | 172 | 276 | 377 | 64 | 31 | 0 | 0 | 321 | 144 | 112 |
| Binary | 1111010 | 10111110 | 11111111 | 110100 | 11001 | 0 | 0 | 11010001 | 1100100 | 1001010 |
Color Harmonies of #7ABEFF
Complementary color
Monochromatic Colors of #7ABEFF
Black with #7ABEFF
Text Example
Text Example
White with #7ABEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEFF; }
p { color: rgb(122,190,255); }
H1.HeaderClassName
{
color: #7ABEFF;
}
.AnyTagClassName
{
color: #7ABEFF;
}
</style>
background-color css
<style>
a { background-color: #7ABEFF; }
a { background-color: rgb(122,190,255); }
div.DivClassName
{
background-color: #7ABEFF;
}
.BgClassName
{
background-color: #7ABEFF;
}
</style>
border-color css
<style>
span { border-color: #7ABEFF; }
span { border-color: rgb(122,190,255); }
td.TdClassName
{
border-color: #7ABEFF;
}
.TagClassName
{
border-color: #7ABEFF;
}
</style>