Shades of Maya Blue #80BCFC
Tints of Maya Blue #80BCFC
RGB
CMYK
RGB Variations
Color information
#80BCFC (or 0x80BCFC) is known color: Maya Blue. HEX triplet: 80, BC and FC. RGB value is (128,188,252). Sum of RGB (Red+Green+Blue) = 128+188+252=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #80BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCFC is #7F4303. Grayscale: #B1B1B1. Windows color (decimal): -8340228 or 16563328. OLE color: 16563328.
HSL color Cylindrical-coordinate representation of color #80BCFC: hue angle of 210.97º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BCFC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 188 | 252 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.01 |
| HSL | 210.97º | 0.95% | 0.75% | - |
| HSV(B) | 210.97º | 0.49% | 0.99% | - |
| XYZ | 44.46 | 47.58 | 98.94 | - |
| YUV | 177.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 252 | 0.49 | 0.25 | 0 | 0.01 | 210.97 | 0.95 | 0.75 |
| Hex | 80 | BC | FC | 31 | 19 | 0 | 1 | D3 | 5F | 4B |
| Octal | 200 | 274 | 374 | 61 | 31 | 0 | 1 | 323 | 137 | 113 |
| Binary | 10000000 | 10111100 | 11111100 | 110001 | 11001 | 0 | 1 | 11010011 | 1011111 | 1001011 |
Color Harmonies of #80BCFC
Complementary color
Monochromatic Colors of #80BCFC
Black with #80BCFC
Text Example
Text Example
White with #80BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCFC; }
p { color: rgb(128,188,252); }
H1.HeaderClassName
{
color: #80BCFC;
}
.AnyTagClassName
{
color: #80BCFC;
}
</style>
background-color css
<style>
a { background-color: #80BCFC; }
a { background-color: rgb(128,188,252); }
div.DivClassName
{
background-color: #80BCFC;
}
.BgClassName
{
background-color: #80BCFC;
}
</style>
border-color css
<style>
span { border-color: #80BCFC; }
span { border-color: rgb(128,188,252); }
td.TdClassName
{
border-color: #80BCFC;
}
.TagClassName
{
border-color: #80BCFC;
}
</style>