Shades of Maya Blue #80BCFA
Tints of Maya Blue #80BCFA
RGB
CMYK
RGB Variations
Color information
#80BCFA (or 0x80BCFA) is known color: Maya Blue. HEX triplet: 80, BC and FA. RGB value is (128,188,250). Sum of RGB (Red+Green+Blue) = 128+188+250=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #80BCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCFA is #7F4305. Grayscale: #B0B0B0. Windows color (decimal): -8340230 or 16432256. OLE color: 16432256.
HSL color Cylindrical-coordinate representation of color #80BCFA: hue angle of 210.49º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BCFA is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 188 | 250 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.02 |
| HSL | 210.49º | 0.92% | 0.74% | - |
| HSV(B) | 210.49º | 0.49% | 0.98% | - |
| XYZ | 44.14 | 47.46 | 97.28 | - |
| YUV | 177.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 250 | 0.49 | 0.25 | 0 | 0.02 | 210.49 | 0.92 | 0.74 |
| Hex | 80 | BC | FA | 31 | 19 | 0 | 2 | D2 | 5C | 4A |
| Octal | 200 | 274 | 372 | 61 | 31 | 0 | 2 | 322 | 134 | 112 |
| Binary | 10000000 | 10111100 | 11111010 | 110001 | 11001 | 0 | 10 | 11010010 | 1011100 | 1001010 |
Color Harmonies of #80BCFA
Complementary color
Monochromatic Colors of #80BCFA
Black with #80BCFA
Text Example
Text Example
White with #80BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCFA; }
p { color: rgb(128,188,250); }
H1.HeaderClassName
{
color: #80BCFA;
}
.AnyTagClassName
{
color: #80BCFA;
}
</style>
background-color css
<style>
a { background-color: #80BCFA; }
a { background-color: rgb(128,188,250); }
div.DivClassName
{
background-color: #80BCFA;
}
.BgClassName
{
background-color: #80BCFA;
}
</style>
border-color css
<style>
span { border-color: #80BCFA; }
span { border-color: rgb(128,188,250); }
td.TdClassName
{
border-color: #80BCFA;
}
.TagClassName
{
border-color: #80BCFA;
}
</style>