Shades of Malibu #50BCEE
Tints of Malibu #50BCEE
RGB
CMYK
RGB Variations
Color information
#50BCEE (or 0x50BCEE) is known color: Malibu. HEX triplet: 50, BC and EE. RGB value is (80,188,238). Sum of RGB (Red+Green+Blue) = 80+188+238=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #50BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCEE is #AF4311. Grayscale: #A1A1A1. Windows color (decimal): -11485970 or 15645776. OLE color: 15645776.
HSL color Cylindrical-coordinate representation of color #50BCEE: hue angle of 198.99º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BCEE is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 188 | 238 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.07 |
| HSL | 198.99º | 0.82% | 0.62% | - |
| HSV(B) | 198.99º | 0.66% | 0.93% | - |
| XYZ | 36.72 | 43.84 | 87.42 | - |
| YUV | 161.41 | 171.22 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 238 | 0.66 | 0.21 | 0 | 0.07 | 198.99 | 0.82 | 0.62 |
| Hex | 50 | BC | EE | 42 | 15 | 0 | 7 | C7 | 52 | 3E |
| Octal | 120 | 274 | 356 | 102 | 25 | 0 | 7 | 307 | 122 | 76 |
| Binary | 1010000 | 10111100 | 11101110 | 1000010 | 10101 | 0 | 111 | 11000111 | 1010010 | 111110 |
Color Harmonies of #50BCEE
Complementary color
Monochromatic Colors of #50BCEE
Black with #50BCEE
Text Example
Text Example
White with #50BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCEE; }
p { color: rgb(80,188,238); }
H1.HeaderClassName
{
color: #50BCEE;
}
.AnyTagClassName
{
color: #50BCEE;
}
</style>
background-color css
<style>
a { background-color: #50BCEE; }
a { background-color: rgb(80,188,238); }
div.DivClassName
{
background-color: #50BCEE;
}
.BgClassName
{
background-color: #50BCEE;
}
</style>
border-color css
<style>
span { border-color: #50BCEE; }
span { border-color: rgb(80,188,238); }
td.TdClassName
{
border-color: #50BCEE;
}
.TagClassName
{
border-color: #50BCEE;
}
</style>