Shades of Maya Blue #7FC1EF
Tints of Maya Blue #7FC1EF
RGB
CMYK
RGB Variations
Color information
#7FC1EF (or 0x7FC1EF) is known color: Maya Blue. HEX triplet: 7F, C1 and EF. RGB value is (127,193,239). Sum of RGB (Red+Green+Blue) = 127+193+239=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FC1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC1EF is #803E10. Grayscale: #B2B2B2. Windows color (decimal): -8404497 or 15712639. OLE color: 15712639.
HSL color Cylindrical-coordinate representation of color #7FC1EF: hue angle of 204.64º 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 #7FC1EF is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 193 | 239 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.06 |
| HSL | 204.64º | 0.78% | 0.72% | - |
| HSV(B) | 204.64º | 0.47% | 0.94% | - |
| XYZ | 43.4 | 48.88 | 88.81 | - |
| YUV | 178.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 239 | 0.47 | 0.19 | 0 | 0.06 | 204.64 | 0.78 | 0.72 |
| Hex | 7F | C1 | EF | 2F | 13 | 0 | 6 | CD | 4E | 48 |
| Octal | 177 | 301 | 357 | 57 | 23 | 0 | 6 | 315 | 116 | 110 |
| Binary | 1111111 | 11000001 | 11101111 | 101111 | 10011 | 0 | 110 | 11001101 | 1001110 | 1001000 |
Color Harmonies of #7FC1EF
Complementary color
Monochromatic Colors of #7FC1EF
Black with #7FC1EF
Text Example
Text Example
White with #7FC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC1EF; }
p { color: rgb(127,193,239); }
H1.HeaderClassName
{
color: #7FC1EF;
}
.AnyTagClassName
{
color: #7FC1EF;
}
</style>
background-color css
<style>
a { background-color: #7FC1EF; }
a { background-color: rgb(127,193,239); }
div.DivClassName
{
background-color: #7FC1EF;
}
.BgClassName
{
background-color: #7FC1EF;
}
</style>
border-color css
<style>
span { border-color: #7FC1EF; }
span { border-color: rgb(127,193,239); }
td.TdClassName
{
border-color: #7FC1EF;
}
.TagClassName
{
border-color: #7FC1EF;
}
</style>