Shades of Maya Blue #7CC6FA
Tints of Maya Blue #7CC6FA
RGB
CMYK
RGB Variations
Color information
#7CC6FA (or 0x7CC6FA) is known color: Maya Blue. HEX triplet: 7C, C6 and FA. RGB value is (124,198,250). Sum of RGB (Red+Green+Blue) = 124+198+250=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CC6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC6FA is #833905. Grayscale: #B5B5B5. Windows color (decimal): -8599814 or 16434812. OLE color: 16434812.
HSL color Cylindrical-coordinate representation of color #7CC6FA: hue angle of 204.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CC6FA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 198 | 250 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.02 |
| HSL | 204.76º | 0.93% | 0.73% | - |
| HSV(B) | 204.76º | 0.5% | 0.98% | - |
| XYZ | 45.76 | 51.58 | 97.99 | - |
| YUV | 181.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 250 | 0.50 | 0.21 | 0 | 0.02 | 204.76 | 0.93 | 0.73 |
| Hex | 7C | C6 | FA | 32 | 15 | 0 | 2 | CD | 5D | 49 |
| Octal | 174 | 306 | 372 | 62 | 25 | 0 | 2 | 315 | 135 | 111 |
| Binary | 1111100 | 11000110 | 11111010 | 110010 | 10101 | 0 | 10 | 11001101 | 1011101 | 1001001 |
Color Harmonies of #7CC6FA
Complementary color
Monochromatic Colors of #7CC6FA
Black with #7CC6FA
Text Example
Text Example
White with #7CC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC6FA; }
p { color: rgb(124,198,250); }
H1.HeaderClassName
{
color: #7CC6FA;
}
.AnyTagClassName
{
color: #7CC6FA;
}
</style>
background-color css
<style>
a { background-color: #7CC6FA; }
a { background-color: rgb(124,198,250); }
div.DivClassName
{
background-color: #7CC6FA;
}
.BgClassName
{
background-color: #7CC6FA;
}
</style>
border-color css
<style>
span { border-color: #7CC6FA; }
span { border-color: rgb(124,198,250); }
td.TdClassName
{
border-color: #7CC6FA;
}
.TagClassName
{
border-color: #7CC6FA;
}
</style>