Shades of Malibu #50BAF2
Tints of Malibu #50BAF2
RGB
CMYK
RGB Variations
Color information
#50BAF2 (or 0x50BAF2) is known color: Malibu. HEX triplet: 50, BA and F2. RGB value is (80,186,242). Sum of RGB (Red+Green+Blue) = 80+186+242=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #50BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAF2 is #AF450D. Grayscale: #A0A0A0. Windows color (decimal): -11486478 or 15907408. OLE color: 15907408.
HSL color Cylindrical-coordinate representation of color #50BAF2: hue angle of 200.74º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50BAF2 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 186 | 242 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.05 |
| HSL | 200.74º | 0.86% | 0.63% | - |
| HSV(B) | 200.74º | 0.67% | 0.95% | - |
| XYZ | 36.89 | 43.23 | 90.4 | - |
| YUV | 160.69 | 173.88 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 242 | 0.67 | 0.23 | 0 | 0.05 | 200.74 | 0.86 | 0.63 |
| Hex | 50 | BA | F2 | 43 | 17 | 0 | 5 | C9 | 56 | 3F |
| Octal | 120 | 272 | 362 | 103 | 27 | 0 | 5 | 311 | 126 | 77 |
| Binary | 1010000 | 10111010 | 11110010 | 1000011 | 10111 | 0 | 101 | 11001001 | 1010110 | 111111 |
Color Harmonies of #50BAF2
Complementary color
Monochromatic Colors of #50BAF2
Black with #50BAF2
Text Example
Text Example
White with #50BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BAF2; }
p { color: rgb(80,186,242); }
H1.HeaderClassName
{
color: #50BAF2;
}
.AnyTagClassName
{
color: #50BAF2;
}
</style>
background-color css
<style>
a { background-color: #50BAF2; }
a { background-color: rgb(80,186,242); }
div.DivClassName
{
background-color: #50BAF2;
}
.BgClassName
{
background-color: #50BAF2;
}
</style>
border-color css
<style>
span { border-color: #50BAF2; }
span { border-color: rgb(80,186,242); }
td.TdClassName
{
border-color: #50BAF2;
}
.TagClassName
{
border-color: #50BAF2;
}
</style>