Shades of Maya Blue #7ABFEB
Tints of Maya Blue #7ABFEB
RGB
CMYK
RGB Variations
Color information
#7ABFEB (or 0x7ABFEB) is known color: Maya Blue. HEX triplet: 7A, BF and EB. RGB value is (122,191,235). Sum of RGB (Red+Green+Blue) = 122+191+235=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #7ABFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFEB is #854014. Grayscale: #AFAFAF. Windows color (decimal): -8732693 or 15449978. OLE color: 15449978.
HSL color Cylindrical-coordinate representation of color #7ABFEB: hue angle of 203.36º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ABFEB is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 191 | 235 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.08 |
| HSL | 203.36º | 0.74% | 0.7% | - |
| HSV(B) | 203.36º | 0.48% | 0.92% | - |
| XYZ | 41.65 | 47.4 | 85.55 | - |
| YUV | 175.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 235 | 0.48 | 0.19 | 0 | 0.08 | 203.36 | 0.74 | 0.7 |
| Hex | 7A | BF | EB | 30 | 13 | 0 | 8 | CB | 4A | 46 |
| Octal | 172 | 277 | 353 | 60 | 23 | 0 | 10 | 313 | 112 | 106 |
| Binary | 1111010 | 10111111 | 11101011 | 110000 | 10011 | 0 | 1000 | 11001011 | 1001010 | 1000110 |
Color Harmonies of #7ABFEB
Complementary color
Monochromatic Colors of #7ABFEB
Black with #7ABFEB
Text Example
Text Example
White with #7ABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFEB; }
p { color: rgb(122,191,235); }
H1.HeaderClassName
{
color: #7ABFEB;
}
.AnyTagClassName
{
color: #7ABFEB;
}
</style>
background-color css
<style>
a { background-color: #7ABFEB; }
a { background-color: rgb(122,191,235); }
div.DivClassName
{
background-color: #7ABFEB;
}
.BgClassName
{
background-color: #7ABFEB;
}
</style>
border-color css
<style>
span { border-color: #7ABFEB; }
span { border-color: rgb(122,191,235); }
td.TdClassName
{
border-color: #7ABFEB;
}
.TagClassName
{
border-color: #7ABFEB;
}
</style>