Shades of Maya Blue #7CC8F9
Tints of Maya Blue #7CC8F9
RGB
CMYK
RGB Variations
Color information
#7CC8F9 (or 0x7CC8F9) is known color: Maya Blue. HEX triplet: 7C, C8 and F9. RGB value is (124,200,249). Sum of RGB (Red+Green+Blue) = 124+200+249=573 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.64% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #7CC8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC8F9 is #833706. Grayscale: #B6B6B6. Windows color (decimal): -8599303 or 16369788. OLE color: 16369788.
HSL color Cylindrical-coordinate representation of color #7CC8F9: hue angle of 203.52º degrees, saturation: 0.91, 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 #7CC8F9 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 200 | 249 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.02 |
| HSL | 203.52º | 0.91% | 0.73% | - |
| HSV(B) | 203.52º | 0.5% | 0.98% | - |
| XYZ | 46.07 | 52.43 | 97.32 | - |
| YUV | 182.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 249 | 0.50 | 0.20 | 0 | 0.02 | 203.52 | 0.91 | 0.73 |
| Hex | 7C | C8 | F9 | 32 | 14 | 0 | 2 | CC | 5B | 49 |
| Octal | 174 | 310 | 371 | 62 | 24 | 0 | 2 | 314 | 133 | 111 |
| Binary | 1111100 | 11001000 | 11111001 | 110010 | 10100 | 0 | 10 | 11001100 | 1011011 | 1001001 |
Color Harmonies of #7CC8F9
Complementary color
Monochromatic Colors of #7CC8F9
Black with #7CC8F9
Text Example
Text Example
White with #7CC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC8F9; }
p { color: rgb(124,200,249); }
H1.HeaderClassName
{
color: #7CC8F9;
}
.AnyTagClassName
{
color: #7CC8F9;
}
</style>
background-color css
<style>
a { background-color: #7CC8F9; }
a { background-color: rgb(124,200,249); }
div.DivClassName
{
background-color: #7CC8F9;
}
.BgClassName
{
background-color: #7CC8F9;
}
</style>
border-color css
<style>
span { border-color: #7CC8F9; }
span { border-color: rgb(124,200,249); }
td.TdClassName
{
border-color: #7CC8F9;
}
.TagClassName
{
border-color: #7CC8F9;
}
</style>