Shades of Malibu #50B8FD
Tints of Malibu #50B8FD
RGB
CMYK
RGB Variations
Color information
#50B8FD (or 0x50B8FD) is known color: Malibu. HEX triplet: 50, B8 and FD. RGB value is (80,184,253). Sum of RGB (Red+Green+Blue) = 80+184+253=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #50B8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B8FD is #AF4702. Grayscale: #A0A0A0. Windows color (decimal): -11486979 or 16627792. OLE color: 16627792.
HSL color Cylindrical-coordinate representation of color #50B8FD: hue angle of 203.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50B8FD is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 184 | 253 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.01 |
| HSL | 203.93º | 0.98% | 0.65% | - |
| HSV(B) | 203.93º | 0.68% | 0.99% | - |
| XYZ | 38.18 | 43.08 | 99.23 | - |
| YUV | 160.77 | 180.04 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 253 | 0.68 | 0.27 | 0 | 0.01 | 203.93 | 0.98 | 0.65 |
| Hex | 50 | B8 | FD | 44 | 1B | 0 | 1 | CC | 62 | 41 |
| Octal | 120 | 270 | 375 | 104 | 33 | 0 | 1 | 314 | 142 | 101 |
| Binary | 1010000 | 10111000 | 11111101 | 1000100 | 11011 | 0 | 1 | 11001100 | 1100010 | 1000001 |
Color Harmonies of #50B8FD
Complementary color
Monochromatic Colors of #50B8FD
Black with #50B8FD
Text Example
Text Example
White with #50B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B8FD; }
p { color: rgb(80,184,253); }
H1.HeaderClassName
{
color: #50B8FD;
}
.AnyTagClassName
{
color: #50B8FD;
}
</style>
background-color css
<style>
a { background-color: #50B8FD; }
a { background-color: rgb(80,184,253); }
div.DivClassName
{
background-color: #50B8FD;
}
.BgClassName
{
background-color: #50B8FD;
}
</style>
border-color css
<style>
span { border-color: #50B8FD; }
span { border-color: rgb(80,184,253); }
td.TdClassName
{
border-color: #50B8FD;
}
.TagClassName
{
border-color: #50B8FD;
}
</style>