Shades of Maya Blue #80C2FE
Tints of Maya Blue #80C2FE
RGB
CMYK
RGB Variations
Color information
#80C2FE (or 0x80C2FE) is known color: Maya Blue. HEX triplet: 80, C2 and FE. RGB value is (128,194,254). Sum of RGB (Red+Green+Blue) = 128+194+254=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C2FE is #7F3D01. Grayscale: #B4B4B4. Windows color (decimal): -8338690 or 16695936. OLE color: 16695936.
HSL color Cylindrical-coordinate representation of color #80C2FE: hue angle of 208.57º 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 #80C2FE is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 194 | 254 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.00 |
| HSL | 208.57º | 0.98% | 0.75% | - |
| HSV(B) | 208.57º | 0.5% | 1% | - |
| XYZ | 46.08 | 50.33 | 101.05 | - |
| YUV | 181.11 | 169.13 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 254 | 0.50 | 0.24 | 0 | 0.00 | 208.57 | 0.98 | 0.75 |
| Hex | 80 | C2 | FE | 32 | 18 | 0 | 0 | D1 | 62 | 4B |
| Octal | 200 | 302 | 376 | 62 | 30 | 0 | 0 | 321 | 142 | 113 |
| Binary | 10000000 | 11000010 | 11111110 | 110010 | 11000 | 0 | 0 | 11010001 | 1100010 | 1001011 |
Color Harmonies of #80C2FE
Complementary color
Monochromatic Colors of #80C2FE
Black with #80C2FE
Text Example
Text Example
White with #80C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C2FE; }
p { color: rgb(128,194,254); }
H1.HeaderClassName
{
color: #80C2FE;
}
.AnyTagClassName
{
color: #80C2FE;
}
</style>
background-color css
<style>
a { background-color: #80C2FE; }
a { background-color: rgb(128,194,254); }
div.DivClassName
{
background-color: #80C2FE;
}
.BgClassName
{
background-color: #80C2FE;
}
</style>
border-color css
<style>
span { border-color: #80C2FE; }
span { border-color: rgb(128,194,254); }
td.TdClassName
{
border-color: #80C2FE;
}
.TagClassName
{
border-color: #80C2FE;
}
</style>