Shades of Malibu #57BCD9
Tints of Malibu #57BCD9
RGB
CMYK
RGB Variations
Color information
#57BCD9 (or 0x57BCD9) is known color: Malibu. HEX triplet: 57, BC and D9. RGB value is (87,188,217). Sum of RGB (Red+Green+Blue) = 87+188+217=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #57BCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCD9 is #A84326. Grayscale: #A0A0A0. Windows color (decimal): -11027239 or 14269527. OLE color: 14269527.
HSL color Cylindrical-coordinate representation of color #57BCD9: hue angle of 193.38º degrees, saturation: 0.63, 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 #57BCD9 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 188 | 217 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.15 |
| HSL | 193.38º | 0.63% | 0.6% | - |
| HSV(B) | 193.38º | 0.6% | 0.85% | - |
| XYZ | 34.44 | 43 | 72.13 | - |
| YUV | 161.11 | 159.54 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 217 | 0.60 | 0.13 | 0 | 0.15 | 193.38 | 0.63 | 0.6 |
| Hex | 57 | BC | D9 | 3C | D | 0 | F | C1 | 3F | 3C |
| Octal | 127 | 274 | 331 | 74 | 15 | 0 | 17 | 301 | 77 | 74 |
| Binary | 1010111 | 10111100 | 11011001 | 111100 | 1101 | 0 | 1111 | 11000001 | 111111 | 111100 |
Color Harmonies of #57BCD9
Complementary color
Monochromatic Colors of #57BCD9
Black with #57BCD9
Text Example
Text Example
White with #57BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCD9; }
p { color: rgb(87,188,217); }
H1.HeaderClassName
{
color: #57BCD9;
}
.AnyTagClassName
{
color: #57BCD9;
}
</style>
background-color css
<style>
a { background-color: #57BCD9; }
a { background-color: rgb(87,188,217); }
div.DivClassName
{
background-color: #57BCD9;
}
.BgClassName
{
background-color: #57BCD9;
}
</style>
border-color css
<style>
span { border-color: #57BCD9; }
span { border-color: rgb(87,188,217); }
td.TdClassName
{
border-color: #57BCD9;
}
.TagClassName
{
border-color: #57BCD9;
}
</style>