Shades of Maya Blue #7ABCFE
Tints of Maya Blue #7ABCFE
RGB
CMYK
RGB Variations
Color information
#7ABCFE (or 0x7ABCFE) is known color: Maya Blue. HEX triplet: 7A, BC and FE. RGB value is (122,188,254). Sum of RGB (Red+Green+Blue) = 122+188+254=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ABCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCFE is #854301. Grayscale: #AFAFAF. Windows color (decimal): -8733442 or 16694394. OLE color: 16694394.
HSL color Cylindrical-coordinate representation of color #7ABCFE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABCFE is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 188 | 254 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.74% | - |
| HSV(B) | 210º | 0.52% | 1% | - |
| XYZ | 43.9 | 47.26 | 100.57 | - |
| YUV | 175.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 254 | 0.52 | 0.26 | 0 | 0.00 | 210 | 0.99 | 0.74 |
| Hex | 7A | BC | FE | 34 | 1A | 0 | 0 | D2 | 63 | 4A |
| Octal | 172 | 274 | 376 | 64 | 32 | 0 | 0 | 322 | 143 | 112 |
| Binary | 1111010 | 10111100 | 11111110 | 110100 | 11010 | 0 | 0 | 11010010 | 1100011 | 1001010 |
Color Harmonies of #7ABCFE
Complementary color
Monochromatic Colors of #7ABCFE
Black with #7ABCFE
Text Example
Text Example
White with #7ABCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCFE; }
p { color: rgb(122,188,254); }
H1.HeaderClassName
{
color: #7ABCFE;
}
.AnyTagClassName
{
color: #7ABCFE;
}
</style>
background-color css
<style>
a { background-color: #7ABCFE; }
a { background-color: rgb(122,188,254); }
div.DivClassName
{
background-color: #7ABCFE;
}
.BgClassName
{
background-color: #7ABCFE;
}
</style>
border-color css
<style>
span { border-color: #7ABCFE; }
span { border-color: rgb(122,188,254); }
td.TdClassName
{
border-color: #7ABCFE;
}
.TagClassName
{
border-color: #7ABCFE;
}
</style>