Shades of Malibu #50BFF4
Tints of Malibu #50BFF4
RGB
CMYK
RGB Variations
Color information
#50BFF4 (or 0x50BFF4) is known color: Malibu. HEX triplet: 50, BF and F4. RGB value is (80,191,244). Sum of RGB (Red+Green+Blue) = 80+191+244=515 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.53% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #50BFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFF4 is #AF400B. Grayscale: #A3A3A3. Windows color (decimal): -11485196 or 16039760. OLE color: 16039760.
HSL color Cylindrical-coordinate representation of color #50BFF4: hue angle of 199.39º 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 #50BFF4 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 191 | 244 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.04 |
| HSL | 199.39º | 0.88% | 0.64% | - |
| HSV(B) | 199.39º | 0.67% | 0.96% | - |
| XYZ | 38.27 | 45.5 | 92.35 | - |
| YUV | 163.85 | 173.23 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 244 | 0.67 | 0.22 | 0 | 0.04 | 199.39 | 0.88 | 0.64 |
| Hex | 50 | BF | F4 | 43 | 16 | 0 | 4 | C7 | 58 | 40 |
| Octal | 120 | 277 | 364 | 103 | 26 | 0 | 4 | 307 | 130 | 100 |
| Binary | 1010000 | 10111111 | 11110100 | 1000011 | 10110 | 0 | 100 | 11000111 | 1011000 | 1000000 |
Color Harmonies of #50BFF4
Complementary color
Monochromatic Colors of #50BFF4
Black with #50BFF4
Text Example
Text Example
White with #50BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFF4; }
p { color: rgb(80,191,244); }
H1.HeaderClassName
{
color: #50BFF4;
}
.AnyTagClassName
{
color: #50BFF4;
}
</style>
background-color css
<style>
a { background-color: #50BFF4; }
a { background-color: rgb(80,191,244); }
div.DivClassName
{
background-color: #50BFF4;
}
.BgClassName
{
background-color: #50BFF4;
}
</style>
border-color css
<style>
span { border-color: #50BFF4; }
span { border-color: rgb(80,191,244); }
td.TdClassName
{
border-color: #50BFF4;
}
.TagClassName
{
border-color: #50BFF4;
}
</style>