Shades of Malibu #57ACF6
Tints of Malibu #57ACF6
RGB
CMYK
RGB Variations
Color information
#57ACF6 (or 0x57ACF6) is known color: Malibu. HEX triplet: 57, AC and F6. RGB value is (87,172,246). Sum of RGB (Red+Green+Blue) = 87+172+246=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #57ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ACF6 is #A85309. Grayscale: #9A9A9A. Windows color (decimal): -11031306 or 16165975. OLE color: 16165975.
HSL color Cylindrical-coordinate representation of color #57ACF6: hue angle of 207.92º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57ACF6 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 172 | 246 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.04 |
| HSL | 207.92º | 0.9% | 0.65% | - |
| HSV(B) | 207.92º | 0.65% | 0.96% | - |
| XYZ | 35.32 | 38.19 | 92.7 | - |
| YUV | 155.02 | 179.34 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 172 | 246 | 0.65 | 0.30 | 0 | 0.04 | 207.92 | 0.9 | 0.65 |
| Hex | 57 | AC | F6 | 41 | 1E | 0 | 4 | D0 | 5A | 41 |
| Octal | 127 | 254 | 366 | 101 | 36 | 0 | 4 | 320 | 132 | 101 |
| Binary | 1010111 | 10101100 | 11110110 | 1000001 | 11110 | 0 | 100 | 11010000 | 1011010 | 1000001 |
Color Harmonies of #57ACF6
Complementary color
Monochromatic Colors of #57ACF6
Black with #57ACF6
Text Example
Text Example
White with #57ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ACF6; }
p { color: rgb(87,172,246); }
H1.HeaderClassName
{
color: #57ACF6;
}
.AnyTagClassName
{
color: #57ACF6;
}
</style>
background-color css
<style>
a { background-color: #57ACF6; }
a { background-color: rgb(87,172,246); }
div.DivClassName
{
background-color: #57ACF6;
}
.BgClassName
{
background-color: #57ACF6;
}
</style>
border-color css
<style>
span { border-color: #57ACF6; }
span { border-color: rgb(87,172,246); }
td.TdClassName
{
border-color: #57ACF6;
}
.TagClassName
{
border-color: #57ACF6;
}
</style>