Shades of Malibu #57ADF0
Tints of Malibu #57ADF0
RGB
CMYK
RGB Variations
Color information
#57ADF0 (or 0x57ADF0) is known color: Malibu. HEX triplet: 57, AD and F0. RGB value is (87,173,240). Sum of RGB (Red+Green+Blue) = 87+173+240=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #57ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ADF0 is #A8520F. Grayscale: #9A9A9A. Windows color (decimal): -11031056 or 15773015. OLE color: 15773015.
HSL color Cylindrical-coordinate representation of color #57ADF0: hue angle of 206.27º 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 #57ADF0 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 173 | 240 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.06 |
| HSL | 206.27º | 0.84% | 0.64% | - |
| HSV(B) | 206.27º | 0.64% | 0.94% | - |
| XYZ | 34.6 | 38.2 | 87.99 | - |
| YUV | 154.92 | 176.01 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 240 | 0.64 | 0.28 | 0 | 0.06 | 206.27 | 0.84 | 0.64 |
| Hex | 57 | AD | F0 | 40 | 1C | 0 | 6 | CE | 54 | 40 |
| Octal | 127 | 255 | 360 | 100 | 34 | 0 | 6 | 316 | 124 | 100 |
| Binary | 1010111 | 10101101 | 11110000 | 1000000 | 11100 | 0 | 110 | 11001110 | 1010100 | 1000000 |
Color Harmonies of #57ADF0
Complementary color
Monochromatic Colors of #57ADF0
Black with #57ADF0
Text Example
Text Example
White with #57ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADF0; }
p { color: rgb(87,173,240); }
H1.HeaderClassName
{
color: #57ADF0;
}
.AnyTagClassName
{
color: #57ADF0;
}
</style>
background-color css
<style>
a { background-color: #57ADF0; }
a { background-color: rgb(87,173,240); }
div.DivClassName
{
background-color: #57ADF0;
}
.BgClassName
{
background-color: #57ADF0;
}
</style>
border-color css
<style>
span { border-color: #57ADF0; }
span { border-color: rgb(87,173,240); }
td.TdClassName
{
border-color: #57ADF0;
}
.TagClassName
{
border-color: #57ADF0;
}
</style>