Shades of Malibu #50ACF7
Tints of Malibu #50ACF7
RGB
CMYK
RGB Variations
Color information
#50ACF7 (or 0x50ACF7) is known color: Malibu. HEX triplet: 50, AC and F7. RGB value is (80,172,247). Sum of RGB (Red+Green+Blue) = 80+172+247=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #50ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ACF7 is #AF5308. Grayscale: #989898. Windows color (decimal): -11490057 or 16231504. OLE color: 16231504.
HSL color Cylindrical-coordinate representation of color #50ACF7: hue angle of 206.95º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50ACF7 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 172 | 247 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.03 |
| HSL | 206.95º | 0.91% | 0.64% | - |
| HSV(B) | 206.95º | 0.68% | 0.97% | - |
| XYZ | 34.85 | 37.93 | 93.48 | - |
| YUV | 153.04 | 181.02 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 247 | 0.68 | 0.30 | 0 | 0.03 | 206.95 | 0.91 | 0.64 |
| Hex | 50 | AC | F7 | 44 | 1E | 0 | 3 | CF | 5B | 40 |
| Octal | 120 | 254 | 367 | 104 | 36 | 0 | 3 | 317 | 133 | 100 |
| Binary | 1010000 | 10101100 | 11110111 | 1000100 | 11110 | 0 | 11 | 11001111 | 1011011 | 1000000 |
Color Harmonies of #50ACF7
Complementary color
Monochromatic Colors of #50ACF7
Black with #50ACF7
Text Example
Text Example
White with #50ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ACF7; }
p { color: rgb(80,172,247); }
H1.HeaderClassName
{
color: #50ACF7;
}
.AnyTagClassName
{
color: #50ACF7;
}
</style>
background-color css
<style>
a { background-color: #50ACF7; }
a { background-color: rgb(80,172,247); }
div.DivClassName
{
background-color: #50ACF7;
}
.BgClassName
{
background-color: #50ACF7;
}
</style>
border-color css
<style>
span { border-color: #50ACF7; }
span { border-color: rgb(80,172,247); }
td.TdClassName
{
border-color: #50ACF7;
}
.TagClassName
{
border-color: #50ACF7;
}
</style>