Shades of Maya Blue #50BAFE
Tints of Maya Blue #50BAFE
RGB
CMYK
RGB Variations
Color information
#50BAFE (or 0x50BAFE) is known color: Maya Blue. HEX triplet: 50, BA and FE. RGB value is (80,186,254). Sum of RGB (Red+Green+Blue) = 80+186+254=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #50BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAFE is #AF4501. Grayscale: #A1A1A1. Windows color (decimal): -11486466 or 16693840. OLE color: 16693840.
HSL color Cylindrical-coordinate representation of color #50BAFE: hue angle of 203.45º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50BAFE is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 186 | 254 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.00 |
| HSL | 203.45º | 0.99% | 0.65% | - |
| HSV(B) | 203.45º | 0.69% | 1% | - |
| XYZ | 38.76 | 43.98 | 100.21 | - |
| YUV | 162.06 | 179.88 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 254 | 0.69 | 0.27 | 0 | 0.00 | 203.45 | 0.99 | 0.65 |
| Hex | 50 | BA | FE | 45 | 1B | 0 | 0 | CB | 63 | 41 |
| Octal | 120 | 272 | 376 | 105 | 33 | 0 | 0 | 313 | 143 | 101 |
| Binary | 1010000 | 10111010 | 11111110 | 1000101 | 11011 | 0 | 0 | 11001011 | 1100011 | 1000001 |
Color Harmonies of #50BAFE
Complementary color
Monochromatic Colors of #50BAFE
Black with #50BAFE
Text Example
Text Example
White with #50BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BAFE; }
p { color: rgb(80,186,254); }
H1.HeaderClassName
{
color: #50BAFE;
}
.AnyTagClassName
{
color: #50BAFE;
}
</style>
background-color css
<style>
a { background-color: #50BAFE; }
a { background-color: rgb(80,186,254); }
div.DivClassName
{
background-color: #50BAFE;
}
.BgClassName
{
background-color: #50BAFE;
}
</style>
border-color css
<style>
span { border-color: #50BAFE; }
span { border-color: rgb(80,186,254); }
td.TdClassName
{
border-color: #50BAFE;
}
.TagClassName
{
border-color: #50BAFE;
}
</style>