Shades of Malibu #57BBDF
Tints of Malibu #57BBDF
RGB
CMYK
RGB Variations
Color information
#57BBDF (or 0x57BBDF) is known color: Malibu. HEX triplet: 57, BB and DF. RGB value is (87,187,223). Sum of RGB (Red+Green+Blue) = 87+187+223=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #57BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBDF is #A84420. Grayscale: #A0A0A0. Windows color (decimal): -11027489 or 14662487. OLE color: 14662487.
HSL color Cylindrical-coordinate representation of color #57BBDF: hue angle of 195.88º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BBDF is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 187 | 223 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.13 |
| HSL | 195.88º | 0.68% | 0.61% | - |
| HSV(B) | 195.88º | 0.61% | 0.87% | - |
| XYZ | 35.02 | 42.89 | 76.25 | - |
| YUV | 161.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 223 | 0.61 | 0.16 | 0 | 0.13 | 195.88 | 0.68 | 0.61 |
| Hex | 57 | BB | DF | 3D | 10 | 0 | D | C4 | 44 | 3D |
| Octal | 127 | 273 | 337 | 75 | 20 | 0 | 15 | 304 | 104 | 75 |
| Binary | 1010111 | 10111011 | 11011111 | 111101 | 10000 | 0 | 1101 | 11000100 | 1000100 | 111101 |
Color Harmonies of #57BBDF
Complementary color
Monochromatic Colors of #57BBDF
Black with #57BBDF
Text Example
Text Example
White with #57BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBDF; }
p { color: rgb(87,187,223); }
H1.HeaderClassName
{
color: #57BBDF;
}
.AnyTagClassName
{
color: #57BBDF;
}
</style>
background-color css
<style>
a { background-color: #57BBDF; }
a { background-color: rgb(87,187,223); }
div.DivClassName
{
background-color: #57BBDF;
}
.BgClassName
{
background-color: #57BBDF;
}
</style>
border-color css
<style>
span { border-color: #57BBDF; }
span { border-color: rgb(87,187,223); }
td.TdClassName
{
border-color: #57BBDF;
}
.TagClassName
{
border-color: #57BBDF;
}
</style>