Shades of Maya Blue #80BCEB
Tints of Maya Blue #80BCEB
RGB
CMYK
RGB Variations
Color information
#80BCEB (or 0x80BCEB) is known color: Maya Blue. HEX triplet: 80, BC and EB. RGB value is (128,188,235). Sum of RGB (Red+Green+Blue) = 128+188+235=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #80BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCEB is #7F4314. Grayscale: #AFAFAF. Windows color (decimal): -8340245 or 15449216. OLE color: 15449216.
HSL color Cylindrical-coordinate representation of color #80BCEB: hue angle of 206.36º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BCEB is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 188 | 235 | - |
| CMYK | 0.46 | 0.2 | 0 | 0.08 |
| HSL | 206.36º | 0.73% | 0.71% | - |
| HSV(B) | 206.36º | 0.46% | 0.92% | - |
| XYZ | 41.88 | 46.55 | 85.38 | - |
| YUV | 175.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 235 | 0.46 | 0.2 | 0 | 0.08 | 206.36 | 0.73 | 0.71 |
| Hex | 80 | BC | EB | 2E | 14 | 0 | 8 | CE | 49 | 47 |
| Octal | 200 | 274 | 353 | 56 | 24 | 0 | 10 | 316 | 111 | 107 |
| Binary | 10000000 | 10111100 | 11101011 | 101110 | 10100 | 0 | 1000 | 11001110 | 1001001 | 1000111 |
Color Harmonies of #80BCEB
Complementary color
Monochromatic Colors of #80BCEB
Black with #80BCEB
Text Example
Text Example
White with #80BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCEB; }
p { color: rgb(128,188,235); }
H1.HeaderClassName
{
color: #80BCEB;
}
.AnyTagClassName
{
color: #80BCEB;
}
</style>
background-color css
<style>
a { background-color: #80BCEB; }
a { background-color: rgb(128,188,235); }
div.DivClassName
{
background-color: #80BCEB;
}
.BgClassName
{
background-color: #80BCEB;
}
</style>
border-color css
<style>
span { border-color: #80BCEB; }
span { border-color: rgb(128,188,235); }
td.TdClassName
{
border-color: #80BCEB;
}
.TagClassName
{
border-color: #80BCEB;
}
</style>