Shades of Malibu #50B2F9
Tints of Malibu #50B2F9
RGB
CMYK
RGB Variations
Color information
#50B2F9 (or 0x50B2F9) is known color: Malibu. HEX triplet: 50, B2 and F9. RGB value is (80,178,249). Sum of RGB (Red+Green+Blue) = 80+178+249=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #50B2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B2F9 is #AF4D06. Grayscale: #9C9C9C. Windows color (decimal): -11488519 or 16364112. OLE color: 16364112.
HSL color Cylindrical-coordinate representation of color #50B2F9: hue angle of 205.21º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50B2F9 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 178 | 249 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.02 |
| HSL | 205.21º | 0.93% | 0.65% | - |
| HSV(B) | 205.21º | 0.68% | 0.98% | - |
| XYZ | 36.33 | 40.39 | 95.5 | - |
| YUV | 156.79 | 180.03 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 249 | 0.68 | 0.29 | 0 | 0.02 | 205.21 | 0.93 | 0.65 |
| Hex | 50 | B2 | F9 | 44 | 1D | 0 | 2 | CD | 5D | 41 |
| Octal | 120 | 262 | 371 | 104 | 35 | 0 | 2 | 315 | 135 | 101 |
| Binary | 1010000 | 10110010 | 11111001 | 1000100 | 11101 | 0 | 10 | 11001101 | 1011101 | 1000001 |
Color Harmonies of #50B2F9
Complementary color
Monochromatic Colors of #50B2F9
Black with #50B2F9
Text Example
Text Example
White with #50B2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B2F9; }
p { color: rgb(80,178,249); }
H1.HeaderClassName
{
color: #50B2F9;
}
.AnyTagClassName
{
color: #50B2F9;
}
</style>
background-color css
<style>
a { background-color: #50B2F9; }
a { background-color: rgb(80,178,249); }
div.DivClassName
{
background-color: #50B2F9;
}
.BgClassName
{
background-color: #50B2F9;
}
</style>
border-color css
<style>
span { border-color: #50B2F9; }
span { border-color: rgb(80,178,249); }
td.TdClassName
{
border-color: #50B2F9;
}
.TagClassName
{
border-color: #50B2F9;
}
</style>