Shades of Maya Blue #80C0F3
Tints of Maya Blue #80C0F3
RGB
CMYK
RGB Variations
Color information
#80C0F3 (or 0x80C0F3) is known color: Maya Blue. HEX triplet: 80, C0 and F3. RGB value is (128,192,243). Sum of RGB (Red+Green+Blue) = 128+192+243=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #80C0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0F3 is #7F3F0C. Grayscale: #B2B2B2. Windows color (decimal): -8339213 or 15974528. OLE color: 15974528.
HSL color Cylindrical-coordinate representation of color #80C0F3: hue angle of 206.61º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80C0F3 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 192 | 243 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.05 |
| HSL | 206.61º | 0.83% | 0.73% | - |
| HSV(B) | 206.61º | 0.47% | 0.95% | - |
| XYZ | 43.93 | 48.76 | 91.89 | - |
| YUV | 178.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 243 | 0.47 | 0.21 | 0 | 0.05 | 206.61 | 0.83 | 0.73 |
| Hex | 80 | C0 | F3 | 2F | 15 | 0 | 5 | CF | 53 | 49 |
| Octal | 200 | 300 | 363 | 57 | 25 | 0 | 5 | 317 | 123 | 111 |
| Binary | 10000000 | 11000000 | 11110011 | 101111 | 10101 | 0 | 101 | 11001111 | 1010011 | 1001001 |
Color Harmonies of #80C0F3
Complementary color
Monochromatic Colors of #80C0F3
Black with #80C0F3
Text Example
Text Example
White with #80C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0F3; }
p { color: rgb(128,192,243); }
H1.HeaderClassName
{
color: #80C0F3;
}
.AnyTagClassName
{
color: #80C0F3;
}
</style>
background-color css
<style>
a { background-color: #80C0F3; }
a { background-color: rgb(128,192,243); }
div.DivClassName
{
background-color: #80C0F3;
}
.BgClassName
{
background-color: #80C0F3;
}
</style>
border-color css
<style>
span { border-color: #80C0F3; }
span { border-color: rgb(128,192,243); }
td.TdClassName
{
border-color: #80C0F3;
}
.TagClassName
{
border-color: #80C0F3;
}
</style>