Shades of Malibu #50BBF6
Tints of Malibu #50BBF6
RGB
CMYK
RGB Variations
Color information
#50BBF6 (or 0x50BBF6) is known color: Malibu. HEX triplet: 50, BB and F6. RGB value is (80,187,246). Sum of RGB (Red+Green+Blue) = 80+187+246=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #50BBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BBF6 is #AF4409. Grayscale: #A1A1A1. Windows color (decimal): -11486218 or 16169808. OLE color: 16169808.
HSL color Cylindrical-coordinate representation of color #50BBF6: hue angle of 201.33º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50BBF6 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 187 | 246 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.04 |
| HSL | 201.33º | 0.9% | 0.64% | - |
| HSV(B) | 201.33º | 0.67% | 0.96% | - |
| XYZ | 37.71 | 43.9 | 93.67 | - |
| YUV | 161.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 246 | 0.67 | 0.24 | 0 | 0.04 | 201.33 | 0.9 | 0.64 |
| Hex | 50 | BB | F6 | 43 | 18 | 0 | 4 | C9 | 5A | 40 |
| Octal | 120 | 273 | 366 | 103 | 30 | 0 | 4 | 311 | 132 | 100 |
| Binary | 1010000 | 10111011 | 11110110 | 1000011 | 11000 | 0 | 100 | 11001001 | 1011010 | 1000000 |
Color Harmonies of #50BBF6
Complementary color
Monochromatic Colors of #50BBF6
Black with #50BBF6
Text Example
Text Example
White with #50BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BBF6; }
p { color: rgb(80,187,246); }
H1.HeaderClassName
{
color: #50BBF6;
}
.AnyTagClassName
{
color: #50BBF6;
}
</style>
background-color css
<style>
a { background-color: #50BBF6; }
a { background-color: rgb(80,187,246); }
div.DivClassName
{
background-color: #50BBF6;
}
.BgClassName
{
background-color: #50BBF6;
}
</style>
border-color css
<style>
span { border-color: #50BBF6; }
span { border-color: rgb(80,187,246); }
td.TdClassName
{
border-color: #50BBF6;
}
.TagClassName
{
border-color: #50BBF6;
}
</style>