Shades of Malibu #50ADEF
Tints of Malibu #50ADEF
RGB
CMYK
RGB Variations
Color information
#50ADEF (or 0x50ADEF) is known color: Malibu. HEX triplet: 50, AD and EF. RGB value is (80,173,239). Sum of RGB (Red+Green+Blue) = 80+173+239=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #50ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ADEF is #AF5210. Grayscale: #989898. Windows color (decimal): -11489809 or 15707472. OLE color: 15707472.
HSL color Cylindrical-coordinate representation of color #50ADEF: hue angle of 204.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50ADEF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 173 | 239 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.06 |
| HSL | 204.91º | 0.83% | 0.63% | - |
| HSV(B) | 204.91º | 0.67% | 0.94% | - |
| XYZ | 33.83 | 37.82 | 87.18 | - |
| YUV | 152.72 | 176.69 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 239 | 0.67 | 0.28 | 0 | 0.06 | 204.91 | 0.83 | 0.63 |
| Hex | 50 | AD | EF | 43 | 1C | 0 | 6 | CD | 53 | 3F |
| Octal | 120 | 255 | 357 | 103 | 34 | 0 | 6 | 315 | 123 | 77 |
| Binary | 1010000 | 10101101 | 11101111 | 1000011 | 11100 | 0 | 110 | 11001101 | 1010011 | 111111 |
Color Harmonies of #50ADEF
Complementary color
Monochromatic Colors of #50ADEF
Black with #50ADEF
Text Example
Text Example
White with #50ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADEF; }
p { color: rgb(80,173,239); }
H1.HeaderClassName
{
color: #50ADEF;
}
.AnyTagClassName
{
color: #50ADEF;
}
</style>
background-color css
<style>
a { background-color: #50ADEF; }
a { background-color: rgb(80,173,239); }
div.DivClassName
{
background-color: #50ADEF;
}
.BgClassName
{
background-color: #50ADEF;
}
</style>
border-color css
<style>
span { border-color: #50ADEF; }
span { border-color: rgb(80,173,239); }
td.TdClassName
{
border-color: #50ADEF;
}
.TagClassName
{
border-color: #50ADEF;
}
</style>