Shades of Maya Blue #7ABDFF
Tints of Maya Blue #7ABDFF
RGB
CMYK
RGB Variations
Color information
#7ABDFF (or 0x7ABDFF) is known color: Maya Blue. HEX triplet: 7A, BD and FF. RGB value is (122,189,255). Sum of RGB (Red+Green+Blue) = 122+189+255=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ABDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABDFF is #854200. Grayscale: #B0B0B0. Windows color (decimal): -8733185 or 16760186. OLE color: 16760186.
HSL color Cylindrical-coordinate representation of color #7ABDFF: hue angle of 209.77º 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 #7ABDFF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 189 | 255 | - |
| CMYK | 0.52 | 0.26 | 0 | 0 |
| HSL | 209.77º | 1% | 0.74% | - |
| HSV(B) | 209.77º | 0.52% | 1% | - |
| XYZ | 44.27 | 47.75 | 101.49 | - |
| YUV | 176.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 255 | 0.52 | 0.26 | 0 | 0 | 209.77 | 1 | 0.74 |
| Hex | 7A | BD | FF | 34 | 1A | 0 | 0 | D2 | 64 | 4A |
| Octal | 172 | 275 | 377 | 64 | 32 | 0 | 0 | 322 | 144 | 112 |
| Binary | 1111010 | 10111101 | 11111111 | 110100 | 11010 | 0 | 0 | 11010010 | 1100100 | 1001010 |
Color Harmonies of #7ABDFF
Complementary color
Monochromatic Colors of #7ABDFF
Black with #7ABDFF
Text Example
Text Example
White with #7ABDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDFF; }
p { color: rgb(122,189,255); }
H1.HeaderClassName
{
color: #7ABDFF;
}
.AnyTagClassName
{
color: #7ABDFF;
}
</style>
background-color css
<style>
a { background-color: #7ABDFF; }
a { background-color: rgb(122,189,255); }
div.DivClassName
{
background-color: #7ABDFF;
}
.BgClassName
{
background-color: #7ABDFF;
}
</style>
border-color css
<style>
span { border-color: #7ABDFF; }
span { border-color: rgb(122,189,255); }
td.TdClassName
{
border-color: #7ABDFF;
}
.TagClassName
{
border-color: #7ABDFF;
}
</style>