Shades of Malibu #50BAEC
Tints of Malibu #50BAEC
RGB
CMYK
RGB Variations
Color information
#50BAEC (or 0x50BAEC) is known color: Malibu. HEX triplet: 50, BA and EC. RGB value is (80,186,236). Sum of RGB (Red+Green+Blue) = 80+186+236=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #50BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAEC is #AF4513. Grayscale: #9F9F9F. Windows color (decimal): -11486484 or 15514192. OLE color: 15514192.
HSL color Cylindrical-coordinate representation of color #50BAEC: hue angle of 199.23º 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 #50BAEC is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 186 | 236 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.07 |
| HSL | 199.23º | 0.8% | 0.62% | - |
| HSV(B) | 199.23º | 0.66% | 0.93% | - |
| XYZ | 36.01 | 42.88 | 85.74 | - |
| YUV | 160.01 | 170.88 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 236 | 0.66 | 0.21 | 0 | 0.07 | 199.23 | 0.8 | 0.62 |
| Hex | 50 | BA | EC | 42 | 15 | 0 | 7 | C7 | 50 | 3E |
| Octal | 120 | 272 | 354 | 102 | 25 | 0 | 7 | 307 | 120 | 76 |
| Binary | 1010000 | 10111010 | 11101100 | 1000010 | 10101 | 0 | 111 | 11000111 | 1010000 | 111110 |
Color Harmonies of #50BAEC
Complementary color
Monochromatic Colors of #50BAEC
Black with #50BAEC
Text Example
Text Example
White with #50BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BAEC; }
p { color: rgb(80,186,236); }
H1.HeaderClassName
{
color: #50BAEC;
}
.AnyTagClassName
{
color: #50BAEC;
}
</style>
background-color css
<style>
a { background-color: #50BAEC; }
a { background-color: rgb(80,186,236); }
div.DivClassName
{
background-color: #50BAEC;
}
.BgClassName
{
background-color: #50BAEC;
}
</style>
border-color css
<style>
span { border-color: #50BAEC; }
span { border-color: rgb(80,186,236); }
td.TdClassName
{
border-color: #50BAEC;
}
.TagClassName
{
border-color: #50BAEC;
}
</style>