Shades of Malibu #50BCE6
Tints of Malibu #50BCE6
RGB
CMYK
RGB Variations
Color information
#50BCE6 (or 0x50BCE6) is known color: Malibu. HEX triplet: 50, BC and E6. RGB value is (80,188,230). Sum of RGB (Red+Green+Blue) = 80+188+230=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #50BCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCE6 is #AF4319. Grayscale: #A0A0A0. Windows color (decimal): -11485978 or 15121488. OLE color: 15121488.
HSL color Cylindrical-coordinate representation of color #50BCE6: hue angle of 196.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50BCE6 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 188 | 230 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.10 |
| HSL | 196.8º | 0.75% | 0.61% | - |
| HSV(B) | 196.8º | 0.65% | 0.9% | - |
| XYZ | 35.57 | 43.39 | 81.36 | - |
| YUV | 160.5 | 167.22 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 230 | 0.65 | 0.18 | 0 | 0.10 | 196.8 | 0.75 | 0.61 |
| Hex | 50 | BC | E6 | 41 | 12 | 0 | A | C5 | 4B | 3D |
| Octal | 120 | 274 | 346 | 101 | 22 | 0 | 12 | 305 | 113 | 75 |
| Binary | 1010000 | 10111100 | 11100110 | 1000001 | 10010 | 0 | 1010 | 11000101 | 1001011 | 111101 |
Color Harmonies of #50BCE6
Complementary color
Monochromatic Colors of #50BCE6
Black with #50BCE6
Text Example
Text Example
White with #50BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCE6; }
p { color: rgb(80,188,230); }
H1.HeaderClassName
{
color: #50BCE6;
}
.AnyTagClassName
{
color: #50BCE6;
}
</style>
background-color css
<style>
a { background-color: #50BCE6; }
a { background-color: rgb(80,188,230); }
div.DivClassName
{
background-color: #50BCE6;
}
.BgClassName
{
background-color: #50BCE6;
}
</style>
border-color css
<style>
span { border-color: #50BCE6; }
span { border-color: rgb(80,188,230); }
td.TdClassName
{
border-color: #50BCE6;
}
.TagClassName
{
border-color: #50BCE6;
}
</style>