Shades of Malibu #50C1FA
Tints of Malibu #50C1FA
RGB
CMYK
RGB Variations
Color information
#50C1FA (or 0x50C1FA) is known color: Malibu. HEX triplet: 50, C1 and FA. RGB value is (80,193,250). Sum of RGB (Red+Green+Blue) = 80+193+250=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #50C1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C1FA is #AF3E05. Grayscale: #A5A5A5. Windows color (decimal): -11484678 or 16433488. OLE color: 16433488.
HSL color Cylindrical-coordinate representation of color #50C1FA: hue angle of 200.12º degrees, saturation: 0.94, 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 #50C1FA is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 193 | 250 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.02 |
| HSL | 200.12º | 0.94% | 0.65% | - |
| HSV(B) | 200.12º | 0.68% | 0.98% | - |
| XYZ | 39.63 | 46.75 | 97.38 | - |
| YUV | 165.71 | 175.56 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 193 | 250 | 0.68 | 0.23 | 0 | 0.02 | 200.12 | 0.94 | 0.65 |
| Hex | 50 | C1 | FA | 44 | 17 | 0 | 2 | C8 | 5E | 41 |
| Octal | 120 | 301 | 372 | 104 | 27 | 0 | 2 | 310 | 136 | 101 |
| Binary | 1010000 | 11000001 | 11111010 | 1000100 | 10111 | 0 | 10 | 11001000 | 1011110 | 1000001 |
Color Harmonies of #50C1FA
Complementary color
Monochromatic Colors of #50C1FA
Black with #50C1FA
Text Example
Text Example
White with #50C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C1FA; }
p { color: rgb(80,193,250); }
H1.HeaderClassName
{
color: #50C1FA;
}
.AnyTagClassName
{
color: #50C1FA;
}
</style>
background-color css
<style>
a { background-color: #50C1FA; }
a { background-color: rgb(80,193,250); }
div.DivClassName
{
background-color: #50C1FA;
}
.BgClassName
{
background-color: #50C1FA;
}
</style>
border-color css
<style>
span { border-color: #50C1FA; }
span { border-color: rgb(80,193,250); }
td.TdClassName
{
border-color: #50C1FA;
}
.TagClassName
{
border-color: #50C1FA;
}
</style>