Shades of Malibu #50BDFB
Tints of Malibu #50BDFB
RGB
CMYK
RGB Variations
Color information
#50BDFB (or 0x50BDFB) is known color: Malibu. HEX triplet: 50, BD and FB. RGB value is (80,189,251). Sum of RGB (Red+Green+Blue) = 80+189+251=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #50BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDFB is #AF4204. Grayscale: #A3A3A3. Windows color (decimal): -11485701 or 16498000. OLE color: 16498000.
HSL color Cylindrical-coordinate representation of color #50BDFB: hue angle of 201.75º degrees, saturation: 0.96, 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 #50BDFB is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 189 | 251 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.02 |
| HSL | 201.75º | 0.96% | 0.65% | - |
| HSV(B) | 201.75º | 0.68% | 0.98% | - |
| XYZ | 38.92 | 45.07 | 97.91 | - |
| YUV | 163.48 | 177.39 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 251 | 0.68 | 0.25 | 0 | 0.02 | 201.75 | 0.96 | 0.65 |
| Hex | 50 | BD | FB | 44 | 19 | 0 | 2 | CA | 60 | 41 |
| Octal | 120 | 275 | 373 | 104 | 31 | 0 | 2 | 312 | 140 | 101 |
| Binary | 1010000 | 10111101 | 11111011 | 1000100 | 11001 | 0 | 10 | 11001010 | 1100000 | 1000001 |
Color Harmonies of #50BDFB
Complementary color
Monochromatic Colors of #50BDFB
Black with #50BDFB
Text Example
Text Example
White with #50BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDFB; }
p { color: rgb(80,189,251); }
H1.HeaderClassName
{
color: #50BDFB;
}
.AnyTagClassName
{
color: #50BDFB;
}
</style>
background-color css
<style>
a { background-color: #50BDFB; }
a { background-color: rgb(80,189,251); }
div.DivClassName
{
background-color: #50BDFB;
}
.BgClassName
{
background-color: #50BDFB;
}
</style>
border-color css
<style>
span { border-color: #50BDFB; }
span { border-color: rgb(80,189,251); }
td.TdClassName
{
border-color: #50BDFB;
}
.TagClassName
{
border-color: #50BDFB;
}
</style>