Shades of Maya Blue #80B9F1
Tints of Maya Blue #80B9F1
RGB
CMYK
RGB Variations
Color information
#80B9F1 (or 0x80B9F1) is known color: Maya Blue. HEX triplet: 80, B9 and F1. RGB value is (128,185,241). Sum of RGB (Red+Green+Blue) = 128+185+241=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #80B9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B9F1 is #7F460E. Grayscale: #AEAEAE. Windows color (decimal): -8341007 or 15841664. OLE color: 15841664.
HSL color Cylindrical-coordinate representation of color #80B9F1: hue angle of 209.73º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80B9F1 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 185 | 241 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.05 |
| HSL | 209.73º | 0.8% | 0.72% | - |
| HSV(B) | 209.73º | 0.47% | 0.95% | - |
| XYZ | 42.13 | 45.64 | 89.81 | - |
| YUV | 174.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 241 | 0.47 | 0.23 | 0 | 0.05 | 209.73 | 0.8 | 0.72 |
| Hex | 80 | B9 | F1 | 2F | 17 | 0 | 5 | D2 | 50 | 48 |
| Octal | 200 | 271 | 361 | 57 | 27 | 0 | 5 | 322 | 120 | 110 |
| Binary | 10000000 | 10111001 | 11110001 | 101111 | 10111 | 0 | 101 | 11010010 | 1010000 | 1001000 |
Color Harmonies of #80B9F1
Complementary color
Monochromatic Colors of #80B9F1
Black with #80B9F1
Text Example
Text Example
White with #80B9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B9F1; }
p { color: rgb(128,185,241); }
H1.HeaderClassName
{
color: #80B9F1;
}
.AnyTagClassName
{
color: #80B9F1;
}
</style>
background-color css
<style>
a { background-color: #80B9F1; }
a { background-color: rgb(128,185,241); }
div.DivClassName
{
background-color: #80B9F1;
}
.BgClassName
{
background-color: #80B9F1;
}
</style>
border-color css
<style>
span { border-color: #80B9F1; }
span { border-color: rgb(128,185,241); }
td.TdClassName
{
border-color: #80B9F1;
}
.TagClassName
{
border-color: #80B9F1;
}
</style>