Shades of Maya Blue #7ABBFD
Tints of Maya Blue #7ABBFD
RGB
CMYK
RGB Variations
Color information
#7ABBFD (or 0x7ABBFD) is known color: Maya Blue. HEX triplet: 7A, BB and FD. RGB value is (122,187,253). Sum of RGB (Red+Green+Blue) = 122+187+253=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ABBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABBFD is #854402. Grayscale: #AEAEAE. Windows color (decimal): -8733699 or 16628602. OLE color: 16628602.
HSL color Cylindrical-coordinate representation of color #7ABBFD: hue angle of 210.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABBFD is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 187 | 253 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.01 |
| HSL | 210.23º | 0.97% | 0.74% | - |
| HSV(B) | 210.23º | 0.52% | 0.99% | - |
| XYZ | 43.53 | 46.77 | 99.66 | - |
| YUV | 175.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 253 | 0.52 | 0.26 | 0 | 0.01 | 210.23 | 0.97 | 0.74 |
| Hex | 7A | BB | FD | 34 | 1A | 0 | 1 | D2 | 61 | 4A |
| Octal | 172 | 273 | 375 | 64 | 32 | 0 | 1 | 322 | 141 | 112 |
| Binary | 1111010 | 10111011 | 11111101 | 110100 | 11010 | 0 | 1 | 11010010 | 1100001 | 1001010 |
Color Harmonies of #7ABBFD
Complementary color
Monochromatic Colors of #7ABBFD
Black with #7ABBFD
Text Example
Text Example
White with #7ABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBFD; }
p { color: rgb(122,187,253); }
H1.HeaderClassName
{
color: #7ABBFD;
}
.AnyTagClassName
{
color: #7ABBFD;
}
</style>
background-color css
<style>
a { background-color: #7ABBFD; }
a { background-color: rgb(122,187,253); }
div.DivClassName
{
background-color: #7ABBFD;
}
.BgClassName
{
background-color: #7ABBFD;
}
</style>
border-color css
<style>
span { border-color: #7ABBFD; }
span { border-color: rgb(122,187,253); }
td.TdClassName
{
border-color: #7ABBFD;
}
.TagClassName
{
border-color: #7ABBFD;
}
</style>