Shades of Maya Blue #7FC5FF
Tints of Maya Blue #7FC5FF
RGB
CMYK
RGB Variations
Color information
#7FC5FF (or 0x7FC5FF) is known color: Maya Blue. HEX triplet: 7F, C5 and FF. RGB value is (127,197,255). Sum of RGB (Red+Green+Blue) = 127+197+255=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FC5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC5FF is #803A00. Grayscale: #B6B6B6. Windows color (decimal): -8403457 or 16762239. OLE color: 16762239.
HSL color Cylindrical-coordinate representation of color #7FC5FF: hue angle of 207.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FC5FF is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 197 | 255 | - |
| CMYK | 0.50 | 0.23 | 0 | 0 |
| HSL | 207.19º | 1% | 0.75% | - |
| HSV(B) | 207.19º | 0.5% | 1% | - |
| XYZ | 46.77 | 51.66 | 102.12 | - |
| YUV | 182.68 | 168.81 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 255 | 0.50 | 0.23 | 0 | 0 | 207.19 | 1 | 0.75 |
| Hex | 7F | C5 | FF | 32 | 17 | 0 | 0 | CF | 64 | 4B |
| Octal | 177 | 305 | 377 | 62 | 27 | 0 | 0 | 317 | 144 | 113 |
| Binary | 1111111 | 11000101 | 11111111 | 110010 | 10111 | 0 | 0 | 11001111 | 1100100 | 1001011 |
Color Harmonies of #7FC5FF
Complementary color
Monochromatic Colors of #7FC5FF
Black with #7FC5FF
Text Example
Text Example
White with #7FC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC5FF; }
p { color: rgb(127,197,255); }
H1.HeaderClassName
{
color: #7FC5FF;
}
.AnyTagClassName
{
color: #7FC5FF;
}
</style>
background-color css
<style>
a { background-color: #7FC5FF; }
a { background-color: rgb(127,197,255); }
div.DivClassName
{
background-color: #7FC5FF;
}
.BgClassName
{
background-color: #7FC5FF;
}
</style>
border-color css
<style>
span { border-color: #7FC5FF; }
span { border-color: rgb(127,197,255); }
td.TdClassName
{
border-color: #7FC5FF;
}
.TagClassName
{
border-color: #7FC5FF;
}
</style>