Shades of Malibu #50ADF6
Tints of Malibu #50ADF6
RGB
CMYK
RGB Variations
Color information
#50ADF6 (or 0x50ADF6) is known color: Malibu. HEX triplet: 50, AD and F6. RGB value is (80,173,246). Sum of RGB (Red+Green+Blue) = 80+173+246=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #50ADF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ADF6 is #AF5209. Grayscale: #999999. Windows color (decimal): -11489802 or 16166224. OLE color: 16166224.
HSL color Cylindrical-coordinate representation of color #50ADF6: hue angle of 206.39º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50ADF6 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 173 | 246 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.04 |
| HSL | 206.39º | 0.9% | 0.64% | - |
| HSV(B) | 206.39º | 0.67% | 0.96% | - |
| XYZ | 34.89 | 38.25 | 92.73 | - |
| YUV | 153.52 | 180.19 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 246 | 0.67 | 0.30 | 0 | 0.04 | 206.39 | 0.9 | 0.64 |
| Hex | 50 | AD | F6 | 43 | 1E | 0 | 4 | CE | 5A | 40 |
| Octal | 120 | 255 | 366 | 103 | 36 | 0 | 4 | 316 | 132 | 100 |
| Binary | 1010000 | 10101101 | 11110110 | 1000011 | 11110 | 0 | 100 | 11001110 | 1011010 | 1000000 |
Color Harmonies of #50ADF6
Complementary color
Monochromatic Colors of #50ADF6
Black with #50ADF6
Text Example
Text Example
White with #50ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADF6; }
p { color: rgb(80,173,246); }
H1.HeaderClassName
{
color: #50ADF6;
}
.AnyTagClassName
{
color: #50ADF6;
}
</style>
background-color css
<style>
a { background-color: #50ADF6; }
a { background-color: rgb(80,173,246); }
div.DivClassName
{
background-color: #50ADF6;
}
.BgClassName
{
background-color: #50ADF6;
}
</style>
border-color css
<style>
span { border-color: #50ADF6; }
span { border-color: rgb(80,173,246); }
td.TdClassName
{
border-color: #50ADF6;
}
.TagClassName
{
border-color: #50ADF6;
}
</style>