Shades of Maya Blue #7ABFFC
Tints of Maya Blue #7ABFFC
RGB
CMYK
RGB Variations
Color information
#7ABFFC (or 0x7ABFFC) is known color: Maya Blue. HEX triplet: 7A, BF and FC. RGB value is (122,191,252). Sum of RGB (Red+Green+Blue) = 122+191+252=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ABFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFFC is #854003. Grayscale: #B1B1B1. Windows color (decimal): -8732676 or 16564090. OLE color: 16564090.
HSL color Cylindrical-coordinate representation of color #7ABFFC: hue angle of 208.15º 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 #7ABFFC is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 191 | 252 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.01 |
| HSL | 208.15º | 0.96% | 0.73% | - |
| HSV(B) | 208.15º | 0.52% | 0.99% | - |
| XYZ | 44.23 | 48.43 | 99.11 | - |
| YUV | 177.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 252 | 0.52 | 0.24 | 0 | 0.01 | 208.15 | 0.96 | 0.73 |
| Hex | 7A | BF | FC | 34 | 18 | 0 | 1 | D0 | 60 | 49 |
| Octal | 172 | 277 | 374 | 64 | 30 | 0 | 1 | 320 | 140 | 111 |
| Binary | 1111010 | 10111111 | 11111100 | 110100 | 11000 | 0 | 1 | 11010000 | 1100000 | 1001001 |
Color Harmonies of #7ABFFC
Complementary color
Monochromatic Colors of #7ABFFC
Black with #7ABFFC
Text Example
Text Example
White with #7ABFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFFC; }
p { color: rgb(122,191,252); }
H1.HeaderClassName
{
color: #7ABFFC;
}
.AnyTagClassName
{
color: #7ABFFC;
}
</style>
background-color css
<style>
a { background-color: #7ABFFC; }
a { background-color: rgb(122,191,252); }
div.DivClassName
{
background-color: #7ABFFC;
}
.BgClassName
{
background-color: #7ABFFC;
}
</style>
border-color css
<style>
span { border-color: #7ABFFC; }
span { border-color: rgb(122,191,252); }
td.TdClassName
{
border-color: #7ABFFC;
}
.TagClassName
{
border-color: #7ABFFC;
}
</style>