Shades of Malibu #50BAFA
Tints of Malibu #50BAFA
RGB
CMYK
RGB Variations
Color information
#50BAFA (or 0x50BAFA) is known color: Malibu. HEX triplet: 50, BA and FA. RGB value is (80,186,250). Sum of RGB (Red+Green+Blue) = 80+186+250=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #50BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAFA is #AF4505. Grayscale: #A1A1A1. Windows color (decimal): -11486470 or 16431696. OLE color: 16431696.
HSL color Cylindrical-coordinate representation of color #50BAFA: hue angle of 202.59º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50BAFA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 186 | 250 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.02 |
| HSL | 202.59º | 0.94% | 0.65% | - |
| HSV(B) | 202.59º | 0.68% | 0.98% | - |
| XYZ | 38.12 | 43.73 | 96.87 | - |
| YUV | 161.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 250 | 0.68 | 0.26 | 0 | 0.02 | 202.59 | 0.94 | 0.65 |
| Hex | 50 | BA | FA | 44 | 1A | 0 | 2 | CB | 5E | 41 |
| Octal | 120 | 272 | 372 | 104 | 32 | 0 | 2 | 313 | 136 | 101 |
| Binary | 1010000 | 10111010 | 11111010 | 1000100 | 11010 | 0 | 10 | 11001011 | 1011110 | 1000001 |
Color Harmonies of #50BAFA
Complementary color
Monochromatic Colors of #50BAFA
Black with #50BAFA
Text Example
Text Example
White with #50BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BAFA; }
p { color: rgb(80,186,250); }
H1.HeaderClassName
{
color: #50BAFA;
}
.AnyTagClassName
{
color: #50BAFA;
}
</style>
background-color css
<style>
a { background-color: #50BAFA; }
a { background-color: rgb(80,186,250); }
div.DivClassName
{
background-color: #50BAFA;
}
.BgClassName
{
background-color: #50BAFA;
}
</style>
border-color css
<style>
span { border-color: #50BAFA; }
span { border-color: rgb(80,186,250); }
td.TdClassName
{
border-color: #50BAFA;
}
.TagClassName
{
border-color: #50BAFA;
}
</style>