Shades of Malibu #50B6EC
Tints of Malibu #50B6EC
RGB
CMYK
RGB Variations
Color information
#50B6EC (or 0x50B6EC) is known color: Malibu. HEX triplet: 50, B6 and EC. RGB value is (80,182,236). Sum of RGB (Red+Green+Blue) = 80+182+236=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #50B6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B6EC is #AF4913. Grayscale: #9D9D9D. Windows color (decimal): -11487508 or 15513168. OLE color: 15513168.
HSL color Cylindrical-coordinate representation of color #50B6EC: hue angle of 200.77º 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 #50B6EC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 182 | 236 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.07 |
| HSL | 200.77º | 0.8% | 0.62% | - |
| HSV(B) | 200.77º | 0.66% | 0.93% | - |
| XYZ | 35.18 | 41.22 | 85.46 | - |
| YUV | 157.66 | 172.21 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 236 | 0.66 | 0.23 | 0 | 0.07 | 200.77 | 0.8 | 0.62 |
| Hex | 50 | B6 | EC | 42 | 17 | 0 | 7 | C9 | 50 | 3E |
| Octal | 120 | 266 | 354 | 102 | 27 | 0 | 7 | 311 | 120 | 76 |
| Binary | 1010000 | 10110110 | 11101100 | 1000010 | 10111 | 0 | 111 | 11001001 | 1010000 | 111110 |
Color Harmonies of #50B6EC
Complementary color
Monochromatic Colors of #50B6EC
Black with #50B6EC
Text Example
Text Example
White with #50B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B6EC; }
p { color: rgb(80,182,236); }
H1.HeaderClassName
{
color: #50B6EC;
}
.AnyTagClassName
{
color: #50B6EC;
}
</style>
background-color css
<style>
a { background-color: #50B6EC; }
a { background-color: rgb(80,182,236); }
div.DivClassName
{
background-color: #50B6EC;
}
.BgClassName
{
background-color: #50B6EC;
}
</style>
border-color css
<style>
span { border-color: #50B6EC; }
span { border-color: rgb(80,182,236); }
td.TdClassName
{
border-color: #50B6EC;
}
.TagClassName
{
border-color: #50B6EC;
}
</style>