Shades of Malibu #50AAF3
Tints of Malibu #50AAF3
RGB
CMYK
RGB Variations
Color information
#50AAF3 (or 0x50AAF3) is known color: Malibu. HEX triplet: 50, AA and F3. RGB value is (80,170,243). Sum of RGB (Red+Green+Blue) = 80+170+243=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #50AAF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAF3 is #AF550C. Grayscale: #979797. Windows color (decimal): -11490573 or 15968848. OLE color: 15968848.
HSL color Cylindrical-coordinate representation of color #50AAF3: hue angle of 206.87º 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 #50AAF3 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 170 | 243 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.05 |
| HSL | 206.87º | 0.87% | 0.63% | - |
| HSV(B) | 206.87º | 0.67% | 0.95% | - |
| XYZ | 33.86 | 36.93 | 90.14 | - |
| YUV | 151.41 | 179.68 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 243 | 0.67 | 0.30 | 0 | 0.05 | 206.87 | 0.87 | 0.63 |
| Hex | 50 | AA | F3 | 43 | 1E | 0 | 5 | CF | 57 | 3F |
| Octal | 120 | 252 | 363 | 103 | 36 | 0 | 5 | 317 | 127 | 77 |
| Binary | 1010000 | 10101010 | 11110011 | 1000011 | 11110 | 0 | 101 | 11001111 | 1010111 | 111111 |
Color Harmonies of #50AAF3
Complementary color
Monochromatic Colors of #50AAF3
Black with #50AAF3
Text Example
Text Example
White with #50AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAF3; }
p { color: rgb(80,170,243); }
H1.HeaderClassName
{
color: #50AAF3;
}
.AnyTagClassName
{
color: #50AAF3;
}
</style>
background-color css
<style>
a { background-color: #50AAF3; }
a { background-color: rgb(80,170,243); }
div.DivClassName
{
background-color: #50AAF3;
}
.BgClassName
{
background-color: #50AAF3;
}
</style>
border-color css
<style>
span { border-color: #50AAF3; }
span { border-color: rgb(80,170,243); }
td.TdClassName
{
border-color: #50AAF3;
}
.TagClassName
{
border-color: #50AAF3;
}
</style>