Shades of Maya Blue #50BDFE
Tints of Maya Blue #50BDFE
RGB
CMYK
RGB Variations
Color information
#50BDFE (or 0x50BDFE) is known color: Maya Blue. HEX triplet: 50, BD and FE. RGB value is (80,189,254). Sum of RGB (Red+Green+Blue) = 80+189+254=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #50BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDFE is #AF4201. Grayscale: #A3A3A3. Windows color (decimal): -11485698 or 16694608. OLE color: 16694608.
HSL color Cylindrical-coordinate representation of color #50BDFE: hue angle of 202.41º 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 #50BDFE is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 189 | 254 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.00 |
| HSL | 202.41º | 0.99% | 0.65% | - |
| HSV(B) | 202.41º | 0.69% | 1% | - |
| XYZ | 39.4 | 45.26 | 100.42 | - |
| YUV | 163.82 | 178.89 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 254 | 0.69 | 0.26 | 0 | 0.00 | 202.41 | 0.99 | 0.65 |
| Hex | 50 | BD | FE | 45 | 1A | 0 | 0 | CA | 63 | 41 |
| Octal | 120 | 275 | 376 | 105 | 32 | 0 | 0 | 312 | 143 | 101 |
| Binary | 1010000 | 10111101 | 11111110 | 1000101 | 11010 | 0 | 0 | 11001010 | 1100011 | 1000001 |
Color Harmonies of #50BDFE
Complementary color
Monochromatic Colors of #50BDFE
Black with #50BDFE
Text Example
Text Example
White with #50BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDFE; }
p { color: rgb(80,189,254); }
H1.HeaderClassName
{
color: #50BDFE;
}
.AnyTagClassName
{
color: #50BDFE;
}
</style>
background-color css
<style>
a { background-color: #50BDFE; }
a { background-color: rgb(80,189,254); }
div.DivClassName
{
background-color: #50BDFE;
}
.BgClassName
{
background-color: #50BDFE;
}
</style>
border-color css
<style>
span { border-color: #50BDFE; }
span { border-color: rgb(80,189,254); }
td.TdClassName
{
border-color: #50BDFE;
}
.TagClassName
{
border-color: #50BDFE;
}
</style>