Shades of Malibu #50BEDE
Tints of Malibu #50BEDE
RGB
CMYK
RGB Variations
Color information
#50BEDE (or 0x50BEDE) is known color: Malibu. HEX triplet: 50, BE and DE. RGB value is (80,190,222). Sum of RGB (Red+Green+Blue) = 80+190+222=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #50BEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEDE is #AF4121. Grayscale: #A0A0A0. Windows color (decimal): -11485474 or 14597712. OLE color: 14597712.
HSL color Cylindrical-coordinate representation of color #50BEDE: hue angle of 193.52º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BEDE is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 190 | 222 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.13 |
| HSL | 193.52º | 0.68% | 0.59% | - |
| HSV(B) | 193.52º | 0.64% | 0.87% | - |
| XYZ | 34.91 | 43.81 | 75.72 | - |
| YUV | 160.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 222 | 0.64 | 0.14 | 0 | 0.13 | 193.52 | 0.68 | 0.59 |
| Hex | 50 | BE | DE | 40 | E | 0 | D | C2 | 44 | 3B |
| Octal | 120 | 276 | 336 | 100 | 16 | 0 | 15 | 302 | 104 | 73 |
| Binary | 1010000 | 10111110 | 11011110 | 1000000 | 1110 | 0 | 1101 | 11000010 | 1000100 | 111011 |
Color Harmonies of #50BEDE
Complementary color
Monochromatic Colors of #50BEDE
Black with #50BEDE
Text Example
Text Example
White with #50BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEDE; }
p { color: rgb(80,190,222); }
H1.HeaderClassName
{
color: #50BEDE;
}
.AnyTagClassName
{
color: #50BEDE;
}
</style>
background-color css
<style>
a { background-color: #50BEDE; }
a { background-color: rgb(80,190,222); }
div.DivClassName
{
background-color: #50BEDE;
}
.BgClassName
{
background-color: #50BEDE;
}
</style>
border-color css
<style>
span { border-color: #50BEDE; }
span { border-color: rgb(80,190,222); }
td.TdClassName
{
border-color: #50BEDE;
}
.TagClassName
{
border-color: #50BEDE;
}
</style>