Shades of Malibu #50BDEF
Tints of Malibu #50BDEF
RGB
CMYK
RGB Variations
Color information
#50BDEF (or 0x50BDEF) is known color: Malibu. HEX triplet: 50, BD and EF. RGB value is (80,189,239). Sum of RGB (Red+Green+Blue) = 80+189+239=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #50BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDEF is #AF4210. Grayscale: #A1A1A1. Windows color (decimal): -11485713 or 15711568. OLE color: 15711568.
HSL color Cylindrical-coordinate representation of color #50BDEF: hue angle of 198.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50BDEF is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 189 | 239 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.06 |
| HSL | 198.87º | 0.83% | 0.63% | - |
| HSV(B) | 198.87º | 0.67% | 0.94% | - |
| XYZ | 37.09 | 44.33 | 88.26 | - |
| YUV | 162.11 | 171.39 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 239 | 0.67 | 0.21 | 0 | 0.06 | 198.87 | 0.83 | 0.63 |
| Hex | 50 | BD | EF | 43 | 15 | 0 | 6 | C7 | 53 | 3F |
| Octal | 120 | 275 | 357 | 103 | 25 | 0 | 6 | 307 | 123 | 77 |
| Binary | 1010000 | 10111101 | 11101111 | 1000011 | 10101 | 0 | 110 | 11000111 | 1010011 | 111111 |
Color Harmonies of #50BDEF
Complementary color
Monochromatic Colors of #50BDEF
Black with #50BDEF
Text Example
Text Example
White with #50BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDEF; }
p { color: rgb(80,189,239); }
H1.HeaderClassName
{
color: #50BDEF;
}
.AnyTagClassName
{
color: #50BDEF;
}
</style>
background-color css
<style>
a { background-color: #50BDEF; }
a { background-color: rgb(80,189,239); }
div.DivClassName
{
background-color: #50BDEF;
}
.BgClassName
{
background-color: #50BDEF;
}
</style>
border-color css
<style>
span { border-color: #50BDEF; }
span { border-color: rgb(80,189,239); }
td.TdClassName
{
border-color: #50BDEF;
}
.TagClassName
{
border-color: #50BDEF;
}
</style>