Shades of Maya Blue #80BCED
Tints of Maya Blue #80BCED
RGB
CMYK
RGB Variations
Color information
#80BCED (or 0x80BCED) is known color: Maya Blue. HEX triplet: 80, BC and ED. RGB value is (128,188,237). Sum of RGB (Red+Green+Blue) = 128+188+237=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #80BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCED is #7F4312. Grayscale: #AFAFAF. Windows color (decimal): -8340243 or 15580288. OLE color: 15580288.
HSL color Cylindrical-coordinate representation of color #80BCED: hue angle of 206.97º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BCED is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 188 | 237 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.07 |
| HSL | 206.97º | 0.75% | 0.72% | - |
| HSV(B) | 206.97º | 0.46% | 0.93% | - |
| XYZ | 42.17 | 46.67 | 86.91 | - |
| YUV | 175.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 237 | 0.46 | 0.21 | 0 | 0.07 | 206.97 | 0.75 | 0.72 |
| Hex | 80 | BC | ED | 2E | 15 | 0 | 7 | CF | 4B | 48 |
| Octal | 200 | 274 | 355 | 56 | 25 | 0 | 7 | 317 | 113 | 110 |
| Binary | 10000000 | 10111100 | 11101101 | 101110 | 10101 | 0 | 111 | 11001111 | 1001011 | 1001000 |
Color Harmonies of #80BCED
Complementary color
Monochromatic Colors of #80BCED
Black with #80BCED
Text Example
Text Example
White with #80BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCED; }
p { color: rgb(128,188,237); }
H1.HeaderClassName
{
color: #80BCED;
}
.AnyTagClassName
{
color: #80BCED;
}
</style>
background-color css
<style>
a { background-color: #80BCED; }
a { background-color: rgb(128,188,237); }
div.DivClassName
{
background-color: #80BCED;
}
.BgClassName
{
background-color: #80BCED;
}
</style>
border-color css
<style>
span { border-color: #80BCED; }
span { border-color: rgb(128,188,237); }
td.TdClassName
{
border-color: #80BCED;
}
.TagClassName
{
border-color: #80BCED;
}
</style>