Shades of Malibu #50B7EF
Tints of Malibu #50B7EF
RGB
CMYK
RGB Variations
Color information
#50B7EF (or 0x50B7EF) is known color: Malibu. HEX triplet: 50, B7 and EF. RGB value is (80,183,239). Sum of RGB (Red+Green+Blue) = 80+183+239=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #50B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B7EF is #AF4810. Grayscale: #9E9E9E. Windows color (decimal): -11487249 or 15710032. OLE color: 15710032.
HSL color Cylindrical-coordinate representation of color #50B7EF: hue angle of 201.13º 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 #50B7EF is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 183 | 239 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.06 |
| HSL | 201.13º | 0.83% | 0.63% | - |
| HSV(B) | 201.13º | 0.67% | 0.94% | - |
| XYZ | 35.82 | 41.8 | 87.84 | - |
| YUV | 158.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 239 | 0.67 | 0.23 | 0 | 0.06 | 201.13 | 0.83 | 0.63 |
| Hex | 50 | B7 | EF | 43 | 17 | 0 | 6 | C9 | 53 | 3F |
| Octal | 120 | 267 | 357 | 103 | 27 | 0 | 6 | 311 | 123 | 77 |
| Binary | 1010000 | 10110111 | 11101111 | 1000011 | 10111 | 0 | 110 | 11001001 | 1010011 | 111111 |
Color Harmonies of #50B7EF
Complementary color
Monochromatic Colors of #50B7EF
Black with #50B7EF
Text Example
Text Example
White with #50B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B7EF; }
p { color: rgb(80,183,239); }
H1.HeaderClassName
{
color: #50B7EF;
}
.AnyTagClassName
{
color: #50B7EF;
}
</style>
background-color css
<style>
a { background-color: #50B7EF; }
a { background-color: rgb(80,183,239); }
div.DivClassName
{
background-color: #50B7EF;
}
.BgClassName
{
background-color: #50B7EF;
}
</style>
border-color css
<style>
span { border-color: #50B7EF; }
span { border-color: rgb(80,183,239); }
td.TdClassName
{
border-color: #50B7EF;
}
.TagClassName
{
border-color: #50B7EF;
}
</style>