Shades of Maya Blue #80BAFD
Tints of Maya Blue #80BAFD
RGB
CMYK
RGB Variations
Color information
#80BAFD (or 0x80BAFD) is known color: Maya Blue. HEX triplet: 80, BA and FD. RGB value is (128,186,253). Sum of RGB (Red+Green+Blue) = 128+186+253=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #80BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAFD is #7F4502. Grayscale: #AFAFAF. Windows color (decimal): -8340739 or 16628352. OLE color: 16628352.
HSL color Cylindrical-coordinate representation of color #80BAFD: hue angle of 212.16º degrees, saturation: 0.97, 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 #80BAFD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 186 | 253 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.01 |
| HSL | 212.16º | 0.97% | 0.75% | - |
| HSV(B) | 212.16º | 0.49% | 0.99% | - |
| XYZ | 44.19 | 46.8 | 99.63 | - |
| YUV | 176.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 253 | 0.49 | 0.26 | 0 | 0.01 | 212.16 | 0.97 | 0.75 |
| Hex | 80 | BA | FD | 31 | 1A | 0 | 1 | D4 | 61 | 4B |
| Octal | 200 | 272 | 375 | 61 | 32 | 0 | 1 | 324 | 141 | 113 |
| Binary | 10000000 | 10111010 | 11111101 | 110001 | 11010 | 0 | 1 | 11010100 | 1100001 | 1001011 |
Color Harmonies of #80BAFD
Complementary color
Monochromatic Colors of #80BAFD
Black with #80BAFD
Text Example
Text Example
White with #80BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAFD; }
p { color: rgb(128,186,253); }
H1.HeaderClassName
{
color: #80BAFD;
}
.AnyTagClassName
{
color: #80BAFD;
}
</style>
background-color css
<style>
a { background-color: #80BAFD; }
a { background-color: rgb(128,186,253); }
div.DivClassName
{
background-color: #80BAFD;
}
.BgClassName
{
background-color: #80BAFD;
}
</style>
border-color css
<style>
span { border-color: #80BAFD; }
span { border-color: rgb(128,186,253); }
td.TdClassName
{
border-color: #80BAFD;
}
.TagClassName
{
border-color: #80BAFD;
}
</style>