Shades of Malibu #50C6EC
Tints of Malibu #50C6EC
RGB
CMYK
RGB Variations
Color information
#50C6EC (or 0x50C6EC) is known color: Malibu. HEX triplet: 50, C6 and EC. RGB value is (80,198,236). Sum of RGB (Red+Green+Blue) = 80+198+236=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #50C6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C6EC is #AF3913. Grayscale: #A6A6A6. Windows color (decimal): -11483412 or 15517264. OLE color: 15517264.
HSL color Cylindrical-coordinate representation of color #50C6EC: hue angle of 194.62º 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 #50C6EC is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 198 | 236 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.07 |
| HSL | 194.62º | 0.8% | 0.62% | - |
| HSV(B) | 194.62º | 0.66% | 0.93% | - |
| XYZ | 38.64 | 48.15 | 86.61 | - |
| YUV | 167.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 236 | 0.66 | 0.16 | 0 | 0.07 | 194.62 | 0.8 | 0.62 |
| Hex | 50 | C6 | EC | 42 | 10 | 0 | 7 | C3 | 50 | 3E |
| Octal | 120 | 306 | 354 | 102 | 20 | 0 | 7 | 303 | 120 | 76 |
| Binary | 1010000 | 11000110 | 11101100 | 1000010 | 10000 | 0 | 111 | 11000011 | 1010000 | 111110 |
Color Harmonies of #50C6EC
Complementary color
Monochromatic Colors of #50C6EC
Black with #50C6EC
Text Example
Text Example
White with #50C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C6EC; }
p { color: rgb(80,198,236); }
H1.HeaderClassName
{
color: #50C6EC;
}
.AnyTagClassName
{
color: #50C6EC;
}
</style>
background-color css
<style>
a { background-color: #50C6EC; }
a { background-color: rgb(80,198,236); }
div.DivClassName
{
background-color: #50C6EC;
}
.BgClassName
{
background-color: #50C6EC;
}
</style>
border-color css
<style>
span { border-color: #50C6EC; }
span { border-color: rgb(80,198,236); }
td.TdClassName
{
border-color: #50C6EC;
}
.TagClassName
{
border-color: #50C6EC;
}
</style>