Shades of Malibu #50B0FF
Tints of Malibu #50B0FF
RGB
CMYK
RGB Variations
Color information
#50B0FF (or 0x50B0FF) is known color: Malibu. HEX triplet: 50, B0 and FF. RGB value is (80,176,255). Sum of RGB (Red+Green+Blue) = 80+176+255=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #50B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B0FF is #AF4F00. Grayscale: #9B9B9B. Windows color (decimal): -11489025 or 16756816. OLE color: 16756816.
HSL color Cylindrical-coordinate representation of color #50B0FF: hue angle of 207.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50B0FF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 176 | 255 | - |
| CMYK | 0.69 | 0.31 | 0 | 0 |
| HSL | 207.09º | 1% | 0.66% | - |
| HSV(B) | 207.09º | 0.69% | 1% | - |
| XYZ | 36.88 | 39.98 | 100.38 | - |
| YUV | 156.3 | 183.7 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 176 | 255 | 0.69 | 0.31 | 0 | 0 | 207.09 | 1 | 0.66 |
| Hex | 50 | B0 | FF | 45 | 1F | 0 | 0 | CF | 64 | 42 |
| Octal | 120 | 260 | 377 | 105 | 37 | 0 | 0 | 317 | 144 | 102 |
| Binary | 1010000 | 10110000 | 11111111 | 1000101 | 11111 | 0 | 0 | 11001111 | 1100100 | 1000010 |
Color Harmonies of #50B0FF
Complementary color
Monochromatic Colors of #50B0FF
Black with #50B0FF
Text Example
Text Example
White with #50B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B0FF; }
p { color: rgb(80,176,255); }
H1.HeaderClassName
{
color: #50B0FF;
}
.AnyTagClassName
{
color: #50B0FF;
}
</style>
background-color css
<style>
a { background-color: #50B0FF; }
a { background-color: rgb(80,176,255); }
div.DivClassName
{
background-color: #50B0FF;
}
.BgClassName
{
background-color: #50B0FF;
}
</style>
border-color css
<style>
span { border-color: #50B0FF; }
span { border-color: rgb(80,176,255); }
td.TdClassName
{
border-color: #50B0FF;
}
.TagClassName
{
border-color: #50B0FF;
}
</style>