Shades of Maya Blue #7FAEFF
Tints of Maya Blue #7FAEFF
RGB
CMYK
RGB Variations
Color information
#7FAEFF (or 0x7FAEFF) is known color: Maya Blue. HEX triplet: 7F, AE and FF. RGB value is (127,174,255). Sum of RGB (Red+Green+Blue) = 127+174+255=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAEFF is #805100. Grayscale: #A8A8A8. Windows color (decimal): -8409345 or 16756351. OLE color: 16756351.
HSL color Cylindrical-coordinate representation of color #7FAEFF: hue angle of 217.97º 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 #7FAEFF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 174 | 255 | - |
| CMYK | 0.50 | 0.32 | 0 | 0 |
| HSL | 217.97º | 1% | 0.75% | - |
| HSV(B) | 217.97º | 0.5% | 1% | - |
| XYZ | 41.94 | 42 | 100.51 | - |
| YUV | 169.18 | 176.43 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 255 | 0.50 | 0.32 | 0 | 0 | 217.97 | 1 | 0.75 |
| Hex | 7F | AE | FF | 32 | 20 | 0 | 0 | DA | 64 | 4B |
| Octal | 177 | 256 | 377 | 62 | 40 | 0 | 0 | 332 | 144 | 113 |
| Binary | 1111111 | 10101110 | 11111111 | 110010 | 100000 | 0 | 0 | 11011010 | 1100100 | 1001011 |
Color Harmonies of #7FAEFF
Complementary color
Monochromatic Colors of #7FAEFF
Black with #7FAEFF
Text Example
Text Example
White with #7FAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEFF; }
p { color: rgb(127,174,255); }
H1.HeaderClassName
{
color: #7FAEFF;
}
.AnyTagClassName
{
color: #7FAEFF;
}
</style>
background-color css
<style>
a { background-color: #7FAEFF; }
a { background-color: rgb(127,174,255); }
div.DivClassName
{
background-color: #7FAEFF;
}
.BgClassName
{
background-color: #7FAEFF;
}
</style>
border-color css
<style>
span { border-color: #7FAEFF; }
span { border-color: rgb(127,174,255); }
td.TdClassName
{
border-color: #7FAEFF;
}
.TagClassName
{
border-color: #7FAEFF;
}
</style>