Shades of Malibu #50B2DF
Tints of Malibu #50B2DF
RGB
CMYK
RGB Variations
Color information
#50B2DF (or 0x50B2DF) is known color: Malibu. HEX triplet: 50, B2 and DF. RGB value is (80,178,223). Sum of RGB (Red+Green+Blue) = 80+178+223=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #50B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2DF is #AF4D20. Grayscale: #999999. Windows color (decimal): -11488545 or 14660176. OLE color: 14660176.
HSL color Cylindrical-coordinate representation of color #50B2DF: hue angle of 198.88º 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 #50B2DF is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 178 | 223 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.13 |
| HSL | 198.88º | 0.69% | 0.59% | - |
| HSV(B) | 198.88º | 0.64% | 0.87% | - |
| XYZ | 32.55 | 38.87 | 75.6 | - |
| YUV | 153.83 | 167.03 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 223 | 0.64 | 0.20 | 0 | 0.13 | 198.88 | 0.69 | 0.59 |
| Hex | 50 | B2 | DF | 40 | 14 | 0 | D | C7 | 45 | 3B |
| Octal | 120 | 262 | 337 | 100 | 24 | 0 | 15 | 307 | 105 | 73 |
| Binary | 1010000 | 10110010 | 11011111 | 1000000 | 10100 | 0 | 1101 | 11000111 | 1000101 | 111011 |
Color Harmonies of #50B2DF
Complementary color
Monochromatic Colors of #50B2DF
Black with #50B2DF
Text Example
Text Example
White with #50B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B2DF; }
p { color: rgb(80,178,223); }
H1.HeaderClassName
{
color: #50B2DF;
}
.AnyTagClassName
{
color: #50B2DF;
}
</style>
background-color css
<style>
a { background-color: #50B2DF; }
a { background-color: rgb(80,178,223); }
div.DivClassName
{
background-color: #50B2DF;
}
.BgClassName
{
background-color: #50B2DF;
}
</style>
border-color css
<style>
span { border-color: #50B2DF; }
span { border-color: rgb(80,178,223); }
td.TdClassName
{
border-color: #50B2DF;
}
.TagClassName
{
border-color: #50B2DF;
}
</style>