Shades of Maya Blue #50BBFF
Tints of Maya Blue #50BBFF
RGB
CMYK
RGB Variations
Color information
#50BBFF (or 0x50BBFF) is known color: Maya Blue. HEX triplet: 50, BB and FF. RGB value is (80,187,255). Sum of RGB (Red+Green+Blue) = 80+187+255=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #50BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BBFF is #AF4400. Grayscale: #A2A2A2. Windows color (decimal): -11486209 or 16759632. OLE color: 16759632.
HSL color Cylindrical-coordinate representation of color #50BBFF: hue angle of 203.31º 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 #50BBFF is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 187 | 255 | - |
| CMYK | 0.69 | 0.27 | 0 | 0 |
| HSL | 203.31º | 1% | 0.66% | - |
| HSV(B) | 203.31º | 0.69% | 1% | - |
| XYZ | 39.13 | 44.47 | 101.13 | - |
| YUV | 162.76 | 180.05 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 255 | 0.69 | 0.27 | 0 | 0 | 203.31 | 1 | 0.66 |
| Hex | 50 | BB | FF | 45 | 1B | 0 | 0 | CB | 64 | 42 |
| Octal | 120 | 273 | 377 | 105 | 33 | 0 | 0 | 313 | 144 | 102 |
| Binary | 1010000 | 10111011 | 11111111 | 1000101 | 11011 | 0 | 0 | 11001011 | 1100100 | 1000010 |
Color Harmonies of #50BBFF
Complementary color
Monochromatic Colors of #50BBFF
Black with #50BBFF
Text Example
Text Example
White with #50BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BBFF; }
p { color: rgb(80,187,255); }
H1.HeaderClassName
{
color: #50BBFF;
}
.AnyTagClassName
{
color: #50BBFF;
}
</style>
background-color css
<style>
a { background-color: #50BBFF; }
a { background-color: rgb(80,187,255); }
div.DivClassName
{
background-color: #50BBFF;
}
.BgClassName
{
background-color: #50BBFF;
}
</style>
border-color css
<style>
span { border-color: #50BBFF; }
span { border-color: rgb(80,187,255); }
td.TdClassName
{
border-color: #50BBFF;
}
.TagClassName
{
border-color: #50BBFF;
}
</style>