Shades of Maya Blue #7ABCF2
Tints of Maya Blue #7ABCF2
RGB
CMYK
RGB Variations
Color information
#7ABCF2 (or 0x7ABCF2) is known color: Maya Blue. HEX triplet: 7A, BC and F2. RGB value is (122,188,242). Sum of RGB (Red+Green+Blue) = 122+188+242=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #7ABCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCF2 is #85430D. Grayscale: #AEAEAE. Windows color (decimal): -8733454 or 15907962. OLE color: 15907962.
HSL color Cylindrical-coordinate representation of color #7ABCF2: hue angle of 207º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ABCF2 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 188 | 242 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.05 |
| HSL | 207º | 0.82% | 0.71% | - |
| HSV(B) | 207º | 0.5% | 0.95% | - |
| XYZ | 42.04 | 46.51 | 90.77 | - |
| YUV | 174.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 242 | 0.50 | 0.22 | 0 | 0.05 | 207 | 0.82 | 0.71 |
| Hex | 7A | BC | F2 | 32 | 16 | 0 | 5 | CF | 52 | 47 |
| Octal | 172 | 274 | 362 | 62 | 26 | 0 | 5 | 317 | 122 | 107 |
| Binary | 1111010 | 10111100 | 11110010 | 110010 | 10110 | 0 | 101 | 11001111 | 1010010 | 1000111 |
Color Harmonies of #7ABCF2
Complementary color
Monochromatic Colors of #7ABCF2
Black with #7ABCF2
Text Example
Text Example
White with #7ABCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCF2; }
p { color: rgb(122,188,242); }
H1.HeaderClassName
{
color: #7ABCF2;
}
.AnyTagClassName
{
color: #7ABCF2;
}
</style>
background-color css
<style>
a { background-color: #7ABCF2; }
a { background-color: rgb(122,188,242); }
div.DivClassName
{
background-color: #7ABCF2;
}
.BgClassName
{
background-color: #7ABCF2;
}
</style>
border-color css
<style>
span { border-color: #7ABCF2; }
span { border-color: rgb(122,188,242); }
td.TdClassName
{
border-color: #7ABCF2;
}
.TagClassName
{
border-color: #7ABCF2;
}
</style>