Shades of Maya Blue #80BCF1
Tints of Maya Blue #80BCF1
RGB
CMYK
RGB Variations
Color information
#80BCF1 (or 0x80BCF1) is known color: Maya Blue. HEX triplet: 80, BC and F1. RGB value is (128,188,241). Sum of RGB (Red+Green+Blue) = 128+188+241=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #80BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCF1 is #7F430E. Grayscale: #AFAFAF. Windows color (decimal): -8340239 or 15842432. OLE color: 15842432.
HSL color Cylindrical-coordinate representation of color #80BCF1: hue angle of 208.14º 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 #80BCF1 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 188 | 241 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.05 |
| HSL | 208.14º | 0.8% | 0.72% | - |
| HSV(B) | 208.14º | 0.47% | 0.95% | - |
| XYZ | 42.76 | 46.91 | 90.02 | - |
| YUV | 176.1 | 164.62 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 241 | 0.47 | 0.22 | 0 | 0.05 | 208.14 | 0.8 | 0.72 |
| Hex | 80 | BC | F1 | 2F | 16 | 0 | 5 | D0 | 50 | 48 |
| Octal | 200 | 274 | 361 | 57 | 26 | 0 | 5 | 320 | 120 | 110 |
| Binary | 10000000 | 10111100 | 11110001 | 101111 | 10110 | 0 | 101 | 11010000 | 1010000 | 1001000 |
Color Harmonies of #80BCF1
Complementary color
Monochromatic Colors of #80BCF1
Black with #80BCF1
Text Example
Text Example
White with #80BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCF1; }
p { color: rgb(128,188,241); }
H1.HeaderClassName
{
color: #80BCF1;
}
.AnyTagClassName
{
color: #80BCF1;
}
</style>
background-color css
<style>
a { background-color: #80BCF1; }
a { background-color: rgb(128,188,241); }
div.DivClassName
{
background-color: #80BCF1;
}
.BgClassName
{
background-color: #80BCF1;
}
</style>
border-color css
<style>
span { border-color: #80BCF1; }
span { border-color: rgb(128,188,241); }
td.TdClassName
{
border-color: #80BCF1;
}
.TagClassName
{
border-color: #80BCF1;
}
</style>