Shades of Maya Blue #80B9F9
Tints of Maya Blue #80B9F9
RGB
CMYK
RGB Variations
Color information
#80B9F9 (or 0x80B9F9) is known color: Maya Blue. HEX triplet: 80, B9 and F9. RGB value is (128,185,249). Sum of RGB (Red+Green+Blue) = 128+185+249=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #80B9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B9F9 is #7F4606. Grayscale: #AEAEAE. Windows color (decimal): -8340999 or 16365952. OLE color: 16365952.
HSL color Cylindrical-coordinate representation of color #80B9F9: hue angle of 211.74º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80B9F9 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 185 | 249 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.02 |
| HSL | 211.74º | 0.91% | 0.74% | - |
| HSV(B) | 211.74º | 0.49% | 0.98% | - |
| XYZ | 43.35 | 46.13 | 96.24 | - |
| YUV | 175.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 249 | 0.49 | 0.26 | 0 | 0.02 | 211.74 | 0.91 | 0.74 |
| Hex | 80 | B9 | F9 | 31 | 1A | 0 | 2 | D4 | 5B | 4A |
| Octal | 200 | 271 | 371 | 61 | 32 | 0 | 2 | 324 | 133 | 112 |
| Binary | 10000000 | 10111001 | 11111001 | 110001 | 11010 | 0 | 10 | 11010100 | 1011011 | 1001010 |
Color Harmonies of #80B9F9
Complementary color
Monochromatic Colors of #80B9F9
Black with #80B9F9
Text Example
Text Example
White with #80B9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B9F9; }
p { color: rgb(128,185,249); }
H1.HeaderClassName
{
color: #80B9F9;
}
.AnyTagClassName
{
color: #80B9F9;
}
</style>
background-color css
<style>
a { background-color: #80B9F9; }
a { background-color: rgb(128,185,249); }
div.DivClassName
{
background-color: #80B9F9;
}
.BgClassName
{
background-color: #80B9F9;
}
</style>
border-color css
<style>
span { border-color: #80B9F9; }
span { border-color: rgb(128,185,249); }
td.TdClassName
{
border-color: #80B9F9;
}
.TagClassName
{
border-color: #80B9F9;
}
</style>