Shades of Malibu #50BFE5
Tints of Malibu #50BFE5
RGB
CMYK
RGB Variations
Color information
#50BFE5 (or 0x50BFE5) is known color: Malibu. HEX triplet: 50, BF and E5. RGB value is (80,191,229). Sum of RGB (Red+Green+Blue) = 80+191+229=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #50BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFE5 is #AF401A. Grayscale: #A1A1A1. Windows color (decimal): -11485211 or 15056720. OLE color: 15056720.
HSL color Cylindrical-coordinate representation of color #50BFE5: hue angle of 195.3º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50BFE5 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 191 | 229 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.10 |
| HSL | 195.3º | 0.74% | 0.61% | - |
| HSV(B) | 195.3º | 0.65% | 0.9% | - |
| XYZ | 36.08 | 44.62 | 80.84 | - |
| YUV | 162.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 229 | 0.65 | 0.17 | 0 | 0.10 | 195.3 | 0.74 | 0.61 |
| Hex | 50 | BF | E5 | 41 | 11 | 0 | A | C3 | 4A | 3D |
| Octal | 120 | 277 | 345 | 101 | 21 | 0 | 12 | 303 | 112 | 75 |
| Binary | 1010000 | 10111111 | 11100101 | 1000001 | 10001 | 0 | 1010 | 11000011 | 1001010 | 111101 |
Color Harmonies of #50BFE5
Complementary color
Monochromatic Colors of #50BFE5
Black with #50BFE5
Text Example
Text Example
White with #50BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFE5; }
p { color: rgb(80,191,229); }
H1.HeaderClassName
{
color: #50BFE5;
}
.AnyTagClassName
{
color: #50BFE5;
}
</style>
background-color css
<style>
a { background-color: #50BFE5; }
a { background-color: rgb(80,191,229); }
div.DivClassName
{
background-color: #50BFE5;
}
.BgClassName
{
background-color: #50BFE5;
}
</style>
border-color css
<style>
span { border-color: #50BFE5; }
span { border-color: rgb(80,191,229); }
td.TdClassName
{
border-color: #50BFE5;
}
.TagClassName
{
border-color: #50BFE5;
}
</style>