Shades of Maya Blue #80B9FE
Tints of Maya Blue #80B9FE
RGB
CMYK
RGB Variations
Color information
#80B9FE (or 0x80B9FE) is known color: Maya Blue. HEX triplet: 80, B9 and FE. RGB value is (128,185,254). Sum of RGB (Red+Green+Blue) = 128+185+254=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #80B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B9FE is #7F4601. Grayscale: #AFAFAF. Windows color (decimal): -8340994 or 16693632. OLE color: 16693632.
HSL color Cylindrical-coordinate representation of color #80B9FE: hue angle of 212.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80B9FE is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 185 | 254 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.00 |
| HSL | 212.86º | 0.98% | 0.75% | - |
| HSV(B) | 212.86º | 0.5% | 1% | - |
| XYZ | 44.14 | 46.44 | 100.4 | - |
| YUV | 175.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 254 | 0.50 | 0.27 | 0 | 0.00 | 212.86 | 0.98 | 0.75 |
| Hex | 80 | B9 | FE | 32 | 1B | 0 | 0 | D5 | 62 | 4B |
| Octal | 200 | 271 | 376 | 62 | 33 | 0 | 0 | 325 | 142 | 113 |
| Binary | 10000000 | 10111001 | 11111110 | 110010 | 11011 | 0 | 0 | 11010101 | 1100010 | 1001011 |
Color Harmonies of #80B9FE
Complementary color
Monochromatic Colors of #80B9FE
Black with #80B9FE
Text Example
Text Example
White with #80B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B9FE; }
p { color: rgb(128,185,254); }
H1.HeaderClassName
{
color: #80B9FE;
}
.AnyTagClassName
{
color: #80B9FE;
}
</style>
background-color css
<style>
a { background-color: #80B9FE; }
a { background-color: rgb(128,185,254); }
div.DivClassName
{
background-color: #80B9FE;
}
.BgClassName
{
background-color: #80B9FE;
}
</style>
border-color css
<style>
span { border-color: #80B9FE; }
span { border-color: rgb(128,185,254); }
td.TdClassName
{
border-color: #80B9FE;
}
.TagClassName
{
border-color: #80B9FE;
}
</style>