Shades of Maya Blue #7FBFFF
Tints of Maya Blue #7FBFFF
RGB
CMYK
RGB Variations
Color information
#7FBFFF (or 0x7FBFFF) is known color: Maya Blue. HEX triplet: 7F, BF and FF. RGB value is (127,191,255). Sum of RGB (Red+Green+Blue) = 127+191+255=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBFFF is #804000. Grayscale: #B2B2B2. Windows color (decimal): -8404993 or 16760703. OLE color: 16760703.
HSL color Cylindrical-coordinate representation of color #7FBFFF: hue angle of 210º 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 #7FBFFF is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 191 | 255 | - |
| CMYK | 0.50 | 0.25 | 0 | 0 |
| HSL | 210º | 1% | 0.75% | - |
| HSV(B) | 210º | 0.5% | 1% | - |
| XYZ | 45.43 | 48.99 | 101.67 | - |
| YUV | 179.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 255 | 0.50 | 0.25 | 0 | 0 | 210 | 1 | 0.75 |
| Hex | 7F | BF | FF | 32 | 19 | 0 | 0 | D2 | 64 | 4B |
| Octal | 177 | 277 | 377 | 62 | 31 | 0 | 0 | 322 | 144 | 113 |
| Binary | 1111111 | 10111111 | 11111111 | 110010 | 11001 | 0 | 0 | 11010010 | 1100100 | 1001011 |
Color Harmonies of #7FBFFF
Complementary color
Monochromatic Colors of #7FBFFF
Black with #7FBFFF
Text Example
Text Example
White with #7FBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBFFF; }
p { color: rgb(127,191,255); }
H1.HeaderClassName
{
color: #7FBFFF;
}
.AnyTagClassName
{
color: #7FBFFF;
}
</style>
background-color css
<style>
a { background-color: #7FBFFF; }
a { background-color: rgb(127,191,255); }
div.DivClassName
{
background-color: #7FBFFF;
}
.BgClassName
{
background-color: #7FBFFF;
}
</style>
border-color css
<style>
span { border-color: #7FBFFF; }
span { border-color: rgb(127,191,255); }
td.TdClassName
{
border-color: #7FBFFF;
}
.TagClassName
{
border-color: #7FBFFF;
}
</style>