Shades of Malibu #50B7EC
Tints of Malibu #50B7EC
RGB
CMYK
RGB Variations
Color information
#50B7EC (or 0x50B7EC) is known color: Malibu. HEX triplet: 50, B7 and EC. RGB value is (80,183,236). Sum of RGB (Red+Green+Blue) = 80+183+236=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #50B7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B7EC is #AF4813. Grayscale: #9D9D9D. Windows color (decimal): -11487252 or 15513424. OLE color: 15513424.
HSL color Cylindrical-coordinate representation of color #50B7EC: hue angle of 200.38º 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 #50B7EC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 183 | 236 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.07 |
| HSL | 200.38º | 0.8% | 0.62% | - |
| HSV(B) | 200.38º | 0.66% | 0.93% | - |
| XYZ | 35.38 | 41.63 | 85.53 | - |
| YUV | 158.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 236 | 0.66 | 0.22 | 0 | 0.07 | 200.38 | 0.8 | 0.62 |
| Hex | 50 | B7 | EC | 42 | 16 | 0 | 7 | C8 | 50 | 3E |
| Octal | 120 | 267 | 354 | 102 | 26 | 0 | 7 | 310 | 120 | 76 |
| Binary | 1010000 | 10110111 | 11101100 | 1000010 | 10110 | 0 | 111 | 11001000 | 1010000 | 111110 |
Color Harmonies of #50B7EC
Complementary color
Monochromatic Colors of #50B7EC
Black with #50B7EC
Text Example
Text Example
White with #50B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B7EC; }
p { color: rgb(80,183,236); }
H1.HeaderClassName
{
color: #50B7EC;
}
.AnyTagClassName
{
color: #50B7EC;
}
</style>
background-color css
<style>
a { background-color: #50B7EC; }
a { background-color: rgb(80,183,236); }
div.DivClassName
{
background-color: #50B7EC;
}
.BgClassName
{
background-color: #50B7EC;
}
</style>
border-color css
<style>
span { border-color: #50B7EC; }
span { border-color: rgb(80,183,236); }
td.TdClassName
{
border-color: #50B7EC;
}
.TagClassName
{
border-color: #50B7EC;
}
</style>