Shades of Malibu #50B5FA
Tints of Malibu #50B5FA
RGB
CMYK
RGB Variations
Color information
#50B5FA (or 0x50B5FA) is known color: Malibu. HEX triplet: 50, B5 and FA. RGB value is (80,181,250). Sum of RGB (Red+Green+Blue) = 80+181+250=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #50B5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5FA is #AF4A05. Grayscale: #9E9E9E. Windows color (decimal): -11487750 or 16430416. OLE color: 16430416.
HSL color Cylindrical-coordinate representation of color #50B5FA: hue angle of 204.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50B5FA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 181 | 250 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.02 |
| HSL | 204.35º | 0.94% | 0.65% | - |
| HSV(B) | 204.35º | 0.68% | 0.98% | - |
| XYZ | 37.09 | 41.66 | 96.53 | - |
| YUV | 158.67 | 179.54 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 250 | 0.68 | 0.28 | 0 | 0.02 | 204.35 | 0.94 | 0.65 |
| Hex | 50 | B5 | FA | 44 | 1C | 0 | 2 | CC | 5E | 41 |
| Octal | 120 | 265 | 372 | 104 | 34 | 0 | 2 | 314 | 136 | 101 |
| Binary | 1010000 | 10110101 | 11111010 | 1000100 | 11100 | 0 | 10 | 11001100 | 1011110 | 1000001 |
Color Harmonies of #50B5FA
Complementary color
Monochromatic Colors of #50B5FA
Black with #50B5FA
Text Example
Text Example
White with #50B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B5FA; }
p { color: rgb(80,181,250); }
H1.HeaderClassName
{
color: #50B5FA;
}
.AnyTagClassName
{
color: #50B5FA;
}
</style>
background-color css
<style>
a { background-color: #50B5FA; }
a { background-color: rgb(80,181,250); }
div.DivClassName
{
background-color: #50B5FA;
}
.BgClassName
{
background-color: #50B5FA;
}
</style>
border-color css
<style>
span { border-color: #50B5FA; }
span { border-color: rgb(80,181,250); }
td.TdClassName
{
border-color: #50B5FA;
}
.TagClassName
{
border-color: #50B5FA;
}
</style>