Shades of Maya Blue #80BAF2
Tints of Maya Blue #80BAF2
RGB
CMYK
RGB Variations
Color information
#80BAF2 (or 0x80BAF2) is known color: Maya Blue. HEX triplet: 80, BA and F2. RGB value is (128,186,242). Sum of RGB (Red+Green+Blue) = 128+186+242=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #80BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAF2 is #7F450D. Grayscale: #AEAEAE. Windows color (decimal): -8340750 or 15907456. OLE color: 15907456.
HSL color Cylindrical-coordinate representation of color #80BAF2: hue angle of 209.47º 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 #80BAF2 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 186 | 242 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.05 |
| HSL | 209.47º | 0.81% | 0.73% | - |
| HSV(B) | 209.47º | 0.47% | 0.95% | - |
| XYZ | 42.49 | 46.12 | 90.67 | - |
| YUV | 175.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 242 | 0.47 | 0.23 | 0 | 0.05 | 209.47 | 0.81 | 0.73 |
| Hex | 80 | BA | F2 | 2F | 17 | 0 | 5 | D1 | 51 | 49 |
| Octal | 200 | 272 | 362 | 57 | 27 | 0 | 5 | 321 | 121 | 111 |
| Binary | 10000000 | 10111010 | 11110010 | 101111 | 10111 | 0 | 101 | 11010001 | 1010001 | 1001001 |
Color Harmonies of #80BAF2
Complementary color
Monochromatic Colors of #80BAF2
Black with #80BAF2
Text Example
Text Example
White with #80BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAF2; }
p { color: rgb(128,186,242); }
H1.HeaderClassName
{
color: #80BAF2;
}
.AnyTagClassName
{
color: #80BAF2;
}
</style>
background-color css
<style>
a { background-color: #80BAF2; }
a { background-color: rgb(128,186,242); }
div.DivClassName
{
background-color: #80BAF2;
}
.BgClassName
{
background-color: #80BAF2;
}
</style>
border-color css
<style>
span { border-color: #80BAF2; }
span { border-color: rgb(128,186,242); }
td.TdClassName
{
border-color: #80BAF2;
}
.TagClassName
{
border-color: #80BAF2;
}
</style>