Shades of Malibu #50B5EF
Tints of Malibu #50B5EF
RGB
CMYK
RGB Variations
Color information
#50B5EF (or 0x50B5EF) is known color: Malibu. HEX triplet: 50, B5 and EF. RGB value is (80,181,239). Sum of RGB (Red+Green+Blue) = 80+181+239=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #50B5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5EF is #AF4A10. Grayscale: #9D9D9D. Windows color (decimal): -11487761 or 15709520. OLE color: 15709520.
HSL color Cylindrical-coordinate representation of color #50B5EF: hue angle of 201.89º 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 #50B5EF is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 181 | 239 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.06 |
| HSL | 201.89º | 0.83% | 0.63% | - |
| HSV(B) | 201.89º | 0.67% | 0.94% | - |
| XYZ | 35.41 | 40.99 | 87.71 | - |
| YUV | 157.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 239 | 0.67 | 0.24 | 0 | 0.06 | 201.89 | 0.83 | 0.63 |
| Hex | 50 | B5 | EF | 43 | 18 | 0 | 6 | CA | 53 | 3F |
| Octal | 120 | 265 | 357 | 103 | 30 | 0 | 6 | 312 | 123 | 77 |
| Binary | 1010000 | 10110101 | 11101111 | 1000011 | 11000 | 0 | 110 | 11001010 | 1010011 | 111111 |
Color Harmonies of #50B5EF
Complementary color
Monochromatic Colors of #50B5EF
Black with #50B5EF
Text Example
Text Example
White with #50B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B5EF; }
p { color: rgb(80,181,239); }
H1.HeaderClassName
{
color: #50B5EF;
}
.AnyTagClassName
{
color: #50B5EF;
}
</style>
background-color css
<style>
a { background-color: #50B5EF; }
a { background-color: rgb(80,181,239); }
div.DivClassName
{
background-color: #50B5EF;
}
.BgClassName
{
background-color: #50B5EF;
}
</style>
border-color css
<style>
span { border-color: #50B5EF; }
span { border-color: rgb(80,181,239); }
td.TdClassName
{
border-color: #50B5EF;
}
.TagClassName
{
border-color: #50B5EF;
}
</style>