Shades of Maya Blue #80BCEC
Tints of Maya Blue #80BCEC
RGB
CMYK
RGB Variations
Color information
#80BCEC (or 0x80BCEC) is known color: Maya Blue. HEX triplet: 80, BC and EC. RGB value is (128,188,236). Sum of RGB (Red+Green+Blue) = 128+188+236=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #80BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCEC is #7F4313. Grayscale: #AFAFAF. Windows color (decimal): -8340244 or 15514752. OLE color: 15514752.
HSL color Cylindrical-coordinate representation of color #80BCEC: hue angle of 206.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BCEC is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 188 | 236 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.07 |
| HSL | 206.67º | 0.74% | 0.71% | - |
| HSV(B) | 206.67º | 0.46% | 0.93% | - |
| XYZ | 42.03 | 46.61 | 86.14 | - |
| YUV | 175.53 | 162.12 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 236 | 0.46 | 0.20 | 0 | 0.07 | 206.67 | 0.74 | 0.71 |
| Hex | 80 | BC | EC | 2E | 14 | 0 | 7 | CF | 4A | 47 |
| Octal | 200 | 274 | 354 | 56 | 24 | 0 | 7 | 317 | 112 | 107 |
| Binary | 10000000 | 10111100 | 11101100 | 101110 | 10100 | 0 | 111 | 11001111 | 1001010 | 1000111 |
Color Harmonies of #80BCEC
Complementary color
Monochromatic Colors of #80BCEC
Black with #80BCEC
Text Example
Text Example
White with #80BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCEC; }
p { color: rgb(128,188,236); }
H1.HeaderClassName
{
color: #80BCEC;
}
.AnyTagClassName
{
color: #80BCEC;
}
</style>
background-color css
<style>
a { background-color: #80BCEC; }
a { background-color: rgb(128,188,236); }
div.DivClassName
{
background-color: #80BCEC;
}
.BgClassName
{
background-color: #80BCEC;
}
</style>
border-color css
<style>
span { border-color: #80BCEC; }
span { border-color: rgb(128,188,236); }
td.TdClassName
{
border-color: #80BCEC;
}
.TagClassName
{
border-color: #80BCEC;
}
</style>