Shades of Malibu #50ADEC
Tints of Malibu #50ADEC
RGB
CMYK
RGB Variations
Color information
#50ADEC (or 0x50ADEC) is known color: Malibu. HEX triplet: 50, AD and EC. RGB value is (80,173,236). Sum of RGB (Red+Green+Blue) = 80+173+236=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #50ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ADEC is #AF5213. Grayscale: #989898. Windows color (decimal): -11489812 or 15510864. OLE color: 15510864.
HSL color Cylindrical-coordinate representation of color #50ADEC: hue angle of 204.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ADEC is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 173 | 236 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.07 |
| HSL | 204.23º | 0.8% | 0.62% | - |
| HSV(B) | 204.23º | 0.66% | 0.93% | - |
| XYZ | 33.39 | 37.65 | 84.86 | - |
| YUV | 152.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 236 | 0.66 | 0.27 | 0 | 0.07 | 204.23 | 0.8 | 0.62 |
| Hex | 50 | AD | EC | 42 | 1B | 0 | 7 | CC | 50 | 3E |
| Octal | 120 | 255 | 354 | 102 | 33 | 0 | 7 | 314 | 120 | 76 |
| Binary | 1010000 | 10101101 | 11101100 | 1000010 | 11011 | 0 | 111 | 11001100 | 1010000 | 111110 |
Color Harmonies of #50ADEC
Complementary color
Monochromatic Colors of #50ADEC
Black with #50ADEC
Text Example
Text Example
White with #50ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADEC; }
p { color: rgb(80,173,236); }
H1.HeaderClassName
{
color: #50ADEC;
}
.AnyTagClassName
{
color: #50ADEC;
}
</style>
background-color css
<style>
a { background-color: #50ADEC; }
a { background-color: rgb(80,173,236); }
div.DivClassName
{
background-color: #50ADEC;
}
.BgClassName
{
background-color: #50ADEC;
}
</style>
border-color css
<style>
span { border-color: #50ADEC; }
span { border-color: rgb(80,173,236); }
td.TdClassName
{
border-color: #50ADEC;
}
.TagClassName
{
border-color: #50ADEC;
}
</style>