Shades of Malibu #50BCED
Tints of Malibu #50BCED
RGB
CMYK
RGB Variations
Color information
#50BCED (or 0x50BCED) is known color: Malibu. HEX triplet: 50, BC and ED. RGB value is (80,188,237). Sum of RGB (Red+Green+Blue) = 80+188+237=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #50BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCED is #AF4312. Grayscale: #A0A0A0. Windows color (decimal): -11485971 or 15580240. OLE color: 15580240.
HSL color Cylindrical-coordinate representation of color #50BCED: hue angle of 198.73º degrees, saturation: 0.81, 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 #50BCED is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 188 | 237 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.07 |
| HSL | 198.73º | 0.81% | 0.62% | - |
| HSV(B) | 198.73º | 0.66% | 0.93% | - |
| XYZ | 36.58 | 43.79 | 86.64 | - |
| YUV | 161.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 237 | 0.66 | 0.21 | 0 | 0.07 | 198.73 | 0.81 | 0.62 |
| Hex | 50 | BC | ED | 42 | 15 | 0 | 7 | C7 | 51 | 3E |
| Octal | 120 | 274 | 355 | 102 | 25 | 0 | 7 | 307 | 121 | 76 |
| Binary | 1010000 | 10111100 | 11101101 | 1000010 | 10101 | 0 | 111 | 11000111 | 1010001 | 111110 |
Color Harmonies of #50BCED
Complementary color
Monochromatic Colors of #50BCED
Black with #50BCED
Text Example
Text Example
White with #50BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCED; }
p { color: rgb(80,188,237); }
H1.HeaderClassName
{
color: #50BCED;
}
.AnyTagClassName
{
color: #50BCED;
}
</style>
background-color css
<style>
a { background-color: #50BCED; }
a { background-color: rgb(80,188,237); }
div.DivClassName
{
background-color: #50BCED;
}
.BgClassName
{
background-color: #50BCED;
}
</style>
border-color css
<style>
span { border-color: #50BCED; }
span { border-color: rgb(80,188,237); }
td.TdClassName
{
border-color: #50BCED;
}
.TagClassName
{
border-color: #50BCED;
}
</style>