Shades of Malibu #50B0F7
Tints of Malibu #50B0F7
RGB
CMYK
RGB Variations
Color information
#50B0F7 (or 0x50B0F7) is known color: Malibu. HEX triplet: 50, B0 and F7. RGB value is (80,176,247). Sum of RGB (Red+Green+Blue) = 80+176+247=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #50B0F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B0F7 is #AF4F08. Grayscale: #9B9B9B. Windows color (decimal): -11489033 or 16232528. OLE color: 16232528.
HSL color Cylindrical-coordinate representation of color #50B0F7: hue angle of 205.51º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50B0F7 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 176 | 247 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.03 |
| HSL | 205.51º | 0.91% | 0.64% | - |
| HSV(B) | 205.51º | 0.68% | 0.97% | - |
| XYZ | 35.62 | 39.47 | 93.74 | - |
| YUV | 155.39 | 179.7 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 176 | 247 | 0.68 | 0.29 | 0 | 0.03 | 205.51 | 0.91 | 0.64 |
| Hex | 50 | B0 | F7 | 44 | 1D | 0 | 3 | CE | 5B | 40 |
| Octal | 120 | 260 | 367 | 104 | 35 | 0 | 3 | 316 | 133 | 100 |
| Binary | 1010000 | 10110000 | 11110111 | 1000100 | 11101 | 0 | 11 | 11001110 | 1011011 | 1000000 |
Color Harmonies of #50B0F7
Complementary color
Monochromatic Colors of #50B0F7
Black with #50B0F7
Text Example
Text Example
White with #50B0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B0F7; }
p { color: rgb(80,176,247); }
H1.HeaderClassName
{
color: #50B0F7;
}
.AnyTagClassName
{
color: #50B0F7;
}
</style>
background-color css
<style>
a { background-color: #50B0F7; }
a { background-color: rgb(80,176,247); }
div.DivClassName
{
background-color: #50B0F7;
}
.BgClassName
{
background-color: #50B0F7;
}
</style>
border-color css
<style>
span { border-color: #50B0F7; }
span { border-color: rgb(80,176,247); }
td.TdClassName
{
border-color: #50B0F7;
}
.TagClassName
{
border-color: #50B0F7;
}
</style>