Shades of Maya Blue #80C0F9
Tints of Maya Blue #80C0F9
RGB
CMYK
RGB Variations
Color information
#80C0F9 (or 0x80C0F9) is known color: Maya Blue. HEX triplet: 80, C0 and F9. RGB value is (128,192,249). Sum of RGB (Red+Green+Blue) = 128+192+249=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #80C0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0F9 is #7F3F06. Grayscale: #B3B3B3. Windows color (decimal): -8339207 or 16367744. OLE color: 16367744.
HSL color Cylindrical-coordinate representation of color #80C0F9: hue angle of 208.26º 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 #80C0F9 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 192 | 249 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.02 |
| HSL | 208.26º | 0.91% | 0.74% | - |
| HSV(B) | 208.26º | 0.49% | 0.98% | - |
| XYZ | 44.85 | 49.13 | 96.74 | - |
| YUV | 179.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 249 | 0.49 | 0.23 | 0 | 0.02 | 208.26 | 0.91 | 0.74 |
| Hex | 80 | C0 | F9 | 31 | 17 | 0 | 2 | D0 | 5B | 4A |
| Octal | 200 | 300 | 371 | 61 | 27 | 0 | 2 | 320 | 133 | 112 |
| Binary | 10000000 | 11000000 | 11111001 | 110001 | 10111 | 0 | 10 | 11010000 | 1011011 | 1001010 |
Color Harmonies of #80C0F9
Complementary color
Monochromatic Colors of #80C0F9
Black with #80C0F9
Text Example
Text Example
White with #80C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0F9; }
p { color: rgb(128,192,249); }
H1.HeaderClassName
{
color: #80C0F9;
}
.AnyTagClassName
{
color: #80C0F9;
}
</style>
background-color css
<style>
a { background-color: #80C0F9; }
a { background-color: rgb(128,192,249); }
div.DivClassName
{
background-color: #80C0F9;
}
.BgClassName
{
background-color: #80C0F9;
}
</style>
border-color css
<style>
span { border-color: #80C0F9; }
span { border-color: rgb(128,192,249); }
td.TdClassName
{
border-color: #80C0F9;
}
.TagClassName
{
border-color: #80C0F9;
}
</style>