Shades of Maya Blue #50BCFE
Tints of Maya Blue #50BCFE
RGB
CMYK
RGB Variations
Color information
#50BCFE (or 0x50BCFE) is known color: Maya Blue. HEX triplet: 50, BC and FE. RGB value is (80,188,254). Sum of RGB (Red+Green+Blue) = 80+188+254=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #50BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCFE is #AF4301. Grayscale: #A2A2A2. Windows color (decimal): -11485954 or 16694352. OLE color: 16694352.
HSL color Cylindrical-coordinate representation of color #50BCFE: hue angle of 202.76º 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 #50BCFE is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 188 | 254 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.00 |
| HSL | 202.76º | 0.99% | 0.65% | - |
| HSV(B) | 202.76º | 0.69% | 1% | - |
| XYZ | 39.18 | 44.83 | 100.35 | - |
| YUV | 163.23 | 179.22 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 254 | 0.69 | 0.26 | 0 | 0.00 | 202.76 | 0.99 | 0.65 |
| Hex | 50 | BC | FE | 45 | 1A | 0 | 0 | CB | 63 | 41 |
| Octal | 120 | 274 | 376 | 105 | 32 | 0 | 0 | 313 | 143 | 101 |
| Binary | 1010000 | 10111100 | 11111110 | 1000101 | 11010 | 0 | 0 | 11001011 | 1100011 | 1000001 |
Color Harmonies of #50BCFE
Complementary color
Monochromatic Colors of #50BCFE
Black with #50BCFE
Text Example
Text Example
White with #50BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCFE; }
p { color: rgb(80,188,254); }
H1.HeaderClassName
{
color: #50BCFE;
}
.AnyTagClassName
{
color: #50BCFE;
}
</style>
background-color css
<style>
a { background-color: #50BCFE; }
a { background-color: rgb(80,188,254); }
div.DivClassName
{
background-color: #50BCFE;
}
.BgClassName
{
background-color: #50BCFE;
}
</style>
border-color css
<style>
span { border-color: #50BCFE; }
span { border-color: rgb(80,188,254); }
td.TdClassName
{
border-color: #50BCFE;
}
.TagClassName
{
border-color: #50BCFE;
}
</style>