Shades of Malibu #50A8EF
Tints of Malibu #50A8EF
RGB
CMYK
RGB Variations
Color information
#50A8EF (or 0x50A8EF) is known color: Malibu. HEX triplet: 50, A8 and EF. RGB value is (80,168,239). Sum of RGB (Red+Green+Blue) = 80+168+239=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #50A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8EF is #AF5710. Grayscale: #959595. Windows color (decimal): -11491089 or 15706192. OLE color: 15706192.
HSL color Cylindrical-coordinate representation of color #50A8EF: hue angle of 206.79º 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 #50A8EF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 168 | 239 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.06 |
| HSL | 206.79º | 0.83% | 0.63% | - |
| HSV(B) | 206.79º | 0.67% | 0.94% | - |
| XYZ | 32.89 | 35.94 | 86.87 | - |
| YUV | 149.78 | 178.35 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 239 | 0.67 | 0.30 | 0 | 0.06 | 206.79 | 0.83 | 0.63 |
| Hex | 50 | A8 | EF | 43 | 1E | 0 | 6 | CF | 53 | 3F |
| Octal | 120 | 250 | 357 | 103 | 36 | 0 | 6 | 317 | 123 | 77 |
| Binary | 1010000 | 10101000 | 11101111 | 1000011 | 11110 | 0 | 110 | 11001111 | 1010011 | 111111 |
Color Harmonies of #50A8EF
Complementary color
Monochromatic Colors of #50A8EF
Black with #50A8EF
Text Example
Text Example
White with #50A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8EF; }
p { color: rgb(80,168,239); }
H1.HeaderClassName
{
color: #50A8EF;
}
.AnyTagClassName
{
color: #50A8EF;
}
</style>
background-color css
<style>
a { background-color: #50A8EF; }
a { background-color: rgb(80,168,239); }
div.DivClassName
{
background-color: #50A8EF;
}
.BgClassName
{
background-color: #50A8EF;
}
</style>
border-color css
<style>
span { border-color: #50A8EF; }
span { border-color: rgb(80,168,239); }
td.TdClassName
{
border-color: #50A8EF;
}
.TagClassName
{
border-color: #50A8EF;
}
</style>