Shades of Maya Blue #7FBBFE
Tints of Maya Blue #7FBBFE
RGB
CMYK
RGB Variations
Color information
#7FBBFE (or 0x7FBBFE) is known color: Maya Blue. HEX triplet: 7F, BB and FE. RGB value is (127,187,254). Sum of RGB (Red+Green+Blue) = 127+187+254=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBBFE is #804401. Grayscale: #B0B0B0. Windows color (decimal): -8406018 or 16694143. OLE color: 16694143.
HSL color Cylindrical-coordinate representation of color #7FBBFE: hue angle of 211.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FBBFE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 187 | 254 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.00 |
| HSL | 211.65º | 0.98% | 0.75% | - |
| HSV(B) | 211.65º | 0.5% | 1% | - |
| XYZ | 44.41 | 47.21 | 100.54 | - |
| YUV | 176.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 254 | 0.50 | 0.26 | 0 | 0.00 | 211.65 | 0.98 | 0.75 |
| Hex | 7F | BB | FE | 32 | 1A | 0 | 0 | D4 | 62 | 4B |
| Octal | 177 | 273 | 376 | 62 | 32 | 0 | 0 | 324 | 142 | 113 |
| Binary | 1111111 | 10111011 | 11111110 | 110010 | 11010 | 0 | 0 | 11010100 | 1100010 | 1001011 |
Color Harmonies of #7FBBFE
Complementary color
Monochromatic Colors of #7FBBFE
Black with #7FBBFE
Text Example
Text Example
White with #7FBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBFE; }
p { color: rgb(127,187,254); }
H1.HeaderClassName
{
color: #7FBBFE;
}
.AnyTagClassName
{
color: #7FBBFE;
}
</style>
background-color css
<style>
a { background-color: #7FBBFE; }
a { background-color: rgb(127,187,254); }
div.DivClassName
{
background-color: #7FBBFE;
}
.BgClassName
{
background-color: #7FBBFE;
}
</style>
border-color css
<style>
span { border-color: #7FBBFE; }
span { border-color: rgb(127,187,254); }
td.TdClassName
{
border-color: #7FBBFE;
}
.TagClassName
{
border-color: #7FBBFE;
}
</style>