Shades of Malibu #50BDEC
Tints of Malibu #50BDEC
RGB
CMYK
RGB Variations
Color information
#50BDEC (or 0x50BDEC) is known color: Malibu. HEX triplet: 50, BD and EC. RGB value is (80,189,236). Sum of RGB (Red+Green+Blue) = 80+189+236=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #50BDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDEC is #AF4213. Grayscale: #A1A1A1. Windows color (decimal): -11485716 or 15514960. OLE color: 15514960.
HSL color Cylindrical-coordinate representation of color #50BDEC: hue angle of 198.08º 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 #50BDEC is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 189 | 236 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.07 |
| HSL | 198.08º | 0.8% | 0.62% | - |
| HSV(B) | 198.08º | 0.66% | 0.93% | - |
| XYZ | 36.65 | 44.16 | 85.95 | - |
| YUV | 161.77 | 169.89 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 236 | 0.66 | 0.20 | 0 | 0.07 | 198.08 | 0.8 | 0.62 |
| Hex | 50 | BD | EC | 42 | 14 | 0 | 7 | C6 | 50 | 3E |
| Octal | 120 | 275 | 354 | 102 | 24 | 0 | 7 | 306 | 120 | 76 |
| Binary | 1010000 | 10111101 | 11101100 | 1000010 | 10100 | 0 | 111 | 11000110 | 1010000 | 111110 |
Color Harmonies of #50BDEC
Complementary color
Monochromatic Colors of #50BDEC
Black with #50BDEC
Text Example
Text Example
White with #50BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDEC; }
p { color: rgb(80,189,236); }
H1.HeaderClassName
{
color: #50BDEC;
}
.AnyTagClassName
{
color: #50BDEC;
}
</style>
background-color css
<style>
a { background-color: #50BDEC; }
a { background-color: rgb(80,189,236); }
div.DivClassName
{
background-color: #50BDEC;
}
.BgClassName
{
background-color: #50BDEC;
}
</style>
border-color css
<style>
span { border-color: #50BDEC; }
span { border-color: rgb(80,189,236); }
td.TdClassName
{
border-color: #50BDEC;
}
.TagClassName
{
border-color: #50BDEC;
}
</style>