Shades of Malibu #57BCDB
Tints of Malibu #57BCDB
RGB
CMYK
RGB Variations
Color information
#57BCDB (or 0x57BCDB) is known color: Malibu. HEX triplet: 57, BC and DB. RGB value is (87,188,219). Sum of RGB (Red+Green+Blue) = 87+188+219=494 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.61% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #57BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCDB is #A84324. Grayscale: #A1A1A1. Windows color (decimal): -11027237 or 14400599. OLE color: 14400599.
HSL color Cylindrical-coordinate representation of color #57BCDB: hue angle of 194.09º 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 #57BCDB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 188 | 219 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.14 |
| HSL | 194.09º | 0.65% | 0.6% | - |
| HSV(B) | 194.09º | 0.6% | 0.86% | - |
| XYZ | 34.7 | 43.11 | 73.51 | - |
| YUV | 161.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 219 | 0.60 | 0.14 | 0 | 0.14 | 194.09 | 0.65 | 0.6 |
| Hex | 57 | BC | DB | 3C | E | 0 | E | C2 | 41 | 3C |
| Octal | 127 | 274 | 333 | 74 | 16 | 0 | 16 | 302 | 101 | 74 |
| Binary | 1010111 | 10111100 | 11011011 | 111100 | 1110 | 0 | 1110 | 11000010 | 1000001 | 111100 |
Color Harmonies of #57BCDB
Complementary color
Monochromatic Colors of #57BCDB
Black with #57BCDB
Text Example
Text Example
White with #57BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCDB; }
p { color: rgb(87,188,219); }
H1.HeaderClassName
{
color: #57BCDB;
}
.AnyTagClassName
{
color: #57BCDB;
}
</style>
background-color css
<style>
a { background-color: #57BCDB; }
a { background-color: rgb(87,188,219); }
div.DivClassName
{
background-color: #57BCDB;
}
.BgClassName
{
background-color: #57BCDB;
}
</style>
border-color css
<style>
span { border-color: #57BCDB; }
span { border-color: rgb(87,188,219); }
td.TdClassName
{
border-color: #57BCDB;
}
.TagClassName
{
border-color: #57BCDB;
}
</style>