Shades of Maya Blue #7FACFE
Tints of Maya Blue #7FACFE
RGB
CMYK
RGB Variations
Color information
#7FACFE (or 0x7FACFE) is known color: Maya Blue. HEX triplet: 7F, AC and FE. RGB value is (127,172,254). Sum of RGB (Red+Green+Blue) = 127+172+254=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FACFE is #805301. Grayscale: #A7A7A7. Windows color (decimal): -8409858 or 16690303. OLE color: 16690303.
HSL color Cylindrical-coordinate representation of color #7FACFE: hue angle of 218.74º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FACFE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 172 | 254 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.00 |
| HSL | 218.74º | 0.98% | 0.75% | - |
| HSV(B) | 218.74º | 0.5% | 1% | - |
| XYZ | 41.39 | 41.17 | 99.53 | - |
| YUV | 167.89 | 176.59 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 254 | 0.50 | 0.32 | 0 | 0.00 | 218.74 | 0.98 | 0.75 |
| Hex | 7F | AC | FE | 32 | 20 | 0 | 0 | DB | 62 | 4B |
| Octal | 177 | 254 | 376 | 62 | 40 | 0 | 0 | 333 | 142 | 113 |
| Binary | 1111111 | 10101100 | 11111110 | 110010 | 100000 | 0 | 0 | 11011011 | 1100010 | 1001011 |
Color Harmonies of #7FACFE
Complementary color
Monochromatic Colors of #7FACFE
Black with #7FACFE
Text Example
Text Example
White with #7FACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACFE; }
p { color: rgb(127,172,254); }
H1.HeaderClassName
{
color: #7FACFE;
}
.AnyTagClassName
{
color: #7FACFE;
}
</style>
background-color css
<style>
a { background-color: #7FACFE; }
a { background-color: rgb(127,172,254); }
div.DivClassName
{
background-color: #7FACFE;
}
.BgClassName
{
background-color: #7FACFE;
}
</style>
border-color css
<style>
span { border-color: #7FACFE; }
span { border-color: rgb(127,172,254); }
td.TdClassName
{
border-color: #7FACFE;
}
.TagClassName
{
border-color: #7FACFE;
}
</style>