Shades of Malibu #57C5F0
Tints of Malibu #57C5F0
RGB
CMYK
RGB Variations
Color information
#57C5F0 (or 0x57C5F0) is known color: Malibu. HEX triplet: 57, C5 and F0. RGB value is (87,197,240). Sum of RGB (Red+Green+Blue) = 87+197+240=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #57C5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C5F0 is #A83A0F. Grayscale: #A8A8A8. Windows color (decimal): -11024912 or 15779159. OLE color: 15779159.
HSL color Cylindrical-coordinate representation of color #57C5F0: hue angle of 196.86º 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 #57C5F0 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 197 | 240 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.06 |
| HSL | 196.86º | 0.84% | 0.64% | - |
| HSV(B) | 196.86º | 0.64% | 0.94% | - |
| XYZ | 39.62 | 48.25 | 89.66 | - |
| YUV | 169.01 | 168.06 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 240 | 0.64 | 0.18 | 0 | 0.06 | 196.86 | 0.84 | 0.64 |
| Hex | 57 | C5 | F0 | 40 | 12 | 0 | 6 | C5 | 54 | 40 |
| Octal | 127 | 305 | 360 | 100 | 22 | 0 | 6 | 305 | 124 | 100 |
| Binary | 1010111 | 11000101 | 11110000 | 1000000 | 10010 | 0 | 110 | 11000101 | 1010100 | 1000000 |
Color Harmonies of #57C5F0
Complementary color
Monochromatic Colors of #57C5F0
Black with #57C5F0
Text Example
Text Example
White with #57C5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5F0; }
p { color: rgb(87,197,240); }
H1.HeaderClassName
{
color: #57C5F0;
}
.AnyTagClassName
{
color: #57C5F0;
}
</style>
background-color css
<style>
a { background-color: #57C5F0; }
a { background-color: rgb(87,197,240); }
div.DivClassName
{
background-color: #57C5F0;
}
.BgClassName
{
background-color: #57C5F0;
}
</style>
border-color css
<style>
span { border-color: #57C5F0; }
span { border-color: rgb(87,197,240); }
td.TdClassName
{
border-color: #57C5F0;
}
.TagClassName
{
border-color: #57C5F0;
}
</style>