Shades of Maya Blue #7FB8FF
Tints of Maya Blue #7FB8FF
RGB
CMYK
RGB Variations
Color information
#7FB8FF (or 0x7FB8FF) is known color: Maya Blue. HEX triplet: 7F, B8 and FF. RGB value is (127,184,255). Sum of RGB (Red+Green+Blue) = 127+184+255=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FB8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB8FF is #804700. Grayscale: #AEAEAE. Windows color (decimal): -8406785 or 16758911. OLE color: 16758911.
HSL color Cylindrical-coordinate representation of color #7FB8FF: hue angle of 213.28º 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 #7FB8FF is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 184 | 255 | - |
| CMYK | 0.50 | 0.28 | 0 | 0 |
| HSL | 213.28º | 1% | 0.75% | - |
| HSV(B) | 213.28º | 0.5% | 1% | - |
| XYZ | 43.94 | 46.01 | 101.17 | - |
| YUV | 175.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 255 | 0.50 | 0.28 | 0 | 0 | 213.28 | 1 | 0.75 |
| Hex | 7F | B8 | FF | 32 | 1C | 0 | 0 | D5 | 64 | 4B |
| Octal | 177 | 270 | 377 | 62 | 34 | 0 | 0 | 325 | 144 | 113 |
| Binary | 1111111 | 10111000 | 11111111 | 110010 | 11100 | 0 | 0 | 11010101 | 1100100 | 1001011 |
Color Harmonies of #7FB8FF
Complementary color
Monochromatic Colors of #7FB8FF
Black with #7FB8FF
Text Example
Text Example
White with #7FB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB8FF; }
p { color: rgb(127,184,255); }
H1.HeaderClassName
{
color: #7FB8FF;
}
.AnyTagClassName
{
color: #7FB8FF;
}
</style>
background-color css
<style>
a { background-color: #7FB8FF; }
a { background-color: rgb(127,184,255); }
div.DivClassName
{
background-color: #7FB8FF;
}
.BgClassName
{
background-color: #7FB8FF;
}
</style>
border-color css
<style>
span { border-color: #7FB8FF; }
span { border-color: rgb(127,184,255); }
td.TdClassName
{
border-color: #7FB8FF;
}
.TagClassName
{
border-color: #7FB8FF;
}
</style>