Shades of Maya Blue #7FC0EF
Tints of Maya Blue #7FC0EF
RGB
CMYK
RGB Variations
Color information
#7FC0EF (or 0x7FC0EF) is known color: Maya Blue. HEX triplet: 7F, C0 and EF. RGB value is (127,192,239). Sum of RGB (Red+Green+Blue) = 127+192+239=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FC0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC0EF is #803F10. Grayscale: #B1B1B1. Windows color (decimal): -8404753 or 15712383. OLE color: 15712383.
HSL color Cylindrical-coordinate representation of color #7FC0EF: hue angle of 205.18º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FC0EF is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 192 | 239 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.06 |
| HSL | 205.18º | 0.78% | 0.72% | - |
| HSV(B) | 205.18º | 0.47% | 0.94% | - |
| XYZ | 43.18 | 48.44 | 88.74 | - |
| YUV | 177.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 239 | 0.47 | 0.20 | 0 | 0.06 | 205.18 | 0.78 | 0.72 |
| Hex | 7F | C0 | EF | 2F | 14 | 0 | 6 | CD | 4E | 48 |
| Octal | 177 | 300 | 357 | 57 | 24 | 0 | 6 | 315 | 116 | 110 |
| Binary | 1111111 | 11000000 | 11101111 | 101111 | 10100 | 0 | 110 | 11001101 | 1001110 | 1001000 |
Color Harmonies of #7FC0EF
Complementary color
Monochromatic Colors of #7FC0EF
Black with #7FC0EF
Text Example
Text Example
White with #7FC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0EF; }
p { color: rgb(127,192,239); }
H1.HeaderClassName
{
color: #7FC0EF;
}
.AnyTagClassName
{
color: #7FC0EF;
}
</style>
background-color css
<style>
a { background-color: #7FC0EF; }
a { background-color: rgb(127,192,239); }
div.DivClassName
{
background-color: #7FC0EF;
}
.BgClassName
{
background-color: #7FC0EF;
}
</style>
border-color css
<style>
span { border-color: #7FC0EF; }
span { border-color: rgb(127,192,239); }
td.TdClassName
{
border-color: #7FC0EF;
}
.TagClassName
{
border-color: #7FC0EF;
}
</style>