Shades of Maya Blue #7FB0FF
Tints of Maya Blue #7FB0FF
RGB
CMYK
RGB Variations
Color information
#7FB0FF (or 0x7FB0FF) is known color: Maya Blue. HEX triplet: 7F, B0 and FF. RGB value is (127,176,255). Sum of RGB (Red+Green+Blue) = 127+176+255=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FB0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB0FF is #804F00. Grayscale: #A9A9A9. Windows color (decimal): -8408833 or 16756863. OLE color: 16756863.
HSL color Cylindrical-coordinate representation of color #7FB0FF: hue angle of 217.03º 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 #7FB0FF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 176 | 255 | - |
| CMYK | 0.50 | 0.31 | 0 | 0 |
| HSL | 217.03º | 1% | 0.75% | - |
| HSV(B) | 217.03º | 0.5% | 1% | - |
| XYZ | 42.33 | 42.78 | 100.63 | - |
| YUV | 170.36 | 175.77 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 255 | 0.50 | 0.31 | 0 | 0 | 217.03 | 1 | 0.75 |
| Hex | 7F | B0 | FF | 32 | 1F | 0 | 0 | D9 | 64 | 4B |
| Octal | 177 | 260 | 377 | 62 | 37 | 0 | 0 | 331 | 144 | 113 |
| Binary | 1111111 | 10110000 | 11111111 | 110010 | 11111 | 0 | 0 | 11011001 | 1100100 | 1001011 |
Color Harmonies of #7FB0FF
Complementary color
Monochromatic Colors of #7FB0FF
Black with #7FB0FF
Text Example
Text Example
White with #7FB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB0FF; }
p { color: rgb(127,176,255); }
H1.HeaderClassName
{
color: #7FB0FF;
}
.AnyTagClassName
{
color: #7FB0FF;
}
</style>
background-color css
<style>
a { background-color: #7FB0FF; }
a { background-color: rgb(127,176,255); }
div.DivClassName
{
background-color: #7FB0FF;
}
.BgClassName
{
background-color: #7FB0FF;
}
</style>
border-color css
<style>
span { border-color: #7FB0FF; }
span { border-color: rgb(127,176,255); }
td.TdClassName
{
border-color: #7FB0FF;
}
.TagClassName
{
border-color: #7FB0FF;
}
</style>