Shades of Maya Blue #50B7FF
Tints of Maya Blue #50B7FF
RGB
CMYK
RGB Variations
Color information
#50B7FF (or 0x50B7FF) is known color: Maya Blue. HEX triplet: 50, B7 and FF. RGB value is (80,183,255). Sum of RGB (Red+Green+Blue) = 80+183+255=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #50B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B7FF is #AF4800. Grayscale: #A0A0A0. Windows color (decimal): -11487233 or 16758608. OLE color: 16758608.
HSL color Cylindrical-coordinate representation of color #50B7FF: hue angle of 204.69º 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 #50B7FF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 183 | 255 | - |
| CMYK | 0.69 | 0.28 | 0 | 0 |
| HSL | 204.69º | 1% | 0.66% | - |
| HSV(B) | 204.69º | 0.69% | 1% | - |
| XYZ | 38.29 | 42.79 | 100.85 | - |
| YUV | 160.41 | 181.38 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 255 | 0.69 | 0.28 | 0 | 0 | 204.69 | 1 | 0.66 |
| Hex | 50 | B7 | FF | 45 | 1C | 0 | 0 | CD | 64 | 42 |
| Octal | 120 | 267 | 377 | 105 | 34 | 0 | 0 | 315 | 144 | 102 |
| Binary | 1010000 | 10110111 | 11111111 | 1000101 | 11100 | 0 | 0 | 11001101 | 1100100 | 1000010 |
Color Harmonies of #50B7FF
Complementary color
Monochromatic Colors of #50B7FF
Black with #50B7FF
Text Example
Text Example
White with #50B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B7FF; }
p { color: rgb(80,183,255); }
H1.HeaderClassName
{
color: #50B7FF;
}
.AnyTagClassName
{
color: #50B7FF;
}
</style>
background-color css
<style>
a { background-color: #50B7FF; }
a { background-color: rgb(80,183,255); }
div.DivClassName
{
background-color: #50B7FF;
}
.BgClassName
{
background-color: #50B7FF;
}
</style>
border-color css
<style>
span { border-color: #50B7FF; }
span { border-color: rgb(80,183,255); }
td.TdClassName
{
border-color: #50B7FF;
}
.TagClassName
{
border-color: #50B7FF;
}
</style>