Shades of Maya Blue #7ABBFC
Tints of Maya Blue #7ABBFC
RGB
CMYK
RGB Variations
Color information
#7ABBFC (or 0x7ABBFC) is known color: Maya Blue. HEX triplet: 7A, BB and FC. RGB value is (122,187,252). Sum of RGB (Red+Green+Blue) = 122+187+252=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ABBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABBFC is #854403. Grayscale: #AEAEAE. Windows color (decimal): -8733700 or 16563066. OLE color: 16563066.
HSL color Cylindrical-coordinate representation of color #7ABBFC: hue angle of 210º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABBFC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 187 | 252 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.01 |
| HSL | 210º | 0.96% | 0.73% | - |
| HSV(B) | 210º | 0.52% | 0.99% | - |
| XYZ | 43.37 | 46.71 | 98.83 | - |
| YUV | 174.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 252 | 0.52 | 0.26 | 0 | 0.01 | 210 | 0.96 | 0.73 |
| Hex | 7A | BB | FC | 34 | 1A | 0 | 1 | D2 | 60 | 49 |
| Octal | 172 | 273 | 374 | 64 | 32 | 0 | 1 | 322 | 140 | 111 |
| Binary | 1111010 | 10111011 | 11111100 | 110100 | 11010 | 0 | 1 | 11010010 | 1100000 | 1001001 |
Color Harmonies of #7ABBFC
Complementary color
Monochromatic Colors of #7ABBFC
Black with #7ABBFC
Text Example
Text Example
White with #7ABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBFC; }
p { color: rgb(122,187,252); }
H1.HeaderClassName
{
color: #7ABBFC;
}
.AnyTagClassName
{
color: #7ABBFC;
}
</style>
background-color css
<style>
a { background-color: #7ABBFC; }
a { background-color: rgb(122,187,252); }
div.DivClassName
{
background-color: #7ABBFC;
}
.BgClassName
{
background-color: #7ABBFC;
}
</style>
border-color css
<style>
span { border-color: #7ABBFC; }
span { border-color: rgb(122,187,252); }
td.TdClassName
{
border-color: #7ABBFC;
}
.TagClassName
{
border-color: #7ABBFC;
}
</style>