Shades of Malibu #50ABF3
Tints of Malibu #50ABF3
RGB
CMYK
RGB Variations
Color information
#50ABF3 (or 0x50ABF3) is known color: Malibu. HEX triplet: 50, AB and F3. RGB value is (80,171,243). Sum of RGB (Red+Green+Blue) = 80+171+243=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #50ABF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABF3 is #AF540C. Grayscale: #979797. Windows color (decimal): -11490317 or 15969104. OLE color: 15969104.
HSL color Cylindrical-coordinate representation of color #50ABF3: hue angle of 206.5º degrees, saturation: 0.87, 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 #50ABF3 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 171 | 243 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.05 |
| HSL | 206.5º | 0.87% | 0.63% | - |
| HSV(B) | 206.5º | 0.67% | 0.95% | - |
| XYZ | 34.05 | 37.3 | 90.2 | - |
| YUV | 152 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 243 | 0.67 | 0.30 | 0 | 0.05 | 206.5 | 0.87 | 0.63 |
| Hex | 50 | AB | F3 | 43 | 1E | 0 | 5 | CF | 57 | 3F |
| Octal | 120 | 253 | 363 | 103 | 36 | 0 | 5 | 317 | 127 | 77 |
| Binary | 1010000 | 10101011 | 11110011 | 1000011 | 11110 | 0 | 101 | 11001111 | 1010111 | 111111 |
Color Harmonies of #50ABF3
Complementary color
Monochromatic Colors of #50ABF3
Black with #50ABF3
Text Example
Text Example
White with #50ABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABF3; }
p { color: rgb(80,171,243); }
H1.HeaderClassName
{
color: #50ABF3;
}
.AnyTagClassName
{
color: #50ABF3;
}
</style>
background-color css
<style>
a { background-color: #50ABF3; }
a { background-color: rgb(80,171,243); }
div.DivClassName
{
background-color: #50ABF3;
}
.BgClassName
{
background-color: #50ABF3;
}
</style>
border-color css
<style>
span { border-color: #50ABF3; }
span { border-color: rgb(80,171,243); }
td.TdClassName
{
border-color: #50ABF3;
}
.TagClassName
{
border-color: #50ABF3;
}
</style>