Shades of Maya Blue #80BBEF
Tints of Maya Blue #80BBEF
RGB
CMYK
RGB Variations
Color information
#80BBEF (or 0x80BBEF) is known color: Maya Blue. HEX triplet: 80, BB and EF. RGB value is (128,187,239). Sum of RGB (Red+Green+Blue) = 128+187+239=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #80BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBEF is #7F4410. Grayscale: #AFAFAF. Windows color (decimal): -8340497 or 15711104. OLE color: 15711104.
HSL color Cylindrical-coordinate representation of color #80BBEF: hue angle of 208.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BBEF is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 187 | 239 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.06 |
| HSL | 208.11º | 0.78% | 0.72% | - |
| HSV(B) | 208.11º | 0.46% | 0.94% | - |
| XYZ | 42.25 | 46.36 | 88.38 | - |
| YUV | 175.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 239 | 0.46 | 0.22 | 0 | 0.06 | 208.11 | 0.78 | 0.72 |
| Hex | 80 | BB | EF | 2E | 16 | 0 | 6 | D0 | 4E | 48 |
| Octal | 200 | 273 | 357 | 56 | 26 | 0 | 6 | 320 | 116 | 110 |
| Binary | 10000000 | 10111011 | 11101111 | 101110 | 10110 | 0 | 110 | 11010000 | 1001110 | 1001000 |
Color Harmonies of #80BBEF
Complementary color
Monochromatic Colors of #80BBEF
Black with #80BBEF
Text Example
Text Example
White with #80BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBEF; }
p { color: rgb(128,187,239); }
H1.HeaderClassName
{
color: #80BBEF;
}
.AnyTagClassName
{
color: #80BBEF;
}
</style>
background-color css
<style>
a { background-color: #80BBEF; }
a { background-color: rgb(128,187,239); }
div.DivClassName
{
background-color: #80BBEF;
}
.BgClassName
{
background-color: #80BBEF;
}
</style>
border-color css
<style>
span { border-color: #80BBEF; }
span { border-color: rgb(128,187,239); }
td.TdClassName
{
border-color: #80BBEF;
}
.TagClassName
{
border-color: #80BBEF;
}
</style>