Shades of Maya Blue #50B8FE
Tints of Maya Blue #50B8FE
RGB
CMYK
RGB Variations
Color information
#50B8FE (or 0x50B8FE) is known color: Maya Blue. HEX triplet: 50, B8 and FE. RGB value is (80,184,254). Sum of RGB (Red+Green+Blue) = 80+184+254=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #50B8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B8FE is #AF4701. Grayscale: #A0A0A0. Windows color (decimal): -11486978 or 16693328. OLE color: 16693328.
HSL color Cylindrical-coordinate representation of color #50B8FE: hue angle of 204.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50B8FE is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 184 | 254 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.00 |
| HSL | 204.14º | 0.99% | 0.65% | - |
| HSV(B) | 204.14º | 0.69% | 1% | - |
| XYZ | 38.34 | 43.14 | 100.07 | - |
| YUV | 160.88 | 180.54 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 254 | 0.69 | 0.28 | 0 | 0.00 | 204.14 | 0.99 | 0.65 |
| Hex | 50 | B8 | FE | 45 | 1C | 0 | 0 | CC | 63 | 41 |
| Octal | 120 | 270 | 376 | 105 | 34 | 0 | 0 | 314 | 143 | 101 |
| Binary | 1010000 | 10111000 | 11111110 | 1000101 | 11100 | 0 | 0 | 11001100 | 1100011 | 1000001 |
Color Harmonies of #50B8FE
Complementary color
Monochromatic Colors of #50B8FE
Black with #50B8FE
Text Example
Text Example
White with #50B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B8FE; }
p { color: rgb(80,184,254); }
H1.HeaderClassName
{
color: #50B8FE;
}
.AnyTagClassName
{
color: #50B8FE;
}
</style>
background-color css
<style>
a { background-color: #50B8FE; }
a { background-color: rgb(80,184,254); }
div.DivClassName
{
background-color: #50B8FE;
}
.BgClassName
{
background-color: #50B8FE;
}
</style>
border-color css
<style>
span { border-color: #50B8FE; }
span { border-color: rgb(80,184,254); }
td.TdClassName
{
border-color: #50B8FE;
}
.TagClassName
{
border-color: #50B8FE;
}
</style>