Shades of Maya Blue #80BDF1
Tints of Maya Blue #80BDF1
RGB
CMYK
RGB Variations
Color information
#80BDF1 (or 0x80BDF1) is known color: Maya Blue. HEX triplet: 80, BD and F1. RGB value is (128,189,241). Sum of RGB (Red+Green+Blue) = 128+189+241=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #80BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDF1 is #7F420E. Grayscale: #B0B0B0. Windows color (decimal): -8339983 or 15842688. OLE color: 15842688.
HSL color Cylindrical-coordinate representation of color #80BDF1: hue angle of 207.61º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BDF1 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 189 | 241 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.05 |
| HSL | 207.61º | 0.8% | 0.72% | - |
| HSV(B) | 207.61º | 0.47% | 0.95% | - |
| XYZ | 42.98 | 47.34 | 90.09 | - |
| YUV | 176.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 241 | 0.47 | 0.22 | 0 | 0.05 | 207.61 | 0.8 | 0.72 |
| Hex | 80 | BD | F1 | 2F | 16 | 0 | 5 | D0 | 50 | 48 |
| Octal | 200 | 275 | 361 | 57 | 26 | 0 | 5 | 320 | 120 | 110 |
| Binary | 10000000 | 10111101 | 11110001 | 101111 | 10110 | 0 | 101 | 11010000 | 1010000 | 1001000 |
Color Harmonies of #80BDF1
Complementary color
Monochromatic Colors of #80BDF1
Black with #80BDF1
Text Example
Text Example
White with #80BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDF1; }
p { color: rgb(128,189,241); }
H1.HeaderClassName
{
color: #80BDF1;
}
.AnyTagClassName
{
color: #80BDF1;
}
</style>
background-color css
<style>
a { background-color: #80BDF1; }
a { background-color: rgb(128,189,241); }
div.DivClassName
{
background-color: #80BDF1;
}
.BgClassName
{
background-color: #80BDF1;
}
</style>
border-color css
<style>
span { border-color: #80BDF1; }
span { border-color: rgb(128,189,241); }
td.TdClassName
{
border-color: #80BDF1;
}
.TagClassName
{
border-color: #80BDF1;
}
</style>