Shades of Malibu #50ADEB
Tints of Malibu #50ADEB
RGB
CMYK
RGB Variations
Color information
#50ADEB (or 0x50ADEB) is known color: Malibu. HEX triplet: 50, AD and EB. RGB value is (80,173,235). Sum of RGB (Red+Green+Blue) = 80+173+235=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #50ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ADEB is #AF5214. Grayscale: #979797. Windows color (decimal): -11489813 or 15445328. OLE color: 15445328.
HSL color Cylindrical-coordinate representation of color #50ADEB: hue angle of 204º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ADEB is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 173 | 235 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.08 |
| HSL | 204º | 0.79% | 0.62% | - |
| HSV(B) | 204º | 0.66% | 0.92% | - |
| XYZ | 33.25 | 37.59 | 84.1 | - |
| YUV | 152.26 | 174.69 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 235 | 0.66 | 0.26 | 0 | 0.08 | 204 | 0.79 | 0.62 |
| Hex | 50 | AD | EB | 42 | 1A | 0 | 8 | CC | 4F | 3E |
| Octal | 120 | 255 | 353 | 102 | 32 | 0 | 10 | 314 | 117 | 76 |
| Binary | 1010000 | 10101101 | 11101011 | 1000010 | 11010 | 0 | 1000 | 11001100 | 1001111 | 111110 |
Color Harmonies of #50ADEB
Complementary color
Monochromatic Colors of #50ADEB
Black with #50ADEB
Text Example
Text Example
White with #50ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADEB; }
p { color: rgb(80,173,235); }
H1.HeaderClassName
{
color: #50ADEB;
}
.AnyTagClassName
{
color: #50ADEB;
}
</style>
background-color css
<style>
a { background-color: #50ADEB; }
a { background-color: rgb(80,173,235); }
div.DivClassName
{
background-color: #50ADEB;
}
.BgClassName
{
background-color: #50ADEB;
}
</style>
border-color css
<style>
span { border-color: #50ADEB; }
span { border-color: rgb(80,173,235); }
td.TdClassName
{
border-color: #50ADEB;
}
.TagClassName
{
border-color: #50ADEB;
}
</style>