Shades of Malibu #50B5EC
Tints of Malibu #50B5EC
RGB
CMYK
RGB Variations
Color information
#50B5EC (or 0x50B5EC) is known color: Malibu. HEX triplet: 50, B5 and EC. RGB value is (80,181,236). Sum of RGB (Red+Green+Blue) = 80+181+236=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #50B5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5EC is #AF4A13. Grayscale: #9C9C9C. Windows color (decimal): -11487764 or 15512912. OLE color: 15512912.
HSL color Cylindrical-coordinate representation of color #50B5EC: hue angle of 201.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B5EC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 181 | 236 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.07 |
| HSL | 201.15º | 0.8% | 0.62% | - |
| HSV(B) | 201.15º | 0.66% | 0.93% | - |
| XYZ | 34.97 | 40.81 | 85.39 | - |
| YUV | 157.07 | 172.54 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 236 | 0.66 | 0.23 | 0 | 0.07 | 201.15 | 0.8 | 0.62 |
| Hex | 50 | B5 | EC | 42 | 17 | 0 | 7 | C9 | 50 | 3E |
| Octal | 120 | 265 | 354 | 102 | 27 | 0 | 7 | 311 | 120 | 76 |
| Binary | 1010000 | 10110101 | 11101100 | 1000010 | 10111 | 0 | 111 | 11001001 | 1010000 | 111110 |
Color Harmonies of #50B5EC
Complementary color
Monochromatic Colors of #50B5EC
Black with #50B5EC
Text Example
Text Example
White with #50B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B5EC; }
p { color: rgb(80,181,236); }
H1.HeaderClassName
{
color: #50B5EC;
}
.AnyTagClassName
{
color: #50B5EC;
}
</style>
background-color css
<style>
a { background-color: #50B5EC; }
a { background-color: rgb(80,181,236); }
div.DivClassName
{
background-color: #50B5EC;
}
.BgClassName
{
background-color: #50B5EC;
}
</style>
border-color css
<style>
span { border-color: #50B5EC; }
span { border-color: rgb(80,181,236); }
td.TdClassName
{
border-color: #50B5EC;
}
.TagClassName
{
border-color: #50B5EC;
}
</style>