Shades of Maya Blue #80BFF4
Tints of Maya Blue #80BFF4
RGB
CMYK
RGB Variations
Color information
#80BFF4 (or 0x80BFF4) is known color: Maya Blue. HEX triplet: 80, BF and F4. RGB value is (128,191,244). Sum of RGB (Red+Green+Blue) = 128+191+244=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #80BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFF4 is #7F400B. Grayscale: #B1B1B1. Windows color (decimal): -8339468 or 16039808. OLE color: 16039808.
HSL color Cylindrical-coordinate representation of color #80BFF4: hue angle of 207.41º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BFF4 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 191 | 244 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.04 |
| HSL | 207.41º | 0.84% | 0.73% | - |
| HSV(B) | 207.41º | 0.48% | 0.96% | - |
| XYZ | 43.86 | 48.38 | 92.61 | - |
| YUV | 178.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 244 | 0.48 | 0.22 | 0 | 0.04 | 207.41 | 0.84 | 0.73 |
| Hex | 80 | BF | F4 | 30 | 16 | 0 | 4 | CF | 54 | 49 |
| Octal | 200 | 277 | 364 | 60 | 26 | 0 | 4 | 317 | 124 | 111 |
| Binary | 10000000 | 10111111 | 11110100 | 110000 | 10110 | 0 | 100 | 11001111 | 1010100 | 1001001 |
Color Harmonies of #80BFF4
Complementary color
Monochromatic Colors of #80BFF4
Black with #80BFF4
Text Example
Text Example
White with #80BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFF4; }
p { color: rgb(128,191,244); }
H1.HeaderClassName
{
color: #80BFF4;
}
.AnyTagClassName
{
color: #80BFF4;
}
</style>
background-color css
<style>
a { background-color: #80BFF4; }
a { background-color: rgb(128,191,244); }
div.DivClassName
{
background-color: #80BFF4;
}
.BgClassName
{
background-color: #80BFF4;
}
</style>
border-color css
<style>
span { border-color: #80BFF4; }
span { border-color: rgb(128,191,244); }
td.TdClassName
{
border-color: #80BFF4;
}
.TagClassName
{
border-color: #80BFF4;
}
</style>