Shades of Maya Blue #7FC0ED
Tints of Maya Blue #7FC0ED
RGB
CMYK
RGB Variations
Color information
#7FC0ED (or 0x7FC0ED) is known color: Maya Blue. HEX triplet: 7F, C0 and ED. RGB value is (127,192,237). Sum of RGB (Red+Green+Blue) = 127+192+237=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FC0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC0ED is #803F12. Grayscale: #B1B1B1. Windows color (decimal): -8404755 or 15581311. OLE color: 15581311.
HSL color Cylindrical-coordinate representation of color #7FC0ED: hue angle of 204.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FC0ED is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 192 | 237 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.07 |
| HSL | 204.55º | 0.75% | 0.71% | - |
| HSV(B) | 204.55º | 0.46% | 0.93% | - |
| XYZ | 42.89 | 48.33 | 87.19 | - |
| YUV | 177.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 237 | 0.46 | 0.19 | 0 | 0.07 | 204.55 | 0.75 | 0.71 |
| Hex | 7F | C0 | ED | 2E | 13 | 0 | 7 | CD | 4B | 47 |
| Octal | 177 | 300 | 355 | 56 | 23 | 0 | 7 | 315 | 113 | 107 |
| Binary | 1111111 | 11000000 | 11101101 | 101110 | 10011 | 0 | 111 | 11001101 | 1001011 | 1000111 |
Color Harmonies of #7FC0ED
Complementary color
Monochromatic Colors of #7FC0ED
Black with #7FC0ED
Text Example
Text Example
White with #7FC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0ED; }
p { color: rgb(127,192,237); }
H1.HeaderClassName
{
color: #7FC0ED;
}
.AnyTagClassName
{
color: #7FC0ED;
}
</style>
background-color css
<style>
a { background-color: #7FC0ED; }
a { background-color: rgb(127,192,237); }
div.DivClassName
{
background-color: #7FC0ED;
}
.BgClassName
{
background-color: #7FC0ED;
}
</style>
border-color css
<style>
span { border-color: #7FC0ED; }
span { border-color: rgb(127,192,237); }
td.TdClassName
{
border-color: #7FC0ED;
}
.TagClassName
{
border-color: #7FC0ED;
}
</style>