Shades of Maya Blue #80BDFF
Tints of Maya Blue #80BDFF
RGB
CMYK
RGB Variations
Color information
#80BDFF (or 0x80BDFF) is known color: Maya Blue. HEX triplet: 80, BD and FF. RGB value is (128,189,255). Sum of RGB (Red+Green+Blue) = 128+189+255=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDFF is #7F4200. Grayscale: #B1B1B1. Windows color (decimal): -8339969 or 16760192. OLE color: 16760192.
HSL color Cylindrical-coordinate representation of color #80BDFF: hue angle of 211.18º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BDFF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 189 | 255 | - |
| CMYK | 0.50 | 0.26 | 0 | 0 |
| HSL | 211.18º | 1% | 0.75% | - |
| HSV(B) | 211.18º | 0.5% | 1% | - |
| XYZ | 45.15 | 48.2 | 101.53 | - |
| YUV | 178.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 255 | 0.50 | 0.26 | 0 | 0 | 211.18 | 1 | 0.75 |
| Hex | 80 | BD | FF | 32 | 1A | 0 | 0 | D3 | 64 | 4B |
| Octal | 200 | 275 | 377 | 62 | 32 | 0 | 0 | 323 | 144 | 113 |
| Binary | 10000000 | 10111101 | 11111111 | 110010 | 11010 | 0 | 0 | 11010011 | 1100100 | 1001011 |
Color Harmonies of #80BDFF
Complementary color
Monochromatic Colors of #80BDFF
Black with #80BDFF
Text Example
Text Example
White with #80BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDFF; }
p { color: rgb(128,189,255); }
H1.HeaderClassName
{
color: #80BDFF;
}
.AnyTagClassName
{
color: #80BDFF;
}
</style>
background-color css
<style>
a { background-color: #80BDFF; }
a { background-color: rgb(128,189,255); }
div.DivClassName
{
background-color: #80BDFF;
}
.BgClassName
{
background-color: #80BDFF;
}
</style>
border-color css
<style>
span { border-color: #80BDFF; }
span { border-color: rgb(128,189,255); }
td.TdClassName
{
border-color: #80BDFF;
}
.TagClassName
{
border-color: #80BDFF;
}
</style>