Shades of Maya Blue #50BCFF
Tints of Maya Blue #50BCFF
RGB
CMYK
RGB Variations
Color information
#50BCFF (or 0x50BCFF) is known color: Maya Blue. HEX triplet: 50, BC and FF. RGB value is (80,188,255). Sum of RGB (Red+Green+Blue) = 80+188+255=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #50BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCFF is #AF4300. Grayscale: #A2A2A2. Windows color (decimal): -11485953 or 16759888. OLE color: 16759888.
HSL color Cylindrical-coordinate representation of color #50BCFF: hue angle of 202.97º 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 #50BCFF is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 188 | 255 | - |
| CMYK | 0.69 | 0.26 | 0 | 0 |
| HSL | 202.97º | 1% | 0.66% | - |
| HSV(B) | 202.97º | 0.69% | 1% | - |
| XYZ | 39.34 | 44.89 | 101.2 | - |
| YUV | 163.35 | 179.72 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 255 | 0.69 | 0.26 | 0 | 0 | 202.97 | 1 | 0.66 |
| Hex | 50 | BC | FF | 45 | 1A | 0 | 0 | CB | 64 | 42 |
| Octal | 120 | 274 | 377 | 105 | 32 | 0 | 0 | 313 | 144 | 102 |
| Binary | 1010000 | 10111100 | 11111111 | 1000101 | 11010 | 0 | 0 | 11001011 | 1100100 | 1000010 |
Color Harmonies of #50BCFF
Complementary color
Monochromatic Colors of #50BCFF
Black with #50BCFF
Text Example
Text Example
White with #50BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCFF; }
p { color: rgb(80,188,255); }
H1.HeaderClassName
{
color: #50BCFF;
}
.AnyTagClassName
{
color: #50BCFF;
}
</style>
background-color css
<style>
a { background-color: #50BCFF; }
a { background-color: rgb(80,188,255); }
div.DivClassName
{
background-color: #50BCFF;
}
.BgClassName
{
background-color: #50BCFF;
}
</style>
border-color css
<style>
span { border-color: #50BCFF; }
span { border-color: rgb(80,188,255); }
td.TdClassName
{
border-color: #50BCFF;
}
.TagClassName
{
border-color: #50BCFF;
}
</style>