Shades of Malibu #50BDDF
Tints of Malibu #50BDDF
RGB
CMYK
RGB Variations
Color information
#50BDDF (or 0x50BDDF) is known color: Malibu. HEX triplet: 50, BD and DF. RGB value is (80,189,223). Sum of RGB (Red+Green+Blue) = 80+189+223=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #50BDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDDF is #AF4220. Grayscale: #A0A0A0. Windows color (decimal): -11485729 or 14662992. OLE color: 14662992.
HSL color Cylindrical-coordinate representation of color #50BDDF: hue angle of 194.27º 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 #50BDDF is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 189 | 223 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.13 |
| HSL | 194.27º | 0.69% | 0.59% | - |
| HSV(B) | 194.27º | 0.64% | 0.87% | - |
| XYZ | 34.83 | 43.43 | 76.36 | - |
| YUV | 160.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 223 | 0.64 | 0.15 | 0 | 0.13 | 194.27 | 0.69 | 0.59 |
| Hex | 50 | BD | DF | 40 | F | 0 | D | C2 | 45 | 3B |
| Octal | 120 | 275 | 337 | 100 | 17 | 0 | 15 | 302 | 105 | 73 |
| Binary | 1010000 | 10111101 | 11011111 | 1000000 | 1111 | 0 | 1101 | 11000010 | 1000101 | 111011 |
Color Harmonies of #50BDDF
Complementary color
Monochromatic Colors of #50BDDF
Black with #50BDDF
Text Example
Text Example
White with #50BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDDF; }
p { color: rgb(80,189,223); }
H1.HeaderClassName
{
color: #50BDDF;
}
.AnyTagClassName
{
color: #50BDDF;
}
</style>
background-color css
<style>
a { background-color: #50BDDF; }
a { background-color: rgb(80,189,223); }
div.DivClassName
{
background-color: #50BDDF;
}
.BgClassName
{
background-color: #50BDDF;
}
</style>
border-color css
<style>
span { border-color: #50BDDF; }
span { border-color: rgb(80,189,223); }
td.TdClassName
{
border-color: #50BDDF;
}
.TagClassName
{
border-color: #50BDDF;
}
</style>