Shades of Maya Blue #80BCFB
Tints of Maya Blue #80BCFB
RGB
CMYK
RGB Variations
Color information
#80BCFB (or 0x80BCFB) is known color: Maya Blue. HEX triplet: 80, BC and FB. RGB value is (128,188,251). Sum of RGB (Red+Green+Blue) = 128+188+251=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #80BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCFB is #7F4304. Grayscale: #B0B0B0. Windows color (decimal): -8340229 or 16497792. OLE color: 16497792.
HSL color Cylindrical-coordinate representation of color #80BCFB: hue angle of 210.73º degrees, saturation: 0.94, 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 #80BCFB is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 188 | 251 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.02 |
| HSL | 210.73º | 0.94% | 0.74% | - |
| HSV(B) | 210.73º | 0.49% | 0.98% | - |
| XYZ | 44.3 | 47.52 | 98.1 | - |
| YUV | 177.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 251 | 0.49 | 0.25 | 0 | 0.02 | 210.73 | 0.94 | 0.74 |
| Hex | 80 | BC | FB | 31 | 19 | 0 | 2 | D3 | 5E | 4A |
| Octal | 200 | 274 | 373 | 61 | 31 | 0 | 2 | 323 | 136 | 112 |
| Binary | 10000000 | 10111100 | 11111011 | 110001 | 11001 | 0 | 10 | 11010011 | 1011110 | 1001010 |
Color Harmonies of #80BCFB
Complementary color
Monochromatic Colors of #80BCFB
Black with #80BCFB
Text Example
Text Example
White with #80BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCFB; }
p { color: rgb(128,188,251); }
H1.HeaderClassName
{
color: #80BCFB;
}
.AnyTagClassName
{
color: #80BCFB;
}
</style>
background-color css
<style>
a { background-color: #80BCFB; }
a { background-color: rgb(128,188,251); }
div.DivClassName
{
background-color: #80BCFB;
}
.BgClassName
{
background-color: #80BCFB;
}
</style>
border-color css
<style>
span { border-color: #80BCFB; }
span { border-color: rgb(128,188,251); }
td.TdClassName
{
border-color: #80BCFB;
}
.TagClassName
{
border-color: #80BCFB;
}
</style>