Shades of Malibu #50BEE4
Tints of Malibu #50BEE4
RGB
CMYK
RGB Variations
Color information
#50BEE4 (or 0x50BEE4) is known color: Malibu. HEX triplet: 50, BE and E4. RGB value is (80,190,228). Sum of RGB (Red+Green+Blue) = 80+190+228=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #50BEE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEE4 is #AF411B. Grayscale: #A1A1A1. Windows color (decimal): -11485468 or 14990928. OLE color: 14990928.
HSL color Cylindrical-coordinate representation of color #50BEE4: hue angle of 195.41º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50BEE4 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 190 | 228 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.11 |
| HSL | 195.41º | 0.73% | 0.6% | - |
| HSV(B) | 195.41º | 0.65% | 0.89% | - |
| XYZ | 35.73 | 44.13 | 80.03 | - |
| YUV | 161.44 | 165.56 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 228 | 0.65 | 0.17 | 0 | 0.11 | 195.41 | 0.73 | 0.6 |
| Hex | 50 | BE | E4 | 41 | 11 | 0 | B | C3 | 49 | 3C |
| Octal | 120 | 276 | 344 | 101 | 21 | 0 | 13 | 303 | 111 | 74 |
| Binary | 1010000 | 10111110 | 11100100 | 1000001 | 10001 | 0 | 1011 | 11000011 | 1001001 | 111100 |
Color Harmonies of #50BEE4
Complementary color
Monochromatic Colors of #50BEE4
Black with #50BEE4
Text Example
Text Example
White with #50BEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEE4; }
p { color: rgb(80,190,228); }
H1.HeaderClassName
{
color: #50BEE4;
}
.AnyTagClassName
{
color: #50BEE4;
}
</style>
background-color css
<style>
a { background-color: #50BEE4; }
a { background-color: rgb(80,190,228); }
div.DivClassName
{
background-color: #50BEE4;
}
.BgClassName
{
background-color: #50BEE4;
}
</style>
border-color css
<style>
span { border-color: #50BEE4; }
span { border-color: rgb(80,190,228); }
td.TdClassName
{
border-color: #50BEE4;
}
.TagClassName
{
border-color: #50BEE4;
}
</style>