Shades of Maya Blue #7CC7F4
Tints of Maya Blue #7CC7F4
RGB
CMYK
RGB Variations
Color information
#7CC7F4 (or 0x7CC7F4) is known color: Maya Blue. HEX triplet: 7C, C7 and F4. RGB value is (124,199,244). Sum of RGB (Red+Green+Blue) = 124+199+244=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #7CC7F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC7F4 is #83380B. Grayscale: #B5B5B5. Windows color (decimal): -8599564 or 16041852. OLE color: 16041852.
HSL color Cylindrical-coordinate representation of color #7CC7F4: hue angle of 202.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CC7F4 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 199 | 244 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.04 |
| HSL | 202.5º | 0.85% | 0.72% | - |
| HSV(B) | 202.5º | 0.49% | 0.96% | - |
| XYZ | 45.06 | 51.66 | 93.18 | - |
| YUV | 181.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 199 | 244 | 0.49 | 0.18 | 0 | 0.04 | 202.5 | 0.85 | 0.72 |
| Hex | 7C | C7 | F4 | 31 | 12 | 0 | 4 | CA | 55 | 48 |
| Octal | 174 | 307 | 364 | 61 | 22 | 0 | 4 | 312 | 125 | 110 |
| Binary | 1111100 | 11000111 | 11110100 | 110001 | 10010 | 0 | 100 | 11001010 | 1010101 | 1001000 |
Color Harmonies of #7CC7F4
Complementary color
Monochromatic Colors of #7CC7F4
Black with #7CC7F4
Text Example
Text Example
White with #7CC7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC7F4; }
p { color: rgb(124,199,244); }
H1.HeaderClassName
{
color: #7CC7F4;
}
.AnyTagClassName
{
color: #7CC7F4;
}
</style>
background-color css
<style>
a { background-color: #7CC7F4; }
a { background-color: rgb(124,199,244); }
div.DivClassName
{
background-color: #7CC7F4;
}
.BgClassName
{
background-color: #7CC7F4;
}
</style>
border-color css
<style>
span { border-color: #7CC7F4; }
span { border-color: rgb(124,199,244); }
td.TdClassName
{
border-color: #7CC7F4;
}
.TagClassName
{
border-color: #7CC7F4;
}
</style>