Shades of Malibu #57ACE5
Tints of Malibu #57ACE5
RGB
CMYK
RGB Variations
Color information
#57ACE5 (or 0x57ACE5) is known color: Malibu. HEX triplet: 57, AC and E5. RGB value is (87,172,229). Sum of RGB (Red+Green+Blue) = 87+172+229=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #57ACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACE5 is #A8531A. Grayscale: #989898. Windows color (decimal): -11031323 or 15051863. OLE color: 15051863.
HSL color Cylindrical-coordinate representation of color #57ACE5: hue angle of 204.08º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57ACE5 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 172 | 229 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.10 |
| HSL | 204.08º | 0.73% | 0.62% | - |
| HSV(B) | 204.08º | 0.62% | 0.9% | - |
| XYZ | 32.83 | 37.19 | 79.58 | - |
| YUV | 153.08 | 170.84 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 172 | 229 | 0.62 | 0.25 | 0 | 0.10 | 204.08 | 0.73 | 0.62 |
| Hex | 57 | AC | E5 | 3E | 19 | 0 | A | CC | 49 | 3E |
| Octal | 127 | 254 | 345 | 76 | 31 | 0 | 12 | 314 | 111 | 76 |
| Binary | 1010111 | 10101100 | 11100101 | 111110 | 11001 | 0 | 1010 | 11001100 | 1001001 | 111110 |
Color Harmonies of #57ACE5
Complementary color
Monochromatic Colors of #57ACE5
Black with #57ACE5
Text Example
Text Example
White with #57ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ACE5; }
p { color: rgb(87,172,229); }
H1.HeaderClassName
{
color: #57ACE5;
}
.AnyTagClassName
{
color: #57ACE5;
}
</style>
background-color css
<style>
a { background-color: #57ACE5; }
a { background-color: rgb(87,172,229); }
div.DivClassName
{
background-color: #57ACE5;
}
.BgClassName
{
background-color: #57ACE5;
}
</style>
border-color css
<style>
span { border-color: #57ACE5; }
span { border-color: rgb(87,172,229); }
td.TdClassName
{
border-color: #57ACE5;
}
.TagClassName
{
border-color: #57ACE5;
}
</style>