Shades of Malibu #57BBDD
Tints of Malibu #57BBDD
RGB
CMYK
RGB Variations
Color information
#57BBDD (or 0x57BBDD) is known color: Malibu. HEX triplet: 57, BB and DD. RGB value is (87,187,221). Sum of RGB (Red+Green+Blue) = 87+187+221=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #57BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBDD is #A84422. Grayscale: #A0A0A0. Windows color (decimal): -11027491 or 14531415. OLE color: 14531415.
HSL color Cylindrical-coordinate representation of color #57BBDD: hue angle of 195.22º 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 #57BBDD is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 187 | 221 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.13 |
| HSL | 195.22º | 0.66% | 0.6% | - |
| HSV(B) | 195.22º | 0.61% | 0.87% | - |
| XYZ | 34.75 | 42.79 | 74.83 | - |
| YUV | 160.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 221 | 0.61 | 0.15 | 0 | 0.13 | 195.22 | 0.66 | 0.6 |
| Hex | 57 | BB | DD | 3D | F | 0 | D | C3 | 42 | 3C |
| Octal | 127 | 273 | 335 | 75 | 17 | 0 | 15 | 303 | 102 | 74 |
| Binary | 1010111 | 10111011 | 11011101 | 111101 | 1111 | 0 | 1101 | 11000011 | 1000010 | 111100 |
Color Harmonies of #57BBDD
Complementary color
Monochromatic Colors of #57BBDD
Black with #57BBDD
Text Example
Text Example
White with #57BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBDD; }
p { color: rgb(87,187,221); }
H1.HeaderClassName
{
color: #57BBDD;
}
.AnyTagClassName
{
color: #57BBDD;
}
</style>
background-color css
<style>
a { background-color: #57BBDD; }
a { background-color: rgb(87,187,221); }
div.DivClassName
{
background-color: #57BBDD;
}
.BgClassName
{
background-color: #57BBDD;
}
</style>
border-color css
<style>
span { border-color: #57BBDD; }
span { border-color: rgb(87,187,221); }
td.TdClassName
{
border-color: #57BBDD;
}
.TagClassName
{
border-color: #57BBDD;
}
</style>