Shades of Maya Blue #80C0FF
Tints of Maya Blue #80C0FF
RGB
CMYK
RGB Variations
Color information
#80C0FF (or 0x80C0FF) is known color: Maya Blue. HEX triplet: 80, C0 and FF. RGB value is (128,192,255). Sum of RGB (Red+Green+Blue) = 128+192+255=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #80C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0FF is #7F3F00. Grayscale: #B3B3B3. Windows color (decimal): -8339201 or 16760960. OLE color: 16760960.
HSL color Cylindrical-coordinate representation of color #80C0FF: hue angle of 209.76º 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 #80C0FF is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 128 | 192 | 255 | - |
CMYK | 0.50 | 0.25 | 0 | 0 |
HSL | 209.76º | 1% | 0.75% | - |
HSV(B) | 209.76º | 0.5% | 1% | - |
XYZ | 45.8 | 49.51 | 101.75 | - |
YUV | 180.05 | 170.3 | 90.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 192 | 255 | 0.50 | 0.25 | 0 | 0 | 209.76 | 1 | 0.75 |
Hex | 80 | C0 | FF | 32 | 19 | 0 | 0 | D2 | 64 | 4B |
Octal | 200 | 300 | 377 | 62 | 31 | 0 | 0 | 322 | 144 | 113 |
Binary | 10000000 | 11000000 | 11111111 | 110010 | 11001 | 0 | 0 | 11010010 | 1100100 | 1001011 |
Color Harmonies of #80C0FF
Complementary color
Monochromatic Colors of #80C0FF
Black with #80C0FF
Text Example
Text Example
White with #80C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0FF; }
p { color: rgb(128,192,255); }
H1.HeaderClassName
{
color: #80C0FF;
}
.AnyTagClassName
{
color: #80C0FF;
}
</style>
background-color css
<style>
a { background-color: #80C0FF; }
a { background-color: rgb(128,192,255); }
div.DivClassName
{
background-color: #80C0FF;
}
.BgClassName
{
background-color: #80C0FF;
}
</style>
border-color css
<style>
span { border-color: #80C0FF; }
span { border-color: rgb(128,192,255); }
td.TdClassName
{
border-color: #80C0FF;
}
.TagClassName
{
border-color: #80C0FF;
}
</style>