Shades of Maya Blue #80C3FF
Tints of Maya Blue #80C3FF
RGB
CMYK
RGB Variations
Color information
#80C3FF (or 0x80C3FF) is known color: Maya Blue. HEX triplet: 80, C3 and FF. RGB value is (128,195,255). Sum of RGB (Red+Green+Blue) = 128+195+255=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #80C3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C3FF is #7F3C00. Grayscale: #B5B5B5. Windows color (decimal): -8338433 or 16761728. OLE color: 16761728.
HSL color Cylindrical-coordinate representation of color #80C3FF: hue angle of 208.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C3FF is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 195 | 255 | - |
| CMYK | 0.50 | 0.24 | 0 | 0 |
| HSL | 208.35º | 1% | 0.75% | - |
| HSV(B) | 208.35º | 0.5% | 1% | - |
| XYZ | 46.47 | 50.84 | 101.97 | - |
| YUV | 181.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 255 | 0.50 | 0.24 | 0 | 0 | 208.35 | 1 | 0.75 |
| Hex | 80 | C3 | FF | 32 | 18 | 0 | 0 | D0 | 64 | 4B |
| Octal | 200 | 303 | 377 | 62 | 30 | 0 | 0 | 320 | 144 | 113 |
| Binary | 10000000 | 11000011 | 11111111 | 110010 | 11000 | 0 | 0 | 11010000 | 1100100 | 1001011 |
Color Harmonies of #80C3FF
Complementary color
Monochromatic Colors of #80C3FF
Black with #80C3FF
Text Example
Text Example
White with #80C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C3FF; }
p { color: rgb(128,195,255); }
H1.HeaderClassName
{
color: #80C3FF;
}
.AnyTagClassName
{
color: #80C3FF;
}
</style>
background-color css
<style>
a { background-color: #80C3FF; }
a { background-color: rgb(128,195,255); }
div.DivClassName
{
background-color: #80C3FF;
}
.BgClassName
{
background-color: #80C3FF;
}
</style>
border-color css
<style>
span { border-color: #80C3FF; }
span { border-color: rgb(128,195,255); }
td.TdClassName
{
border-color: #80C3FF;
}
.TagClassName
{
border-color: #80C3FF;
}
</style>