Shades of Malibu #50C8EC
Tints of Malibu #50C8EC
RGB
CMYK
RGB Variations
Color information
#50C8EC (or 0x50C8EC) is known color: Malibu. HEX triplet: 50, C8 and EC. RGB value is (80,200,236). Sum of RGB (Red+Green+Blue) = 80+200+236=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #50C8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C8EC is #AF3713. Grayscale: #A7A7A7. Windows color (decimal): -11482900 or 15517776. OLE color: 15517776.
HSL color Cylindrical-coordinate representation of color #50C8EC: hue angle of 193.85º 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 #50C8EC is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 200 | 236 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.07 |
| HSL | 193.85º | 0.8% | 0.62% | - |
| HSV(B) | 193.85º | 0.66% | 0.93% | - |
| XYZ | 39.1 | 49.07 | 86.77 | - |
| YUV | 168.22 | 166.24 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 236 | 0.66 | 0.15 | 0 | 0.07 | 193.85 | 0.8 | 0.62 |
| Hex | 50 | C8 | EC | 42 | F | 0 | 7 | C2 | 50 | 3E |
| Octal | 120 | 310 | 354 | 102 | 17 | 0 | 7 | 302 | 120 | 76 |
| Binary | 1010000 | 11001000 | 11101100 | 1000010 | 1111 | 0 | 111 | 11000010 | 1010000 | 111110 |
Color Harmonies of #50C8EC
Complementary color
Monochromatic Colors of #50C8EC
Black with #50C8EC
Text Example
Text Example
White with #50C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C8EC; }
p { color: rgb(80,200,236); }
H1.HeaderClassName
{
color: #50C8EC;
}
.AnyTagClassName
{
color: #50C8EC;
}
</style>
background-color css
<style>
a { background-color: #50C8EC; }
a { background-color: rgb(80,200,236); }
div.DivClassName
{
background-color: #50C8EC;
}
.BgClassName
{
background-color: #50C8EC;
}
</style>
border-color css
<style>
span { border-color: #50C8EC; }
span { border-color: rgb(80,200,236); }
td.TdClassName
{
border-color: #50C8EC;
}
.TagClassName
{
border-color: #50C8EC;
}
</style>