Shades of Malibu #50B7DE
Tints of Malibu #50B7DE
RGB
CMYK
RGB Variations
Color information
#50B7DE (or 0x50B7DE) is known color: Malibu. HEX triplet: 50, B7 and DE. RGB value is (80,183,222). Sum of RGB (Red+Green+Blue) = 80+183+222=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #50B7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7DE is #AF4821. Grayscale: #9C9C9C. Windows color (decimal): -11487266 or 14595920. OLE color: 14595920.
HSL color Cylindrical-coordinate representation of color #50B7DE: hue angle of 196.48º 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 #50B7DE is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 183 | 222 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.13 |
| HSL | 196.48º | 0.68% | 0.59% | - |
| HSV(B) | 196.48º | 0.64% | 0.87% | - |
| XYZ | 33.43 | 40.85 | 75.23 | - |
| YUV | 156.65 | 164.88 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 222 | 0.64 | 0.18 | 0 | 0.13 | 196.48 | 0.68 | 0.59 |
| Hex | 50 | B7 | DE | 40 | 12 | 0 | D | C4 | 44 | 3B |
| Octal | 120 | 267 | 336 | 100 | 22 | 0 | 15 | 304 | 104 | 73 |
| Binary | 1010000 | 10110111 | 11011110 | 1000000 | 10010 | 0 | 1101 | 11000100 | 1000100 | 111011 |
Color Harmonies of #50B7DE
Complementary color
Monochromatic Colors of #50B7DE
Black with #50B7DE
Text Example
Text Example
White with #50B7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B7DE; }
p { color: rgb(80,183,222); }
H1.HeaderClassName
{
color: #50B7DE;
}
.AnyTagClassName
{
color: #50B7DE;
}
</style>
background-color css
<style>
a { background-color: #50B7DE; }
a { background-color: rgb(80,183,222); }
div.DivClassName
{
background-color: #50B7DE;
}
.BgClassName
{
background-color: #50B7DE;
}
</style>
border-color css
<style>
span { border-color: #50B7DE; }
span { border-color: rgb(80,183,222); }
td.TdClassName
{
border-color: #50B7DE;
}
.TagClassName
{
border-color: #50B7DE;
}
</style>