Shades of Maya Blue #80C0FB
Tints of Maya Blue #80C0FB
RGB
CMYK
RGB Variations
Color information
#80C0FB (or 0x80C0FB) is known color: Maya Blue. HEX triplet: 80, C0 and FB. RGB value is (128,192,251). Sum of RGB (Red+Green+Blue) = 128+192+251=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #80C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0FB is #7F3F04. Grayscale: #B3B3B3. Windows color (decimal): -8339205 or 16498816. OLE color: 16498816.
HSL color Cylindrical-coordinate representation of color #80C0FB: hue angle of 208.78º degrees, saturation: 0.94, 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 #80C0FB is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 192 | 251 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.02 |
| HSL | 208.78º | 0.94% | 0.74% | - |
| HSV(B) | 208.78º | 0.49% | 0.98% | - |
| XYZ | 45.16 | 49.25 | 98.39 | - |
| YUV | 179.59 | 168.3 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 251 | 0.49 | 0.24 | 0 | 0.02 | 208.78 | 0.94 | 0.74 |
| Hex | 80 | C0 | FB | 31 | 18 | 0 | 2 | D1 | 5E | 4A |
| Octal | 200 | 300 | 373 | 61 | 30 | 0 | 2 | 321 | 136 | 112 |
| Binary | 10000000 | 11000000 | 11111011 | 110001 | 11000 | 0 | 10 | 11010001 | 1011110 | 1001010 |
Color Harmonies of #80C0FB
Complementary color
Monochromatic Colors of #80C0FB
Black with #80C0FB
Text Example
Text Example
White with #80C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0FB; }
p { color: rgb(128,192,251); }
H1.HeaderClassName
{
color: #80C0FB;
}
.AnyTagClassName
{
color: #80C0FB;
}
</style>
background-color css
<style>
a { background-color: #80C0FB; }
a { background-color: rgb(128,192,251); }
div.DivClassName
{
background-color: #80C0FB;
}
.BgClassName
{
background-color: #80C0FB;
}
</style>
border-color css
<style>
span { border-color: #80C0FB; }
span { border-color: rgb(128,192,251); }
td.TdClassName
{
border-color: #80C0FB;
}
.TagClassName
{
border-color: #80C0FB;
}
</style>