Shades of Malibu #50C0EA
Tints of Malibu #50C0EA
RGB
CMYK
RGB Variations
Color information
#50C0EA (or 0x50C0EA) is known color: Malibu. HEX triplet: 50, C0 and EA. RGB value is (80,192,234). Sum of RGB (Red+Green+Blue) = 80+192+234=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #50C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C0EA is #AF3F15. Grayscale: #A3A3A3. Windows color (decimal): -11484950 or 15384656. OLE color: 15384656.
HSL color Cylindrical-coordinate representation of color #50C0EA: hue angle of 196.36º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50C0EA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 192 | 234 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.08 |
| HSL | 196.36º | 0.79% | 0.62% | - |
| HSV(B) | 196.36º | 0.66% | 0.92% | - |
| XYZ | 37.01 | 45.35 | 84.64 | - |
| YUV | 163.3 | 167.89 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 234 | 0.66 | 0.18 | 0 | 0.08 | 196.36 | 0.79 | 0.62 |
| Hex | 50 | C0 | EA | 42 | 12 | 0 | 8 | C4 | 4F | 3E |
| Octal | 120 | 300 | 352 | 102 | 22 | 0 | 10 | 304 | 117 | 76 |
| Binary | 1010000 | 11000000 | 11101010 | 1000010 | 10010 | 0 | 1000 | 11000100 | 1001111 | 111110 |
Color Harmonies of #50C0EA
Complementary color
Monochromatic Colors of #50C0EA
Black with #50C0EA
Text Example
Text Example
White with #50C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C0EA; }
p { color: rgb(80,192,234); }
H1.HeaderClassName
{
color: #50C0EA;
}
.AnyTagClassName
{
color: #50C0EA;
}
</style>
background-color css
<style>
a { background-color: #50C0EA; }
a { background-color: rgb(80,192,234); }
div.DivClassName
{
background-color: #50C0EA;
}
.BgClassName
{
background-color: #50C0EA;
}
</style>
border-color css
<style>
span { border-color: #50C0EA; }
span { border-color: rgb(80,192,234); }
td.TdClassName
{
border-color: #50C0EA;
}
.TagClassName
{
border-color: #50C0EA;
}
</style>