Shades of Malibu #50BDE0
Tints of Malibu #50BDE0
RGB
CMYK
RGB Variations
Color information
#50BDE0 (or 0x50BDE0) is known color: Malibu. HEX triplet: 50, BD and E0. RGB value is (80,189,224). Sum of RGB (Red+Green+Blue) = 80+189+224=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #50BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDE0 is #AF421F. Grayscale: #A0A0A0. Windows color (decimal): -11485728 or 14728528. OLE color: 14728528.
HSL color Cylindrical-coordinate representation of color #50BDE0: hue angle of 194.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BDE0 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 189 | 224 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.12 |
| HSL | 194.58º | 0.7% | 0.6% | - |
| HSV(B) | 194.58º | 0.64% | 0.88% | - |
| XYZ | 34.96 | 43.48 | 77.07 | - |
| YUV | 160.4 | 163.89 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 224 | 0.64 | 0.16 | 0 | 0.12 | 194.58 | 0.7 | 0.6 |
| Hex | 50 | BD | E0 | 40 | 10 | 0 | C | C3 | 46 | 3C |
| Octal | 120 | 275 | 340 | 100 | 20 | 0 | 14 | 303 | 106 | 74 |
| Binary | 1010000 | 10111101 | 11100000 | 1000000 | 10000 | 0 | 1100 | 11000011 | 1000110 | 111100 |
Color Harmonies of #50BDE0
Complementary color
Monochromatic Colors of #50BDE0
Black with #50BDE0
Text Example
Text Example
White with #50BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDE0; }
p { color: rgb(80,189,224); }
H1.HeaderClassName
{
color: #50BDE0;
}
.AnyTagClassName
{
color: #50BDE0;
}
</style>
background-color css
<style>
a { background-color: #50BDE0; }
a { background-color: rgb(80,189,224); }
div.DivClassName
{
background-color: #50BDE0;
}
.BgClassName
{
background-color: #50BDE0;
}
</style>
border-color css
<style>
span { border-color: #50BDE0; }
span { border-color: rgb(80,189,224); }
td.TdClassName
{
border-color: #50BDE0;
}
.TagClassName
{
border-color: #50BDE0;
}
</style>