Shades of Maya Blue #80BCEA
Tints of Maya Blue #80BCEA
RGB
CMYK
RGB Variations
Color information
#80BCEA (or 0x80BCEA) is known color: Maya Blue. HEX triplet: 80, BC and EA. RGB value is (128,188,234). Sum of RGB (Red+Green+Blue) = 128+188+234=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #80BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCEA is #7F4315. Grayscale: #AFAFAF. Windows color (decimal): -8340246 or 15383680. OLE color: 15383680.
HSL color Cylindrical-coordinate representation of color #80BCEA: hue angle of 206.04º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80BCEA is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 188 | 234 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.08 |
| HSL | 206.04º | 0.72% | 0.71% | - |
| HSV(B) | 206.04º | 0.45% | 0.92% | - |
| XYZ | 41.74 | 46.5 | 84.62 | - |
| YUV | 175.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 234 | 0.45 | 0.20 | 0 | 0.08 | 206.04 | 0.72 | 0.71 |
| Hex | 80 | BC | EA | 2D | 14 | 0 | 8 | CE | 48 | 47 |
| Octal | 200 | 274 | 352 | 55 | 24 | 0 | 10 | 316 | 110 | 107 |
| Binary | 10000000 | 10111100 | 11101010 | 101101 | 10100 | 0 | 1000 | 11001110 | 1001000 | 1000111 |
Color Harmonies of #80BCEA
Complementary color
Monochromatic Colors of #80BCEA
Black with #80BCEA
Text Example
Text Example
White with #80BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCEA; }
p { color: rgb(128,188,234); }
H1.HeaderClassName
{
color: #80BCEA;
}
.AnyTagClassName
{
color: #80BCEA;
}
</style>
background-color css
<style>
a { background-color: #80BCEA; }
a { background-color: rgb(128,188,234); }
div.DivClassName
{
background-color: #80BCEA;
}
.BgClassName
{
background-color: #80BCEA;
}
</style>
border-color css
<style>
span { border-color: #80BCEA; }
span { border-color: rgb(128,188,234); }
td.TdClassName
{
border-color: #80BCEA;
}
.TagClassName
{
border-color: #80BCEA;
}
</style>