Shades of Malibu #50B3DD
Tints of Malibu #50B3DD
RGB
CMYK
RGB Variations
Color information
#50B3DD (or 0x50B3DD) is known color: Malibu. HEX triplet: 50, B3 and DD. RGB value is (80,179,221). Sum of RGB (Red+Green+Blue) = 80+179+221=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #50B3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B3DD is #AF4C22. Grayscale: #999999. Windows color (decimal): -11488291 or 14529360. OLE color: 14529360.
HSL color Cylindrical-coordinate representation of color #50B3DD: hue angle of 197.87º degrees, saturation: 0.67, 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 #50B3DD is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 179 | 221 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.13 |
| HSL | 197.87º | 0.67% | 0.59% | - |
| HSV(B) | 197.87º | 0.64% | 0.87% | - |
| XYZ | 32.48 | 39.17 | 74.25 | - |
| YUV | 154.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 179 | 221 | 0.64 | 0.19 | 0 | 0.13 | 197.87 | 0.67 | 0.59 |
| Hex | 50 | B3 | DD | 40 | 13 | 0 | D | C6 | 43 | 3B |
| Octal | 120 | 263 | 335 | 100 | 23 | 0 | 15 | 306 | 103 | 73 |
| Binary | 1010000 | 10110011 | 11011101 | 1000000 | 10011 | 0 | 1101 | 11000110 | 1000011 | 111011 |
Color Harmonies of #50B3DD
Complementary color
Monochromatic Colors of #50B3DD
Black with #50B3DD
Text Example
Text Example
White with #50B3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B3DD; }
p { color: rgb(80,179,221); }
H1.HeaderClassName
{
color: #50B3DD;
}
.AnyTagClassName
{
color: #50B3DD;
}
</style>
background-color css
<style>
a { background-color: #50B3DD; }
a { background-color: rgb(80,179,221); }
div.DivClassName
{
background-color: #50B3DD;
}
.BgClassName
{
background-color: #50B3DD;
}
</style>
border-color css
<style>
span { border-color: #50B3DD; }
span { border-color: rgb(80,179,221); }
td.TdClassName
{
border-color: #50B3DD;
}
.TagClassName
{
border-color: #50B3DD;
}
</style>