Shades of Malibu #57BCDD
Tints of Malibu #57BCDD
RGB
CMYK
RGB Variations
Color information
#57BCDD (or 0x57BCDD) is known color: Malibu. HEX triplet: 57, BC and DD. RGB value is (87,188,221). Sum of RGB (Red+Green+Blue) = 87+188+221=496 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.54% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #57BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCDD is #A84322. Grayscale: #A1A1A1. Windows color (decimal): -11027235 or 14531671. OLE color: 14531671.
HSL color Cylindrical-coordinate representation of color #57BCDD: hue angle of 194.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BCDD is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 188 | 221 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.13 |
| HSL | 194.78º | 0.66% | 0.6% | - |
| HSV(B) | 194.78º | 0.61% | 0.87% | - |
| XYZ | 34.96 | 43.21 | 74.9 | - |
| YUV | 161.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 221 | 0.61 | 0.15 | 0 | 0.13 | 194.78 | 0.66 | 0.6 |
| Hex | 57 | BC | DD | 3D | F | 0 | D | C3 | 42 | 3C |
| Octal | 127 | 274 | 335 | 75 | 17 | 0 | 15 | 303 | 102 | 74 |
| Binary | 1010111 | 10111100 | 11011101 | 111101 | 1111 | 0 | 1101 | 11000011 | 1000010 | 111100 |
Color Harmonies of #57BCDD
Complementary color
Monochromatic Colors of #57BCDD
Black with #57BCDD
Text Example
Text Example
White with #57BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCDD; }
p { color: rgb(87,188,221); }
H1.HeaderClassName
{
color: #57BCDD;
}
.AnyTagClassName
{
color: #57BCDD;
}
</style>
background-color css
<style>
a { background-color: #57BCDD; }
a { background-color: rgb(87,188,221); }
div.DivClassName
{
background-color: #57BCDD;
}
.BgClassName
{
background-color: #57BCDD;
}
</style>
border-color css
<style>
span { border-color: #57BCDD; }
span { border-color: rgb(87,188,221); }
td.TdClassName
{
border-color: #57BCDD;
}
.TagClassName
{
border-color: #57BCDD;
}
</style>