Shades of Malibu #57C4F0
Tints of Malibu #57C4F0
RGB
CMYK
RGB Variations
Color information
#57C4F0 (or 0x57C4F0) is known color: Malibu. HEX triplet: 57, C4 and F0. RGB value is (87,196,240). Sum of RGB (Red+Green+Blue) = 87+196+240=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #57C4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C4F0 is #A83B0F. Grayscale: #A8A8A8. Windows color (decimal): -11025168 or 15778903. OLE color: 15778903.
HSL color Cylindrical-coordinate representation of color #57C4F0: hue angle of 197.25º 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 #57C4F0 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 196 | 240 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.06 |
| HSL | 197.25º | 0.84% | 0.64% | - |
| HSV(B) | 197.25º | 0.64% | 0.94% | - |
| XYZ | 39.4 | 47.8 | 89.59 | - |
| YUV | 168.43 | 168.39 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 196 | 240 | 0.64 | 0.18 | 0 | 0.06 | 197.25 | 0.84 | 0.64 |
| Hex | 57 | C4 | F0 | 40 | 12 | 0 | 6 | C5 | 54 | 40 |
| Octal | 127 | 304 | 360 | 100 | 22 | 0 | 6 | 305 | 124 | 100 |
| Binary | 1010111 | 11000100 | 11110000 | 1000000 | 10010 | 0 | 110 | 11000101 | 1010100 | 1000000 |
Color Harmonies of #57C4F0
Complementary color
Monochromatic Colors of #57C4F0
Black with #57C4F0
Text Example
Text Example
White with #57C4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C4F0; }
p { color: rgb(87,196,240); }
H1.HeaderClassName
{
color: #57C4F0;
}
.AnyTagClassName
{
color: #57C4F0;
}
</style>
background-color css
<style>
a { background-color: #57C4F0; }
a { background-color: rgb(87,196,240); }
div.DivClassName
{
background-color: #57C4F0;
}
.BgClassName
{
background-color: #57C4F0;
}
</style>
border-color css
<style>
span { border-color: #57C4F0; }
span { border-color: rgb(87,196,240); }
td.TdClassName
{
border-color: #57C4F0;
}
.TagClassName
{
border-color: #57C4F0;
}
</style>