Shades of Malibu #57BCDA
Tints of Malibu #57BCDA
RGB
CMYK
RGB Variations
Color information
#57BCDA (or 0x57BCDA) is known color: Malibu. HEX triplet: 57, BC and DA. RGB value is (87,188,218). Sum of RGB (Red+Green+Blue) = 87+188+218=493 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.65% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #57BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCDA is #A84325. Grayscale: #A0A0A0. Windows color (decimal): -11027238 or 14335063. OLE color: 14335063.
HSL color Cylindrical-coordinate representation of color #57BCDA: hue angle of 193.74º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57BCDA is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 188 | 218 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.15 |
| HSL | 193.74º | 0.64% | 0.6% | - |
| HSV(B) | 193.74º | 0.6% | 0.85% | - |
| XYZ | 34.57 | 43.05 | 72.82 | - |
| YUV | 161.22 | 160.04 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 218 | 0.60 | 0.14 | 0 | 0.15 | 193.74 | 0.64 | 0.6 |
| Hex | 57 | BC | DA | 3C | E | 0 | F | C2 | 40 | 3C |
| Octal | 127 | 274 | 332 | 74 | 16 | 0 | 17 | 302 | 100 | 74 |
| Binary | 1010111 | 10111100 | 11011010 | 111100 | 1110 | 0 | 1111 | 11000010 | 1000000 | 111100 |
Color Harmonies of #57BCDA
Complementary color
Monochromatic Colors of #57BCDA
Black with #57BCDA
Text Example
Text Example
White with #57BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCDA; }
p { color: rgb(87,188,218); }
H1.HeaderClassName
{
color: #57BCDA;
}
.AnyTagClassName
{
color: #57BCDA;
}
</style>
background-color css
<style>
a { background-color: #57BCDA; }
a { background-color: rgb(87,188,218); }
div.DivClassName
{
background-color: #57BCDA;
}
.BgClassName
{
background-color: #57BCDA;
}
</style>
border-color css
<style>
span { border-color: #57BCDA; }
span { border-color: rgb(87,188,218); }
td.TdClassName
{
border-color: #57BCDA;
}
.TagClassName
{
border-color: #57BCDA;
}
</style>