Shades of Maya Blue #80BDFD
Tints of Maya Blue #80BDFD
RGB
CMYK
RGB Variations
Color information
#80BDFD (or 0x80BDFD) is known color: Maya Blue. HEX triplet: 80, BD and FD. RGB value is (128,189,253). Sum of RGB (Red+Green+Blue) = 128+189+253=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #80BDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDFD is #7F4202. Grayscale: #B1B1B1. Windows color (decimal): -8339971 or 16629120. OLE color: 16629120.
HSL color Cylindrical-coordinate representation of color #80BDFD: hue angle of 210.72º 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 #80BDFD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 189 | 253 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.01 |
| HSL | 210.72º | 0.97% | 0.75% | - |
| HSV(B) | 210.72º | 0.49% | 0.99% | - |
| XYZ | 44.83 | 48.08 | 99.85 | - |
| YUV | 178.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 253 | 0.49 | 0.25 | 0 | 0.01 | 210.72 | 0.97 | 0.75 |
| Hex | 80 | BD | FD | 31 | 19 | 0 | 1 | D3 | 61 | 4B |
| Octal | 200 | 275 | 375 | 61 | 31 | 0 | 1 | 323 | 141 | 113 |
| Binary | 10000000 | 10111101 | 11111101 | 110001 | 11001 | 0 | 1 | 11010011 | 1100001 | 1001011 |
Color Harmonies of #80BDFD
Complementary color
Monochromatic Colors of #80BDFD
Black with #80BDFD
Text Example
Text Example
White with #80BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDFD; }
p { color: rgb(128,189,253); }
H1.HeaderClassName
{
color: #80BDFD;
}
.AnyTagClassName
{
color: #80BDFD;
}
</style>
background-color css
<style>
a { background-color: #80BDFD; }
a { background-color: rgb(128,189,253); }
div.DivClassName
{
background-color: #80BDFD;
}
.BgClassName
{
background-color: #80BDFD;
}
</style>
border-color css
<style>
span { border-color: #80BDFD; }
span { border-color: rgb(128,189,253); }
td.TdClassName
{
border-color: #80BDFD;
}
.TagClassName
{
border-color: #80BDFD;
}
</style>