Shades of Malibu #50ADE9
Tints of Malibu #50ADE9
RGB
CMYK
RGB Variations
Color information
#50ADE9 (or 0x50ADE9) is known color: Malibu. HEX triplet: 50, AD and E9. RGB value is (80,173,233). Sum of RGB (Red+Green+Blue) = 80+173+233=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #50ADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ADE9 is #AF5216. Grayscale: #979797. Windows color (decimal): -11489815 or 15314256. OLE color: 15314256.
HSL color Cylindrical-coordinate representation of color #50ADE9: hue angle of 203.53º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ADE9 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 173 | 233 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.09 |
| HSL | 203.53º | 0.78% | 0.61% | - |
| HSV(B) | 203.53º | 0.66% | 0.91% | - |
| XYZ | 32.96 | 37.48 | 82.59 | - |
| YUV | 152.03 | 173.69 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 233 | 0.66 | 0.26 | 0 | 0.09 | 203.53 | 0.78 | 0.61 |
| Hex | 50 | AD | E9 | 42 | 1A | 0 | 9 | CC | 4E | 3D |
| Octal | 120 | 255 | 351 | 102 | 32 | 0 | 11 | 314 | 116 | 75 |
| Binary | 1010000 | 10101101 | 11101001 | 1000010 | 11010 | 0 | 1001 | 11001100 | 1001110 | 111101 |
Color Harmonies of #50ADE9
Complementary color
Monochromatic Colors of #50ADE9
Black with #50ADE9
Text Example
Text Example
White with #50ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADE9; }
p { color: rgb(80,173,233); }
H1.HeaderClassName
{
color: #50ADE9;
}
.AnyTagClassName
{
color: #50ADE9;
}
</style>
background-color css
<style>
a { background-color: #50ADE9; }
a { background-color: rgb(80,173,233); }
div.DivClassName
{
background-color: #50ADE9;
}
.BgClassName
{
background-color: #50ADE9;
}
</style>
border-color css
<style>
span { border-color: #50ADE9; }
span { border-color: rgb(80,173,233); }
td.TdClassName
{
border-color: #50ADE9;
}
.TagClassName
{
border-color: #50ADE9;
}
</style>