Shades of Maya Blue #50BDFF
Tints of Maya Blue #50BDFF
RGB
CMYK
RGB Variations
Color information
#50BDFF (or 0x50BDFF) is known color: Maya Blue. HEX triplet: 50, BD and FF. RGB value is (80,189,255). Sum of RGB (Red+Green+Blue) = 80+189+255=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #50BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDFF is #AF4200. Grayscale: #A3A3A3. Windows color (decimal): -11485697 or 16760144. OLE color: 16760144.
HSL color Cylindrical-coordinate representation of color #50BDFF: hue angle of 202.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50BDFF is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 189 | 255 | - |
| CMYK | 0.69 | 0.26 | 0 | 0 |
| HSL | 202.63º | 1% | 0.66% | - |
| HSV(B) | 202.63º | 0.69% | 1% | - |
| XYZ | 39.56 | 45.32 | 101.27 | - |
| YUV | 163.93 | 179.39 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 255 | 0.69 | 0.26 | 0 | 0 | 202.63 | 1 | 0.66 |
| Hex | 50 | BD | FF | 45 | 1A | 0 | 0 | CB | 64 | 42 |
| Octal | 120 | 275 | 377 | 105 | 32 | 0 | 0 | 313 | 144 | 102 |
| Binary | 1010000 | 10111101 | 11111111 | 1000101 | 11010 | 0 | 0 | 11001011 | 1100100 | 1000010 |
Color Harmonies of #50BDFF
Complementary color
Monochromatic Colors of #50BDFF
Black with #50BDFF
Text Example
Text Example
White with #50BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDFF; }
p { color: rgb(80,189,255); }
H1.HeaderClassName
{
color: #50BDFF;
}
.AnyTagClassName
{
color: #50BDFF;
}
</style>
background-color css
<style>
a { background-color: #50BDFF; }
a { background-color: rgb(80,189,255); }
div.DivClassName
{
background-color: #50BDFF;
}
.BgClassName
{
background-color: #50BDFF;
}
</style>
border-color css
<style>
span { border-color: #50BDFF; }
span { border-color: rgb(80,189,255); }
td.TdClassName
{
border-color: #50BDFF;
}
.TagClassName
{
border-color: #50BDFF;
}
</style>