Shades of Malibu #50B9F0
Tints of Malibu #50B9F0
RGB
CMYK
RGB Variations
Color information
#50B9F0 (or 0x50B9F0) is known color: Malibu. HEX triplet: 50, B9 and F0. RGB value is (80,185,240). Sum of RGB (Red+Green+Blue) = 80+185+240=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #50B9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9F0 is #AF460F. Grayscale: #9F9F9F. Windows color (decimal): -11486736 or 15776080. OLE color: 15776080.
HSL color Cylindrical-coordinate representation of color #50B9F0: hue angle of 200.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B9F0 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 185 | 240 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.06 |
| HSL | 200.63º | 0.84% | 0.63% | - |
| HSV(B) | 200.63º | 0.67% | 0.94% | - |
| XYZ | 36.39 | 42.69 | 88.76 | - |
| YUV | 159.88 | 173.21 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 240 | 0.67 | 0.23 | 0 | 0.06 | 200.63 | 0.84 | 0.63 |
| Hex | 50 | B9 | F0 | 43 | 17 | 0 | 6 | C9 | 54 | 3F |
| Octal | 120 | 271 | 360 | 103 | 27 | 0 | 6 | 311 | 124 | 77 |
| Binary | 1010000 | 10111001 | 11110000 | 1000011 | 10111 | 0 | 110 | 11001001 | 1010100 | 111111 |
Color Harmonies of #50B9F0
Complementary color
Monochromatic Colors of #50B9F0
Black with #50B9F0
Text Example
Text Example
White with #50B9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9F0; }
p { color: rgb(80,185,240); }
H1.HeaderClassName
{
color: #50B9F0;
}
.AnyTagClassName
{
color: #50B9F0;
}
</style>
background-color css
<style>
a { background-color: #50B9F0; }
a { background-color: rgb(80,185,240); }
div.DivClassName
{
background-color: #50B9F0;
}
.BgClassName
{
background-color: #50B9F0;
}
</style>
border-color css
<style>
span { border-color: #50B9F0; }
span { border-color: rgb(80,185,240); }
td.TdClassName
{
border-color: #50B9F0;
}
.TagClassName
{
border-color: #50B9F0;
}
</style>