Shades of Malibu #50B9EF
Tints of Malibu #50B9EF
RGB
CMYK
RGB Variations
Color information
#50B9EF (or 0x50B9EF) is known color: Malibu. HEX triplet: 50, B9 and EF. RGB value is (80,185,239). Sum of RGB (Red+Green+Blue) = 80+185+239=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #50B9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9EF is #AF4610. Grayscale: #9F9F9F. Windows color (decimal): -11486737 or 15710544. OLE color: 15710544.
HSL color Cylindrical-coordinate representation of color #50B9EF: hue angle of 200.38º degrees, saturation: 0.83, 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 #50B9EF is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 185 | 239 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.06 |
| HSL | 200.38º | 0.83% | 0.63% | - |
| HSV(B) | 200.38º | 0.67% | 0.94% | - |
| XYZ | 36.24 | 42.64 | 87.98 | - |
| YUV | 159.76 | 172.71 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 239 | 0.67 | 0.23 | 0 | 0.06 | 200.38 | 0.83 | 0.63 |
| Hex | 50 | B9 | EF | 43 | 17 | 0 | 6 | C8 | 53 | 3F |
| Octal | 120 | 271 | 357 | 103 | 27 | 0 | 6 | 310 | 123 | 77 |
| Binary | 1010000 | 10111001 | 11101111 | 1000011 | 10111 | 0 | 110 | 11001000 | 1010011 | 111111 |
Color Harmonies of #50B9EF
Complementary color
Monochromatic Colors of #50B9EF
Black with #50B9EF
Text Example
Text Example
White with #50B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9EF; }
p { color: rgb(80,185,239); }
H1.HeaderClassName
{
color: #50B9EF;
}
.AnyTagClassName
{
color: #50B9EF;
}
</style>
background-color css
<style>
a { background-color: #50B9EF; }
a { background-color: rgb(80,185,239); }
div.DivClassName
{
background-color: #50B9EF;
}
.BgClassName
{
background-color: #50B9EF;
}
</style>
border-color css
<style>
span { border-color: #50B9EF; }
span { border-color: rgb(80,185,239); }
td.TdClassName
{
border-color: #50B9EF;
}
.TagClassName
{
border-color: #50B9EF;
}
</style>