Shades of Malibu #57C4DB
Tints of Malibu #57C4DB
RGB
CMYK
RGB Variations
Color information
#57C4DB (or 0x57C4DB) is known color: Malibu. HEX triplet: 57, C4 and DB. RGB value is (87,196,219). Sum of RGB (Red+Green+Blue) = 87+196+219=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #57C4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4DB is #A83B24. Grayscale: #A5A5A5. Windows color (decimal): -11025189 or 14402647. OLE color: 14402647.
HSL color Cylindrical-coordinate representation of color #57C4DB: hue angle of 190.45º degrees, saturation: 0.65, 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 #57C4DB is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 196 | 219 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.14 |
| HSL | 190.45º | 0.65% | 0.6% | - |
| HSV(B) | 190.45º | 0.6% | 0.86% | - |
| XYZ | 36.46 | 46.62 | 74.1 | - |
| YUV | 166.03 | 157.89 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 196 | 219 | 0.60 | 0.11 | 0 | 0.14 | 190.45 | 0.65 | 0.6 |
| Hex | 57 | C4 | DB | 3C | B | 0 | E | BE | 41 | 3C |
| Octal | 127 | 304 | 333 | 74 | 13 | 0 | 16 | 276 | 101 | 74 |
| Binary | 1010111 | 11000100 | 11011011 | 111100 | 1011 | 0 | 1110 | 10111110 | 1000001 | 111100 |
Color Harmonies of #57C4DB
Complementary color
Monochromatic Colors of #57C4DB
Black with #57C4DB
Text Example
Text Example
White with #57C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C4DB; }
p { color: rgb(87,196,219); }
H1.HeaderClassName
{
color: #57C4DB;
}
.AnyTagClassName
{
color: #57C4DB;
}
</style>
background-color css
<style>
a { background-color: #57C4DB; }
a { background-color: rgb(87,196,219); }
div.DivClassName
{
background-color: #57C4DB;
}
.BgClassName
{
background-color: #57C4DB;
}
</style>
border-color css
<style>
span { border-color: #57C4DB; }
span { border-color: rgb(87,196,219); }
td.TdClassName
{
border-color: #57C4DB;
}
.TagClassName
{
border-color: #57C4DB;
}
</style>