Shades of Malibu #50BBE9
Tints of Malibu #50BBE9
RGB
CMYK
RGB Variations
Color information
#50BBE9 (or 0x50BBE9) is known color: Malibu. HEX triplet: 50, BB and E9. RGB value is (80,187,233). Sum of RGB (Red+Green+Blue) = 80+187+233=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #50BBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BBE9 is #AF4416. Grayscale: #9F9F9F. Windows color (decimal): -11486231 or 15317840. OLE color: 15317840.
HSL color Cylindrical-coordinate representation of color #50BBE9: hue angle of 198.04º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BBE9 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 187 | 233 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.09 |
| HSL | 198.04º | 0.78% | 0.61% | - |
| HSV(B) | 198.04º | 0.66% | 0.91% | - |
| XYZ | 35.79 | 43.13 | 83.53 | - |
| YUV | 160.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 233 | 0.66 | 0.20 | 0 | 0.09 | 198.04 | 0.78 | 0.61 |
| Hex | 50 | BB | E9 | 42 | 14 | 0 | 9 | C6 | 4E | 3D |
| Octal | 120 | 273 | 351 | 102 | 24 | 0 | 11 | 306 | 116 | 75 |
| Binary | 1010000 | 10111011 | 11101001 | 1000010 | 10100 | 0 | 1001 | 11000110 | 1001110 | 111101 |
Color Harmonies of #50BBE9
Complementary color
Monochromatic Colors of #50BBE9
Black with #50BBE9
Text Example
Text Example
White with #50BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BBE9; }
p { color: rgb(80,187,233); }
H1.HeaderClassName
{
color: #50BBE9;
}
.AnyTagClassName
{
color: #50BBE9;
}
</style>
background-color css
<style>
a { background-color: #50BBE9; }
a { background-color: rgb(80,187,233); }
div.DivClassName
{
background-color: #50BBE9;
}
.BgClassName
{
background-color: #50BBE9;
}
</style>
border-color css
<style>
span { border-color: #50BBE9; }
span { border-color: rgb(80,187,233); }
td.TdClassName
{
border-color: #50BBE9;
}
.TagClassName
{
border-color: #50BBE9;
}
</style>