Shades of Malibu #50B7DF
Tints of Malibu #50B7DF
RGB
CMYK
RGB Variations
Color information
#50B7DF (or 0x50B7DF) is known color: Malibu. HEX triplet: 50, B7 and DF. RGB value is (80,183,223). Sum of RGB (Red+Green+Blue) = 80+183+223=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #50B7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7DF is #AF4820. Grayscale: #9C9C9C. Windows color (decimal): -11487265 or 14661456. OLE color: 14661456.
HSL color Cylindrical-coordinate representation of color #50B7DF: hue angle of 196.78º degrees, saturation: 0.69, 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 #50B7DF is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 183 | 223 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.13 |
| HSL | 196.78º | 0.69% | 0.59% | - |
| HSV(B) | 196.78º | 0.64% | 0.87% | - |
| XYZ | 33.56 | 40.9 | 75.94 | - |
| YUV | 156.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 223 | 0.64 | 0.18 | 0 | 0.13 | 196.78 | 0.69 | 0.59 |
| Hex | 50 | B7 | DF | 40 | 12 | 0 | D | C5 | 45 | 3B |
| Octal | 120 | 267 | 337 | 100 | 22 | 0 | 15 | 305 | 105 | 73 |
| Binary | 1010000 | 10110111 | 11011111 | 1000000 | 10010 | 0 | 1101 | 11000101 | 1000101 | 111011 |
Color Harmonies of #50B7DF
Complementary color
Monochromatic Colors of #50B7DF
Black with #50B7DF
Text Example
Text Example
White with #50B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B7DF; }
p { color: rgb(80,183,223); }
H1.HeaderClassName
{
color: #50B7DF;
}
.AnyTagClassName
{
color: #50B7DF;
}
</style>
background-color css
<style>
a { background-color: #50B7DF; }
a { background-color: rgb(80,183,223); }
div.DivClassName
{
background-color: #50B7DF;
}
.BgClassName
{
background-color: #50B7DF;
}
</style>
border-color css
<style>
span { border-color: #50B7DF; }
span { border-color: rgb(80,183,223); }
td.TdClassName
{
border-color: #50B7DF;
}
.TagClassName
{
border-color: #50B7DF;
}
</style>