Shades of Maya Blue #7FAFFF
Tints of Maya Blue #7FAFFF
RGB
CMYK
RGB Variations
Color information
#7FAFFF (or 0x7FAFFF) is known color: Maya Blue. HEX triplet: 7F, AF and FF. RGB value is (127,175,255). Sum of RGB (Red+Green+Blue) = 127+175+255=557 (73% of max value = 765). Red value is 127 (50% from 255 or 22.80% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAFFF is #805000. Grayscale: #A9A9A9. Windows color (decimal): -8409089 or 16756607. OLE color: 16756607.
HSL color Cylindrical-coordinate representation of color #7FAFFF: hue angle of 217.5º 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 #7FAFFF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 175 | 255 | - |
| CMYK | 0.50 | 0.31 | 0 | 0 |
| HSL | 217.5º | 1% | 0.75% | - |
| HSV(B) | 217.5º | 0.5% | 1% | - |
| XYZ | 42.13 | 42.39 | 100.57 | - |
| YUV | 169.77 | 176.1 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 255 | 0.50 | 0.31 | 0 | 0 | 217.5 | 1 | 0.75 |
| Hex | 7F | AF | FF | 32 | 1F | 0 | 0 | DA | 64 | 4B |
| Octal | 177 | 257 | 377 | 62 | 37 | 0 | 0 | 332 | 144 | 113 |
| Binary | 1111111 | 10101111 | 11111111 | 110010 | 11111 | 0 | 0 | 11011010 | 1100100 | 1001011 |
Color Harmonies of #7FAFFF
Complementary color
Monochromatic Colors of #7FAFFF
Black with #7FAFFF
Text Example
Text Example
White with #7FAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFFF; }
p { color: rgb(127,175,255); }
H1.HeaderClassName
{
color: #7FAFFF;
}
.AnyTagClassName
{
color: #7FAFFF;
}
</style>
background-color css
<style>
a { background-color: #7FAFFF; }
a { background-color: rgb(127,175,255); }
div.DivClassName
{
background-color: #7FAFFF;
}
.BgClassName
{
background-color: #7FAFFF;
}
</style>
border-color css
<style>
span { border-color: #7FAFFF; }
span { border-color: rgb(127,175,255); }
td.TdClassName
{
border-color: #7FAFFF;
}
.TagClassName
{
border-color: #7FAFFF;
}
</style>