Shades of Malibu #50B7F9
Tints of Malibu #50B7F9
RGB
CMYK
RGB Variations
Color information
#50B7F9 (or 0x50B7F9) is known color: Malibu. HEX triplet: 50, B7 and F9. RGB value is (80,183,249). Sum of RGB (Red+Green+Blue) = 80+183+249=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #50B7F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B7F9 is #AF4806. Grayscale: #9F9F9F. Windows color (decimal): -11487239 or 16365392. OLE color: 16365392.
HSL color Cylindrical-coordinate representation of color #50B7F9: hue angle of 203.43º degrees, saturation: 0.93, 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 #50B7F9 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 183 | 249 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.02 |
| HSL | 203.43º | 0.93% | 0.65% | - |
| HSV(B) | 203.43º | 0.68% | 0.98% | - |
| XYZ | 37.34 | 42.41 | 95.84 | - |
| YUV | 159.73 | 178.38 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 249 | 0.68 | 0.27 | 0 | 0.02 | 203.43 | 0.93 | 0.65 |
| Hex | 50 | B7 | F9 | 44 | 1B | 0 | 2 | CB | 5D | 41 |
| Octal | 120 | 267 | 371 | 104 | 33 | 0 | 2 | 313 | 135 | 101 |
| Binary | 1010000 | 10110111 | 11111001 | 1000100 | 11011 | 0 | 10 | 11001011 | 1011101 | 1000001 |
Color Harmonies of #50B7F9
Complementary color
Monochromatic Colors of #50B7F9
Black with #50B7F9
Text Example
Text Example
White with #50B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B7F9; }
p { color: rgb(80,183,249); }
H1.HeaderClassName
{
color: #50B7F9;
}
.AnyTagClassName
{
color: #50B7F9;
}
</style>
background-color css
<style>
a { background-color: #50B7F9; }
a { background-color: rgb(80,183,249); }
div.DivClassName
{
background-color: #50B7F9;
}
.BgClassName
{
background-color: #50B7F9;
}
</style>
border-color css
<style>
span { border-color: #50B7F9; }
span { border-color: rgb(80,183,249); }
td.TdClassName
{
border-color: #50B7F9;
}
.TagClassName
{
border-color: #50B7F9;
}
</style>