Shades of Malibu #50B9DF
Tints of Malibu #50B9DF
RGB
CMYK
RGB Variations
Color information
#50B9DF (or 0x50B9DF) is known color: Malibu. HEX triplet: 50, B9 and DF. RGB value is (80,185,223). Sum of RGB (Red+Green+Blue) = 80+185+223=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #50B9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9DF is #AF4620. Grayscale: #9D9D9D. Windows color (decimal): -11486753 or 14661968. OLE color: 14661968.
HSL color Cylindrical-coordinate representation of color #50B9DF: hue angle of 195.94º 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 #50B9DF is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 185 | 223 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.13 |
| HSL | 195.94º | 0.69% | 0.59% | - |
| HSV(B) | 195.94º | 0.64% | 0.87% | - |
| XYZ | 33.98 | 41.73 | 76.08 | - |
| YUV | 157.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 223 | 0.64 | 0.17 | 0 | 0.13 | 195.94 | 0.69 | 0.59 |
| Hex | 50 | B9 | DF | 40 | 11 | 0 | D | C4 | 45 | 3B |
| Octal | 120 | 271 | 337 | 100 | 21 | 0 | 15 | 304 | 105 | 73 |
| Binary | 1010000 | 10111001 | 11011111 | 1000000 | 10001 | 0 | 1101 | 11000100 | 1000101 | 111011 |
Color Harmonies of #50B9DF
Complementary color
Monochromatic Colors of #50B9DF
Black with #50B9DF
Text Example
Text Example
White with #50B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9DF; }
p { color: rgb(80,185,223); }
H1.HeaderClassName
{
color: #50B9DF;
}
.AnyTagClassName
{
color: #50B9DF;
}
</style>
background-color css
<style>
a { background-color: #50B9DF; }
a { background-color: rgb(80,185,223); }
div.DivClassName
{
background-color: #50B9DF;
}
.BgClassName
{
background-color: #50B9DF;
}
</style>
border-color css
<style>
span { border-color: #50B9DF; }
span { border-color: rgb(80,185,223); }
td.TdClassName
{
border-color: #50B9DF;
}
.TagClassName
{
border-color: #50B9DF;
}
</style>