Shades of Malibu #50BCEB
Tints of Malibu #50BCEB
RGB
CMYK
RGB Variations
Color information
#50BCEB (or 0x50BCEB) is known color: Malibu. HEX triplet: 50, BC and EB. RGB value is (80,188,235). Sum of RGB (Red+Green+Blue) = 80+188+235=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #50BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCEB is #AF4314. Grayscale: #A0A0A0. Windows color (decimal): -11485973 or 15449168. OLE color: 15449168.
HSL color Cylindrical-coordinate representation of color #50BCEB: hue angle of 198.19º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BCEB is Cyan = 0.66, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 188 | 235 | - |
| CMYK | 0.66 | 0.2 | 0 | 0.08 |
| HSL | 198.19º | 0.79% | 0.62% | - |
| HSV(B) | 198.19º | 0.66% | 0.92% | - |
| XYZ | 36.29 | 43.67 | 85.11 | - |
| YUV | 161.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 235 | 0.66 | 0.2 | 0 | 0.08 | 198.19 | 0.79 | 0.62 |
| Hex | 50 | BC | EB | 42 | 14 | 0 | 8 | C6 | 4F | 3E |
| Octal | 120 | 274 | 353 | 102 | 24 | 0 | 10 | 306 | 117 | 76 |
| Binary | 1010000 | 10111100 | 11101011 | 1000010 | 10100 | 0 | 1000 | 11000110 | 1001111 | 111110 |
Color Harmonies of #50BCEB
Complementary color
Monochromatic Colors of #50BCEB
Black with #50BCEB
Text Example
Text Example
White with #50BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCEB; }
p { color: rgb(80,188,235); }
H1.HeaderClassName
{
color: #50BCEB;
}
.AnyTagClassName
{
color: #50BCEB;
}
</style>
background-color css
<style>
a { background-color: #50BCEB; }
a { background-color: rgb(80,188,235); }
div.DivClassName
{
background-color: #50BCEB;
}
.BgClassName
{
background-color: #50BCEB;
}
</style>
border-color css
<style>
span { border-color: #50BCEB; }
span { border-color: rgb(80,188,235); }
td.TdClassName
{
border-color: #50BCEB;
}
.TagClassName
{
border-color: #50BCEB;
}
</style>