Shades of Maya Blue #7CC7F3
Tints of Maya Blue #7CC7F3
RGB
CMYK
RGB Variations
Color information
#7CC7F3 (or 0x7CC7F3) is known color: Maya Blue. HEX triplet: 7C, C7 and F3. RGB value is (124,199,243). Sum of RGB (Red+Green+Blue) = 124+199+243=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #7CC7F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC7F3 is #83380C. Grayscale: #B5B5B5. Windows color (decimal): -8599565 or 15976316. OLE color: 15976316.
HSL color Cylindrical-coordinate representation of color #7CC7F3: hue angle of 202.18º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CC7F3 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 199 | 243 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.05 |
| HSL | 202.18º | 0.83% | 0.72% | - |
| HSV(B) | 202.18º | 0.49% | 0.95% | - |
| XYZ | 44.91 | 51.6 | 92.39 | - |
| YUV | 181.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 199 | 243 | 0.49 | 0.18 | 0 | 0.05 | 202.18 | 0.83 | 0.72 |
| Hex | 7C | C7 | F3 | 31 | 12 | 0 | 5 | CA | 53 | 48 |
| Octal | 174 | 307 | 363 | 61 | 22 | 0 | 5 | 312 | 123 | 110 |
| Binary | 1111100 | 11000111 | 11110011 | 110001 | 10010 | 0 | 101 | 11001010 | 1010011 | 1001000 |
Color Harmonies of #7CC7F3
Complementary color
Monochromatic Colors of #7CC7F3
Black with #7CC7F3
Text Example
Text Example
White with #7CC7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC7F3; }
p { color: rgb(124,199,243); }
H1.HeaderClassName
{
color: #7CC7F3;
}
.AnyTagClassName
{
color: #7CC7F3;
}
</style>
background-color css
<style>
a { background-color: #7CC7F3; }
a { background-color: rgb(124,199,243); }
div.DivClassName
{
background-color: #7CC7F3;
}
.BgClassName
{
background-color: #7CC7F3;
}
</style>
border-color css
<style>
span { border-color: #7CC7F3; }
span { border-color: rgb(124,199,243); }
td.TdClassName
{
border-color: #7CC7F3;
}
.TagClassName
{
border-color: #7CC7F3;
}
</style>