Shades of Malibu #50B9DE
Tints of Malibu #50B9DE
RGB
CMYK
RGB Variations
Color information
#50B9DE (or 0x50B9DE) is known color: Malibu. HEX triplet: 50, B9 and DE. RGB value is (80,185,222). Sum of RGB (Red+Green+Blue) = 80+185+222=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #50B9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9DE is #AF4621. Grayscale: #9D9D9D. Windows color (decimal): -11486754 or 14596432. OLE color: 14596432.
HSL color Cylindrical-coordinate representation of color #50B9DE: hue angle of 195.63º degrees, saturation: 0.68, 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 #50B9DE is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 185 | 222 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.13 |
| HSL | 195.63º | 0.68% | 0.59% | - |
| HSV(B) | 195.63º | 0.64% | 0.87% | - |
| XYZ | 33.84 | 41.68 | 75.37 | - |
| YUV | 157.82 | 164.21 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 222 | 0.64 | 0.17 | 0 | 0.13 | 195.63 | 0.68 | 0.59 |
| Hex | 50 | B9 | DE | 40 | 11 | 0 | D | C4 | 44 | 3B |
| Octal | 120 | 271 | 336 | 100 | 21 | 0 | 15 | 304 | 104 | 73 |
| Binary | 1010000 | 10111001 | 11011110 | 1000000 | 10001 | 0 | 1101 | 11000100 | 1000100 | 111011 |
Color Harmonies of #50B9DE
Complementary color
Monochromatic Colors of #50B9DE
Black with #50B9DE
Text Example
Text Example
White with #50B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9DE; }
p { color: rgb(80,185,222); }
H1.HeaderClassName
{
color: #50B9DE;
}
.AnyTagClassName
{
color: #50B9DE;
}
</style>
background-color css
<style>
a { background-color: #50B9DE; }
a { background-color: rgb(80,185,222); }
div.DivClassName
{
background-color: #50B9DE;
}
.BgClassName
{
background-color: #50B9DE;
}
</style>
border-color css
<style>
span { border-color: #50B9DE; }
span { border-color: rgb(80,185,222); }
td.TdClassName
{
border-color: #50B9DE;
}
.TagClassName
{
border-color: #50B9DE;
}
</style>