Shades of Malibu #50BCEC
Tints of Malibu #50BCEC
RGB
CMYK
RGB Variations
Color information
#50BCEC (or 0x50BCEC) is known color: Malibu. HEX triplet: 50, BC and EC. RGB value is (80,188,236). Sum of RGB (Red+Green+Blue) = 80+188+236=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #50BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCEC is #AF4313. Grayscale: #A0A0A0. Windows color (decimal): -11485972 or 15514704. OLE color: 15514704.
HSL color Cylindrical-coordinate representation of color #50BCEC: hue angle of 198.46º 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 #50BCEC is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 188 | 236 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.07 |
| HSL | 198.46º | 0.8% | 0.62% | - |
| HSV(B) | 198.46º | 0.66% | 0.93% | - |
| XYZ | 36.43 | 43.73 | 85.88 | - |
| YUV | 161.18 | 170.22 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 236 | 0.66 | 0.20 | 0 | 0.07 | 198.46 | 0.8 | 0.62 |
| Hex | 50 | BC | EC | 42 | 14 | 0 | 7 | C6 | 50 | 3E |
| Octal | 120 | 274 | 354 | 102 | 24 | 0 | 7 | 306 | 120 | 76 |
| Binary | 1010000 | 10111100 | 11101100 | 1000010 | 10100 | 0 | 111 | 11000110 | 1010000 | 111110 |
Color Harmonies of #50BCEC
Complementary color
Monochromatic Colors of #50BCEC
Black with #50BCEC
Text Example
Text Example
White with #50BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCEC; }
p { color: rgb(80,188,236); }
H1.HeaderClassName
{
color: #50BCEC;
}
.AnyTagClassName
{
color: #50BCEC;
}
</style>
background-color css
<style>
a { background-color: #50BCEC; }
a { background-color: rgb(80,188,236); }
div.DivClassName
{
background-color: #50BCEC;
}
.BgClassName
{
background-color: #50BCEC;
}
</style>
border-color css
<style>
span { border-color: #50BCEC; }
span { border-color: rgb(80,188,236); }
td.TdClassName
{
border-color: #50BCEC;
}
.TagClassName
{
border-color: #50BCEC;
}
</style>