Shades of Malibu #50ADE4
Tints of Malibu #50ADE4
RGB
CMYK
RGB Variations
Color information
#50ADE4 (or 0x50ADE4) is known color: Malibu. HEX triplet: 50, AD and E4. RGB value is (80,173,228). Sum of RGB (Red+Green+Blue) = 80+173+228=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #50ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADE4 is #AF521B. Grayscale: #979797. Windows color (decimal): -11489820 or 14986576. OLE color: 14986576.
HSL color Cylindrical-coordinate representation of color #50ADE4: hue angle of 202.3º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50ADE4 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 173 | 228 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.11 |
| HSL | 202.3º | 0.73% | 0.6% | - |
| HSV(B) | 202.3º | 0.65% | 0.89% | - |
| XYZ | 32.26 | 37.19 | 78.88 | - |
| YUV | 151.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 228 | 0.65 | 0.24 | 0 | 0.11 | 202.3 | 0.73 | 0.6 |
| Hex | 50 | AD | E4 | 41 | 18 | 0 | B | CA | 49 | 3C |
| Octal | 120 | 255 | 344 | 101 | 30 | 0 | 13 | 312 | 111 | 74 |
| Binary | 1010000 | 10101101 | 11100100 | 1000001 | 11000 | 0 | 1011 | 11001010 | 1001001 | 111100 |
Color Harmonies of #50ADE4
Complementary color
Monochromatic Colors of #50ADE4
Black with #50ADE4
Text Example
Text Example
White with #50ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADE4; }
p { color: rgb(80,173,228); }
H1.HeaderClassName
{
color: #50ADE4;
}
.AnyTagClassName
{
color: #50ADE4;
}
</style>
background-color css
<style>
a { background-color: #50ADE4; }
a { background-color: rgb(80,173,228); }
div.DivClassName
{
background-color: #50ADE4;
}
.BgClassName
{
background-color: #50ADE4;
}
</style>
border-color css
<style>
span { border-color: #50ADE4; }
span { border-color: rgb(80,173,228); }
td.TdClassName
{
border-color: #50ADE4;
}
.TagClassName
{
border-color: #50ADE4;
}
</style>