Shades of Malibu #50BEEB
Tints of Malibu #50BEEB
RGB
CMYK
RGB Variations
Color information
#50BEEB (or 0x50BEEB) is known color: Malibu. HEX triplet: 50, BE and EB. RGB value is (80,190,235). Sum of RGB (Red+Green+Blue) = 80+190+235=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #50BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BEEB is #AF4114. Grayscale: #A1A1A1. Windows color (decimal): -11485461 or 15449680. OLE color: 15449680.
HSL color Cylindrical-coordinate representation of color #50BEEB: hue angle of 197.42º 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 #50BEEB is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 190 | 235 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.08 |
| HSL | 197.42º | 0.79% | 0.62% | - |
| HSV(B) | 197.42º | 0.66% | 0.92% | - |
| XYZ | 36.72 | 44.53 | 85.26 | - |
| YUV | 162.24 | 169.06 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 235 | 0.66 | 0.19 | 0 | 0.08 | 197.42 | 0.79 | 0.62 |
| Hex | 50 | BE | EB | 42 | 13 | 0 | 8 | C5 | 4F | 3E |
| Octal | 120 | 276 | 353 | 102 | 23 | 0 | 10 | 305 | 117 | 76 |
| Binary | 1010000 | 10111110 | 11101011 | 1000010 | 10011 | 0 | 1000 | 11000101 | 1001111 | 111110 |
Color Harmonies of #50BEEB
Complementary color
Monochromatic Colors of #50BEEB
Black with #50BEEB
Text Example
Text Example
White with #50BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEEB; }
p { color: rgb(80,190,235); }
H1.HeaderClassName
{
color: #50BEEB;
}
.AnyTagClassName
{
color: #50BEEB;
}
</style>
background-color css
<style>
a { background-color: #50BEEB; }
a { background-color: rgb(80,190,235); }
div.DivClassName
{
background-color: #50BEEB;
}
.BgClassName
{
background-color: #50BEEB;
}
</style>
border-color css
<style>
span { border-color: #50BEEB; }
span { border-color: rgb(80,190,235); }
td.TdClassName
{
border-color: #50BEEB;
}
.TagClassName
{
border-color: #50BEEB;
}
</style>