Shades of Malibu #50B7F0
Tints of Malibu #50B7F0
RGB
CMYK
RGB Variations
Color information
#50B7F0 (or 0x50B7F0) is known color: Malibu. HEX triplet: 50, B7 and F0. RGB value is (80,183,240). Sum of RGB (Red+Green+Blue) = 80+183+240=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #50B7F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B7F0 is #AF480F. Grayscale: #9E9E9E. Windows color (decimal): -11487248 or 15775568. OLE color: 15775568.
HSL color Cylindrical-coordinate representation of color #50B7F0: hue angle of 201.38º degrees, saturation: 0.84, 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 #50B7F0 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 183 | 240 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.06 |
| HSL | 201.38º | 0.84% | 0.63% | - |
| HSV(B) | 201.38º | 0.67% | 0.94% | - |
| XYZ | 35.97 | 41.86 | 88.62 | - |
| YUV | 158.7 | 173.88 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 240 | 0.67 | 0.24 | 0 | 0.06 | 201.38 | 0.84 | 0.63 |
| Hex | 50 | B7 | F0 | 43 | 18 | 0 | 6 | C9 | 54 | 3F |
| Octal | 120 | 267 | 360 | 103 | 30 | 0 | 6 | 311 | 124 | 77 |
| Binary | 1010000 | 10110111 | 11110000 | 1000011 | 11000 | 0 | 110 | 11001001 | 1010100 | 111111 |
Color Harmonies of #50B7F0
Complementary color
Monochromatic Colors of #50B7F0
Black with #50B7F0
Text Example
Text Example
White with #50B7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B7F0; }
p { color: rgb(80,183,240); }
H1.HeaderClassName
{
color: #50B7F0;
}
.AnyTagClassName
{
color: #50B7F0;
}
</style>
background-color css
<style>
a { background-color: #50B7F0; }
a { background-color: rgb(80,183,240); }
div.DivClassName
{
background-color: #50B7F0;
}
.BgClassName
{
background-color: #50B7F0;
}
</style>
border-color css
<style>
span { border-color: #50B7F0; }
span { border-color: rgb(80,183,240); }
td.TdClassName
{
border-color: #50B7F0;
}
.TagClassName
{
border-color: #50B7F0;
}
</style>