Shades of Malibu #57C3F0
Tints of Malibu #57C3F0
RGB
CMYK
RGB Variations
Color information
#57C3F0 (or 0x57C3F0) is known color: Malibu. HEX triplet: 57, C3 and F0. RGB value is (87,195,240). Sum of RGB (Red+Green+Blue) = 87+195+240=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #57C3F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C3F0 is #A83C0F. Grayscale: #A7A7A7. Windows color (decimal): -11025424 or 15778647. OLE color: 15778647.
HSL color Cylindrical-coordinate representation of color #57C3F0: hue angle of 197.65º 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 #57C3F0 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 195 | 240 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.06 |
| HSL | 197.65º | 0.84% | 0.64% | - |
| HSV(B) | 197.65º | 0.64% | 0.94% | - |
| XYZ | 39.17 | 47.35 | 89.51 | - |
| YUV | 167.84 | 168.72 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 195 | 240 | 0.64 | 0.19 | 0 | 0.06 | 197.65 | 0.84 | 0.64 |
| Hex | 57 | C3 | F0 | 40 | 13 | 0 | 6 | C6 | 54 | 40 |
| Octal | 127 | 303 | 360 | 100 | 23 | 0 | 6 | 306 | 124 | 100 |
| Binary | 1010111 | 11000011 | 11110000 | 1000000 | 10011 | 0 | 110 | 11000110 | 1010100 | 1000000 |
Color Harmonies of #57C3F0
Complementary color
Monochromatic Colors of #57C3F0
Black with #57C3F0
Text Example
Text Example
White with #57C3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C3F0; }
p { color: rgb(87,195,240); }
H1.HeaderClassName
{
color: #57C3F0;
}
.AnyTagClassName
{
color: #57C3F0;
}
</style>
background-color css
<style>
a { background-color: #57C3F0; }
a { background-color: rgb(87,195,240); }
div.DivClassName
{
background-color: #57C3F0;
}
.BgClassName
{
background-color: #57C3F0;
}
</style>
border-color css
<style>
span { border-color: #57C3F0; }
span { border-color: rgb(87,195,240); }
td.TdClassName
{
border-color: #57C3F0;
}
.TagClassName
{
border-color: #57C3F0;
}
</style>