Shades of Malibu #57AAF0
Tints of Malibu #57AAF0
RGB
CMYK
RGB Variations
Color information
#57AAF0 (or 0x57AAF0) is known color: Malibu. HEX triplet: 57, AA and F0. RGB value is (87,170,240). Sum of RGB (Red+Green+Blue) = 87+170+240=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #57AAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57AAF0 is #A8550F. Grayscale: #989898. Windows color (decimal): -11031824 or 15772247. OLE color: 15772247.
HSL color Cylindrical-coordinate representation of color #57AAF0: hue angle of 207.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57AAF0 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 170 | 240 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.06 |
| HSL | 207.45º | 0.84% | 0.64% | - |
| HSV(B) | 207.45º | 0.64% | 0.94% | - |
| XYZ | 34.03 | 37.07 | 87.8 | - |
| YUV | 153.16 | 177 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 240 | 0.64 | 0.29 | 0 | 0.06 | 207.45 | 0.84 | 0.64 |
| Hex | 57 | AA | F0 | 40 | 1D | 0 | 6 | CF | 54 | 40 |
| Octal | 127 | 252 | 360 | 100 | 35 | 0 | 6 | 317 | 124 | 100 |
| Binary | 1010111 | 10101010 | 11110000 | 1000000 | 11101 | 0 | 110 | 11001111 | 1010100 | 1000000 |
Color Harmonies of #57AAF0
Complementary color
Monochromatic Colors of #57AAF0
Black with #57AAF0
Text Example
Text Example
White with #57AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AAF0; }
p { color: rgb(87,170,240); }
H1.HeaderClassName
{
color: #57AAF0;
}
.AnyTagClassName
{
color: #57AAF0;
}
</style>
background-color css
<style>
a { background-color: #57AAF0; }
a { background-color: rgb(87,170,240); }
div.DivClassName
{
background-color: #57AAF0;
}
.BgClassName
{
background-color: #57AAF0;
}
</style>
border-color css
<style>
span { border-color: #57AAF0; }
span { border-color: rgb(87,170,240); }
td.TdClassName
{
border-color: #57AAF0;
}
.TagClassName
{
border-color: #57AAF0;
}
</style>