Shades of Malibu #57C0DC
Tints of Malibu #57C0DC
RGB
CMYK
RGB Variations
Color information
#57C0DC (or 0x57C0DC) is known color: Malibu. HEX triplet: 57, C0 and DC. RGB value is (87,192,220). Sum of RGB (Red+Green+Blue) = 87+192+220=499 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.43% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #57C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0DC is #A83F23. Grayscale: #A3A3A3. Windows color (decimal): -11026212 or 14467159. OLE color: 14467159.
HSL color Cylindrical-coordinate representation of color #57C0DC: hue angle of 192.63º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57C0DC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 192 | 220 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.14 |
| HSL | 192.63º | 0.66% | 0.6% | - |
| HSV(B) | 192.63º | 0.6% | 0.86% | - |
| XYZ | 35.7 | 44.89 | 74.49 | - |
| YUV | 163.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 220 | 0.60 | 0.13 | 0 | 0.14 | 192.63 | 0.66 | 0.6 |
| Hex | 57 | C0 | DC | 3C | D | 0 | E | C1 | 42 | 3C |
| Octal | 127 | 300 | 334 | 74 | 15 | 0 | 16 | 301 | 102 | 74 |
| Binary | 1010111 | 11000000 | 11011100 | 111100 | 1101 | 0 | 1110 | 11000001 | 1000010 | 111100 |
Color Harmonies of #57C0DC
Complementary color
Monochromatic Colors of #57C0DC
Black with #57C0DC
Text Example
Text Example
White with #57C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C0DC; }
p { color: rgb(87,192,220); }
H1.HeaderClassName
{
color: #57C0DC;
}
.AnyTagClassName
{
color: #57C0DC;
}
</style>
background-color css
<style>
a { background-color: #57C0DC; }
a { background-color: rgb(87,192,220); }
div.DivClassName
{
background-color: #57C0DC;
}
.BgClassName
{
background-color: #57C0DC;
}
</style>
border-color css
<style>
span { border-color: #57C0DC; }
span { border-color: rgb(87,192,220); }
td.TdClassName
{
border-color: #57C0DC;
}
.TagClassName
{
border-color: #57C0DC;
}
</style>