Shades of Maya Blue #80C4FE
Tints of Maya Blue #80C4FE
RGB
CMYK
RGB Variations
Color information
#80C4FE (or 0x80C4FE) is known color: Maya Blue. HEX triplet: 80, C4 and FE. RGB value is (128,196,254). Sum of RGB (Red+Green+Blue) = 128+196+254=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C4FE is #7F3B01. Grayscale: #B5B5B5. Windows color (decimal): -8338178 or 16696448. OLE color: 16696448.
HSL color Cylindrical-coordinate representation of color #80C4FE: hue angle of 207.62º 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 #80C4FE is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 196 | 254 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.00 |
| HSL | 207.62º | 0.98% | 0.75% | - |
| HSV(B) | 207.62º | 0.5% | 1% | - |
| XYZ | 46.53 | 51.22 | 101.2 | - |
| YUV | 182.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 254 | 0.50 | 0.23 | 0 | 0.00 | 207.62 | 0.98 | 0.75 |
| Hex | 80 | C4 | FE | 32 | 17 | 0 | 0 | D0 | 62 | 4B |
| Octal | 200 | 304 | 376 | 62 | 27 | 0 | 0 | 320 | 142 | 113 |
| Binary | 10000000 | 11000100 | 11111110 | 110010 | 10111 | 0 | 0 | 11010000 | 1100010 | 1001011 |
Color Harmonies of #80C4FE
Complementary color
Monochromatic Colors of #80C4FE
Black with #80C4FE
Text Example
Text Example
White with #80C4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C4FE; }
p { color: rgb(128,196,254); }
H1.HeaderClassName
{
color: #80C4FE;
}
.AnyTagClassName
{
color: #80C4FE;
}
</style>
background-color css
<style>
a { background-color: #80C4FE; }
a { background-color: rgb(128,196,254); }
div.DivClassName
{
background-color: #80C4FE;
}
.BgClassName
{
background-color: #80C4FE;
}
</style>
border-color css
<style>
span { border-color: #80C4FE; }
span { border-color: rgb(128,196,254); }
td.TdClassName
{
border-color: #80C4FE;
}
.TagClassName
{
border-color: #80C4FE;
}
</style>