Shades of Malibu #50B9FC
Tints of Malibu #50B9FC
RGB
CMYK
RGB Variations
Color information
#50B9FC (or 0x50B9FC) is known color: Malibu. HEX triplet: 50, B9 and FC. RGB value is (80,185,252). Sum of RGB (Red+Green+Blue) = 80+185+252=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #50B9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9FC is #AF4603. Grayscale: #A0A0A0. Windows color (decimal): -11486724 or 16562512. OLE color: 16562512.
HSL color Cylindrical-coordinate representation of color #50B9FC: hue angle of 203.37º degrees, saturation: 0.97, 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 #50B9FC is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 185 | 252 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.01 |
| HSL | 203.37º | 0.97% | 0.65% | - |
| HSV(B) | 203.37º | 0.68% | 0.99% | - |
| XYZ | 38.23 | 43.43 | 98.46 | - |
| YUV | 161.24 | 179.21 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 252 | 0.68 | 0.27 | 0 | 0.01 | 203.37 | 0.97 | 0.65 |
| Hex | 50 | B9 | FC | 44 | 1B | 0 | 1 | CB | 61 | 41 |
| Octal | 120 | 271 | 374 | 104 | 33 | 0 | 1 | 313 | 141 | 101 |
| Binary | 1010000 | 10111001 | 11111100 | 1000100 | 11011 | 0 | 1 | 11001011 | 1100001 | 1000001 |
Color Harmonies of #50B9FC
Complementary color
Monochromatic Colors of #50B9FC
Black with #50B9FC
Text Example
Text Example
White with #50B9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9FC; }
p { color: rgb(80,185,252); }
H1.HeaderClassName
{
color: #50B9FC;
}
.AnyTagClassName
{
color: #50B9FC;
}
</style>
background-color css
<style>
a { background-color: #50B9FC; }
a { background-color: rgb(80,185,252); }
div.DivClassName
{
background-color: #50B9FC;
}
.BgClassName
{
background-color: #50B9FC;
}
</style>
border-color css
<style>
span { border-color: #50B9FC; }
span { border-color: rgb(80,185,252); }
td.TdClassName
{
border-color: #50B9FC;
}
.TagClassName
{
border-color: #50B9FC;
}
</style>