Shades of Malibu #50A8EA
Tints of Malibu #50A8EA
RGB
CMYK
RGB Variations
Color information
#50A8EA (or 0x50A8EA) is known color: Malibu. HEX triplet: 50, A8 and EA. RGB value is (80,168,234). Sum of RGB (Red+Green+Blue) = 80+168+234=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #50A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8EA is #AF5715. Grayscale: #949494. Windows color (decimal): -11491094 or 15378512. OLE color: 15378512.
HSL color Cylindrical-coordinate representation of color #50A8EA: hue angle of 205.71º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A8EA is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 168 | 234 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.08 |
| HSL | 205.71º | 0.79% | 0.62% | - |
| HSV(B) | 205.71º | 0.66% | 0.92% | - |
| XYZ | 32.16 | 35.65 | 83.03 | - |
| YUV | 149.21 | 175.85 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 234 | 0.66 | 0.28 | 0 | 0.08 | 205.71 | 0.79 | 0.62 |
| Hex | 50 | A8 | EA | 42 | 1C | 0 | 8 | CE | 4F | 3E |
| Octal | 120 | 250 | 352 | 102 | 34 | 0 | 10 | 316 | 117 | 76 |
| Binary | 1010000 | 10101000 | 11101010 | 1000010 | 11100 | 0 | 1000 | 11001110 | 1001111 | 111110 |
Color Harmonies of #50A8EA
Complementary color
Monochromatic Colors of #50A8EA
Black with #50A8EA
Text Example
Text Example
White with #50A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8EA; }
p { color: rgb(80,168,234); }
H1.HeaderClassName
{
color: #50A8EA;
}
.AnyTagClassName
{
color: #50A8EA;
}
</style>
background-color css
<style>
a { background-color: #50A8EA; }
a { background-color: rgb(80,168,234); }
div.DivClassName
{
background-color: #50A8EA;
}
.BgClassName
{
background-color: #50A8EA;
}
</style>
border-color css
<style>
span { border-color: #50A8EA; }
span { border-color: rgb(80,168,234); }
td.TdClassName
{
border-color: #50A8EA;
}
.TagClassName
{
border-color: #50A8EA;
}
</style>