Shades of Maya Blue #7FACFF
Tints of Maya Blue #7FACFF
RGB
CMYK
RGB Variations
Color information
#7FACFF (or 0x7FACFF) is known color: Maya Blue. HEX triplet: 7F, AC and FF. RGB value is (127,172,255). Sum of RGB (Red+Green+Blue) = 127+172+255=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FACFF is #805300. Grayscale: #A7A7A7. Windows color (decimal): -8409857 or 16755839. OLE color: 16755839.
HSL color Cylindrical-coordinate representation of color #7FACFF: hue angle of 218.91º 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 #7FACFF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 172 | 255 | - |
| CMYK | 0.50 | 0.33 | 0 | 0 |
| HSL | 218.91º | 1% | 0.75% | - |
| HSV(B) | 218.91º | 0.5% | 1% | - |
| XYZ | 41.55 | 41.24 | 100.38 | - |
| YUV | 168.01 | 177.09 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 255 | 0.50 | 0.33 | 0 | 0 | 218.91 | 1 | 0.75 |
| Hex | 7F | AC | FF | 32 | 21 | 0 | 0 | DB | 64 | 4B |
| Octal | 177 | 254 | 377 | 62 | 41 | 0 | 0 | 333 | 144 | 113 |
| Binary | 1111111 | 10101100 | 11111111 | 110010 | 100001 | 0 | 0 | 11011011 | 1100100 | 1001011 |
Color Harmonies of #7FACFF
Complementary color
Monochromatic Colors of #7FACFF
Black with #7FACFF
Text Example
Text Example
White with #7FACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACFF; }
p { color: rgb(127,172,255); }
H1.HeaderClassName
{
color: #7FACFF;
}
.AnyTagClassName
{
color: #7FACFF;
}
</style>
background-color css
<style>
a { background-color: #7FACFF; }
a { background-color: rgb(127,172,255); }
div.DivClassName
{
background-color: #7FACFF;
}
.BgClassName
{
background-color: #7FACFF;
}
</style>
border-color css
<style>
span { border-color: #7FACFF; }
span { border-color: rgb(127,172,255); }
td.TdClassName
{
border-color: #7FACFF;
}
.TagClassName
{
border-color: #7FACFF;
}
</style>