Shades of Malibu #50BFEB
Tints of Malibu #50BFEB
RGB
CMYK
RGB Variations
Color information
#50BFEB (or 0x50BFEB) is known color: Malibu. HEX triplet: 50, BF and EB. RGB value is (80,191,235). Sum of RGB (Red+Green+Blue) = 80+191+235=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #50BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFEB is #AF4014. Grayscale: #A2A2A2. Windows color (decimal): -11485205 or 15449936. OLE color: 15449936.
HSL color Cylindrical-coordinate representation of color #50BFEB: hue angle of 197.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BFEB is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 191 | 235 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.08 |
| HSL | 197.03º | 0.79% | 0.62% | - |
| HSV(B) | 197.03º | 0.66% | 0.92% | - |
| XYZ | 36.93 | 44.97 | 85.33 | - |
| YUV | 162.83 | 168.73 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 235 | 0.66 | 0.19 | 0 | 0.08 | 197.03 | 0.79 | 0.62 |
| Hex | 50 | BF | EB | 42 | 13 | 0 | 8 | C5 | 4F | 3E |
| Octal | 120 | 277 | 353 | 102 | 23 | 0 | 10 | 305 | 117 | 76 |
| Binary | 1010000 | 10111111 | 11101011 | 1000010 | 10011 | 0 | 1000 | 11000101 | 1001111 | 111110 |
Color Harmonies of #50BFEB
Complementary color
Monochromatic Colors of #50BFEB
Black with #50BFEB
Text Example
Text Example
White with #50BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFEB; }
p { color: rgb(80,191,235); }
H1.HeaderClassName
{
color: #50BFEB;
}
.AnyTagClassName
{
color: #50BFEB;
}
</style>
background-color css
<style>
a { background-color: #50BFEB; }
a { background-color: rgb(80,191,235); }
div.DivClassName
{
background-color: #50BFEB;
}
.BgClassName
{
background-color: #50BFEB;
}
</style>
border-color css
<style>
span { border-color: #50BFEB; }
span { border-color: rgb(80,191,235); }
td.TdClassName
{
border-color: #50BFEB;
}
.TagClassName
{
border-color: #50BFEB;
}
</style>