Shades of Malibu #50C0EF
Tints of Malibu #50C0EF
RGB
CMYK
RGB Variations
Color information
#50C0EF (or 0x50C0EF) is known color: Malibu. HEX triplet: 50, C0 and EF. RGB value is (80,192,239). Sum of RGB (Red+Green+Blue) = 80+192+239=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #50C0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C0EF is #AF3F10. Grayscale: #A3A3A3. Windows color (decimal): -11484945 or 15712336. OLE color: 15712336.
HSL color Cylindrical-coordinate representation of color #50C0EF: hue angle of 197.74º 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 #50C0EF is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 192 | 239 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.06 |
| HSL | 197.74º | 0.83% | 0.63% | - |
| HSV(B) | 197.74º | 0.67% | 0.94% | - |
| XYZ | 37.74 | 45.64 | 88.48 | - |
| YUV | 163.87 | 170.39 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 239 | 0.67 | 0.20 | 0 | 0.06 | 197.74 | 0.83 | 0.63 |
| Hex | 50 | C0 | EF | 43 | 14 | 0 | 6 | C6 | 53 | 3F |
| Octal | 120 | 300 | 357 | 103 | 24 | 0 | 6 | 306 | 123 | 77 |
| Binary | 1010000 | 11000000 | 11101111 | 1000011 | 10100 | 0 | 110 | 11000110 | 1010011 | 111111 |
Color Harmonies of #50C0EF
Complementary color
Monochromatic Colors of #50C0EF
Black with #50C0EF
Text Example
Text Example
White with #50C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C0EF; }
p { color: rgb(80,192,239); }
H1.HeaderClassName
{
color: #50C0EF;
}
.AnyTagClassName
{
color: #50C0EF;
}
</style>
background-color css
<style>
a { background-color: #50C0EF; }
a { background-color: rgb(80,192,239); }
div.DivClassName
{
background-color: #50C0EF;
}
.BgClassName
{
background-color: #50C0EF;
}
</style>
border-color css
<style>
span { border-color: #50C0EF; }
span { border-color: rgb(80,192,239); }
td.TdClassName
{
border-color: #50C0EF;
}
.TagClassName
{
border-color: #50C0EF;
}
</style>