Shades of Maya Blue #7FB2FE
Tints of Maya Blue #7FB2FE
RGB
CMYK
RGB Variations
Color information
#7FB2FE (or 0x7FB2FE) is known color: Maya Blue. HEX triplet: 7F, B2 and FE. RGB value is (127,178,254). Sum of RGB (Red+Green+Blue) = 127+178+254=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FB2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB2FE is #804D01. Grayscale: #ABABAB. Windows color (decimal): -8408322 or 16691839. OLE color: 16691839.
HSL color Cylindrical-coordinate representation of color #7FB2FE: hue angle of 215.91º 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 #7FB2FE is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 178 | 254 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.00 |
| HSL | 215.91º | 0.98% | 0.75% | - |
| HSV(B) | 215.91º | 0.5% | 1% | - |
| XYZ | 42.56 | 43.51 | 99.92 | - |
| YUV | 171.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 254 | 0.50 | 0.30 | 0 | 0.00 | 215.91 | 0.98 | 0.75 |
| Hex | 7F | B2 | FE | 32 | 1E | 0 | 0 | D8 | 62 | 4B |
| Octal | 177 | 262 | 376 | 62 | 36 | 0 | 0 | 330 | 142 | 113 |
| Binary | 1111111 | 10110010 | 11111110 | 110010 | 11110 | 0 | 0 | 11011000 | 1100010 | 1001011 |
Color Harmonies of #7FB2FE
Complementary color
Monochromatic Colors of #7FB2FE
Black with #7FB2FE
Text Example
Text Example
White with #7FB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB2FE; }
p { color: rgb(127,178,254); }
H1.HeaderClassName
{
color: #7FB2FE;
}
.AnyTagClassName
{
color: #7FB2FE;
}
</style>
background-color css
<style>
a { background-color: #7FB2FE; }
a { background-color: rgb(127,178,254); }
div.DivClassName
{
background-color: #7FB2FE;
}
.BgClassName
{
background-color: #7FB2FE;
}
</style>
border-color css
<style>
span { border-color: #7FB2FE; }
span { border-color: rgb(127,178,254); }
td.TdClassName
{
border-color: #7FB2FE;
}
.TagClassName
{
border-color: #7FB2FE;
}
</style>