Shades of Maya Blue #80BBF2
Tints of Maya Blue #80BBF2
RGB
CMYK
RGB Variations
Color information
#80BBF2 (or 0x80BBF2) is known color: Maya Blue. HEX triplet: 80, BB and F2. RGB value is (128,187,242). Sum of RGB (Red+Green+Blue) = 128+187+242=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #80BBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBF2 is #7F440D. Grayscale: #AFAFAF. Windows color (decimal): -8340494 or 15907712. OLE color: 15907712.
HSL color Cylindrical-coordinate representation of color #80BBF2: hue angle of 208.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BBF2 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 187 | 242 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.05 |
| HSL | 208.95º | 0.81% | 0.73% | - |
| HSV(B) | 208.95º | 0.47% | 0.95% | - |
| XYZ | 42.7 | 46.54 | 90.74 | - |
| YUV | 175.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 242 | 0.47 | 0.23 | 0 | 0.05 | 208.95 | 0.81 | 0.73 |
| Hex | 80 | BB | F2 | 2F | 17 | 0 | 5 | D1 | 51 | 49 |
| Octal | 200 | 273 | 362 | 57 | 27 | 0 | 5 | 321 | 121 | 111 |
| Binary | 10000000 | 10111011 | 11110010 | 101111 | 10111 | 0 | 101 | 11010001 | 1010001 | 1001001 |
Color Harmonies of #80BBF2
Complementary color
Monochromatic Colors of #80BBF2
Black with #80BBF2
Text Example
Text Example
White with #80BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBF2; }
p { color: rgb(128,187,242); }
H1.HeaderClassName
{
color: #80BBF2;
}
.AnyTagClassName
{
color: #80BBF2;
}
</style>
background-color css
<style>
a { background-color: #80BBF2; }
a { background-color: rgb(128,187,242); }
div.DivClassName
{
background-color: #80BBF2;
}
.BgClassName
{
background-color: #80BBF2;
}
</style>
border-color css
<style>
span { border-color: #80BBF2; }
span { border-color: rgb(128,187,242); }
td.TdClassName
{
border-color: #80BBF2;
}
.TagClassName
{
border-color: #80BBF2;
}
</style>