Shades of Malibu #50AAEC
Tints of Malibu #50AAEC
RGB
CMYK
RGB Variations
Color information
#50AAEC (or 0x50AAEC) is known color: Malibu. HEX triplet: 50, AA and EC. RGB value is (80,170,236). Sum of RGB (Red+Green+Blue) = 80+170+236=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #50AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAEC is #AF5513. Grayscale: #969696. Windows color (decimal): -11490580 or 15510096. OLE color: 15510096.
HSL color Cylindrical-coordinate representation of color #50AAEC: hue angle of 205.38º 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 #50AAEC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 170 | 236 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.07 |
| HSL | 205.38º | 0.8% | 0.62% | - |
| HSV(B) | 205.38º | 0.66% | 0.93% | - |
| XYZ | 32.82 | 36.51 | 84.67 | - |
| YUV | 150.61 | 176.18 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 236 | 0.66 | 0.28 | 0 | 0.07 | 205.38 | 0.8 | 0.62 |
| Hex | 50 | AA | EC | 42 | 1C | 0 | 7 | CD | 50 | 3E |
| Octal | 120 | 252 | 354 | 102 | 34 | 0 | 7 | 315 | 120 | 76 |
| Binary | 1010000 | 10101010 | 11101100 | 1000010 | 11100 | 0 | 111 | 11001101 | 1010000 | 111110 |
Color Harmonies of #50AAEC
Complementary color
Monochromatic Colors of #50AAEC
Black with #50AAEC
Text Example
Text Example
White with #50AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAEC; }
p { color: rgb(80,170,236); }
H1.HeaderClassName
{
color: #50AAEC;
}
.AnyTagClassName
{
color: #50AAEC;
}
</style>
background-color css
<style>
a { background-color: #50AAEC; }
a { background-color: rgb(80,170,236); }
div.DivClassName
{
background-color: #50AAEC;
}
.BgClassName
{
background-color: #50AAEC;
}
</style>
border-color css
<style>
span { border-color: #50AAEC; }
span { border-color: rgb(80,170,236); }
td.TdClassName
{
border-color: #50AAEC;
}
.TagClassName
{
border-color: #50AAEC;
}
</style>