Shades of Malibu #50BCDF
Tints of Malibu #50BCDF
RGB
CMYK
RGB Variations
Color information
#50BCDF (or 0x50BCDF) is known color: Malibu. HEX triplet: 50, BC and DF. RGB value is (80,188,223). Sum of RGB (Red+Green+Blue) = 80+188+223=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #50BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCDF is #AF4320. Grayscale: #9F9F9F. Windows color (decimal): -11485985 or 14662736. OLE color: 14662736.
HSL color Cylindrical-coordinate representation of color #50BCDF: hue angle of 194.69º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BCDF is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 188 | 223 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.13 |
| HSL | 194.69º | 0.69% | 0.59% | - |
| HSV(B) | 194.69º | 0.64% | 0.87% | - |
| XYZ | 34.61 | 43 | 76.29 | - |
| YUV | 159.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 223 | 0.64 | 0.16 | 0 | 0.13 | 194.69 | 0.69 | 0.59 |
| Hex | 50 | BC | DF | 40 | 10 | 0 | D | C3 | 45 | 3B |
| Octal | 120 | 274 | 337 | 100 | 20 | 0 | 15 | 303 | 105 | 73 |
| Binary | 1010000 | 10111100 | 11011111 | 1000000 | 10000 | 0 | 1101 | 11000011 | 1000101 | 111011 |
Color Harmonies of #50BCDF
Complementary color
Monochromatic Colors of #50BCDF
Black with #50BCDF
Text Example
Text Example
White with #50BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCDF; }
p { color: rgb(80,188,223); }
H1.HeaderClassName
{
color: #50BCDF;
}
.AnyTagClassName
{
color: #50BCDF;
}
</style>
background-color css
<style>
a { background-color: #50BCDF; }
a { background-color: rgb(80,188,223); }
div.DivClassName
{
background-color: #50BCDF;
}
.BgClassName
{
background-color: #50BCDF;
}
</style>
border-color css
<style>
span { border-color: #50BCDF; }
span { border-color: rgb(80,188,223); }
td.TdClassName
{
border-color: #50BCDF;
}
.TagClassName
{
border-color: #50BCDF;
}
</style>