Shades of Maya Blue #50B5FF
Tints of Maya Blue #50B5FF
RGB
CMYK
RGB Variations
Color information
#50B5FF (or 0x50B5FF) is known color: Maya Blue. HEX triplet: 50, B5 and FF. RGB value is (80,181,255). Sum of RGB (Red+Green+Blue) = 80+181+255=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #50B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5FF is #AF4A00. Grayscale: #9E9E9E. Windows color (decimal): -11487745 or 16758096. OLE color: 16758096.
HSL color Cylindrical-coordinate representation of color #50B5FF: hue angle of 205.37º 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 #50B5FF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 181 | 255 | - |
| CMYK | 0.69 | 0.29 | 0 | 0 |
| HSL | 205.37º | 1% | 0.66% | - |
| HSV(B) | 205.37º | 0.69% | 1% | - |
| XYZ | 37.88 | 41.97 | 100.71 | - |
| YUV | 159.24 | 182.04 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 255 | 0.69 | 0.29 | 0 | 0 | 205.37 | 1 | 0.66 |
| Hex | 50 | B5 | FF | 45 | 1D | 0 | 0 | CD | 64 | 42 |
| Octal | 120 | 265 | 377 | 105 | 35 | 0 | 0 | 315 | 144 | 102 |
| Binary | 1010000 | 10110101 | 11111111 | 1000101 | 11101 | 0 | 0 | 11001101 | 1100100 | 1000010 |
Color Harmonies of #50B5FF
Complementary color
Monochromatic Colors of #50B5FF
Black with #50B5FF
Text Example
Text Example
White with #50B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B5FF; }
p { color: rgb(80,181,255); }
H1.HeaderClassName
{
color: #50B5FF;
}
.AnyTagClassName
{
color: #50B5FF;
}
</style>
background-color css
<style>
a { background-color: #50B5FF; }
a { background-color: rgb(80,181,255); }
div.DivClassName
{
background-color: #50B5FF;
}
.BgClassName
{
background-color: #50B5FF;
}
</style>
border-color css
<style>
span { border-color: #50B5FF; }
span { border-color: rgb(80,181,255); }
td.TdClassName
{
border-color: #50B5FF;
}
.TagClassName
{
border-color: #50B5FF;
}
</style>