Shades of Malibu #50BCF4
Tints of Malibu #50BCF4
RGB
CMYK
RGB Variations
Color information
#50BCF4 (or 0x50BCF4) is known color: Malibu. HEX triplet: 50, BC and F4. RGB value is (80,188,244). Sum of RGB (Red+Green+Blue) = 80+188+244=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #50BCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCF4 is #AF430B. Grayscale: #A1A1A1. Windows color (decimal): -11485964 or 16038992. OLE color: 16038992.
HSL color Cylindrical-coordinate representation of color #50BCF4: hue angle of 200.49º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50BCF4 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 188 | 244 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.04 |
| HSL | 200.49º | 0.88% | 0.64% | - |
| HSV(B) | 200.49º | 0.67% | 0.96% | - |
| XYZ | 37.62 | 44.2 | 92.14 | - |
| YUV | 162.09 | 174.22 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 244 | 0.67 | 0.23 | 0 | 0.04 | 200.49 | 0.88 | 0.64 |
| Hex | 50 | BC | F4 | 43 | 17 | 0 | 4 | C8 | 58 | 40 |
| Octal | 120 | 274 | 364 | 103 | 27 | 0 | 4 | 310 | 130 | 100 |
| Binary | 1010000 | 10111100 | 11110100 | 1000011 | 10111 | 0 | 100 | 11001000 | 1011000 | 1000000 |
Color Harmonies of #50BCF4
Complementary color
Monochromatic Colors of #50BCF4
Black with #50BCF4
Text Example
Text Example
White with #50BCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCF4; }
p { color: rgb(80,188,244); }
H1.HeaderClassName
{
color: #50BCF4;
}
.AnyTagClassName
{
color: #50BCF4;
}
</style>
background-color css
<style>
a { background-color: #50BCF4; }
a { background-color: rgb(80,188,244); }
div.DivClassName
{
background-color: #50BCF4;
}
.BgClassName
{
background-color: #50BCF4;
}
</style>
border-color css
<style>
span { border-color: #50BCF4; }
span { border-color: rgb(80,188,244); }
td.TdClassName
{
border-color: #50BCF4;
}
.TagClassName
{
border-color: #50BCF4;
}
</style>