Shades of Maya Blue #80BEF8
Tints of Maya Blue #80BEF8
RGB
CMYK
RGB Variations
Color information
#80BEF8 (or 0x80BEF8) is known color: Maya Blue. HEX triplet: 80, BE and F8. RGB value is (128,190,248). Sum of RGB (Red+Green+Blue) = 128+190+248=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #80BEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEF8 is #7F4107. Grayscale: #B1B1B1. Windows color (decimal): -8339720 or 16301696. OLE color: 16301696.
HSL color Cylindrical-coordinate representation of color #80BEF8: hue angle of 209º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BEF8 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 190 | 248 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.03 |
| HSL | 209º | 0.9% | 0.74% | - |
| HSV(B) | 209º | 0.48% | 0.97% | - |
| XYZ | 44.26 | 48.19 | 95.78 | - |
| YUV | 178.07 | 167.46 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 248 | 0.48 | 0.23 | 0 | 0.03 | 209 | 0.9 | 0.74 |
| Hex | 80 | BE | F8 | 30 | 17 | 0 | 3 | D1 | 5A | 4A |
| Octal | 200 | 276 | 370 | 60 | 27 | 0 | 3 | 321 | 132 | 112 |
| Binary | 10000000 | 10111110 | 11111000 | 110000 | 10111 | 0 | 11 | 11010001 | 1011010 | 1001010 |
Color Harmonies of #80BEF8
Complementary color
Monochromatic Colors of #80BEF8
Black with #80BEF8
Text Example
Text Example
White with #80BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEF8; }
p { color: rgb(128,190,248); }
H1.HeaderClassName
{
color: #80BEF8;
}
.AnyTagClassName
{
color: #80BEF8;
}
</style>
background-color css
<style>
a { background-color: #80BEF8; }
a { background-color: rgb(128,190,248); }
div.DivClassName
{
background-color: #80BEF8;
}
.BgClassName
{
background-color: #80BEF8;
}
</style>
border-color css
<style>
span { border-color: #80BEF8; }
span { border-color: rgb(128,190,248); }
td.TdClassName
{
border-color: #80BEF8;
}
.TagClassName
{
border-color: #80BEF8;
}
</style>