Shades of Malibu #57B0DF
Tints of Malibu #57B0DF
RGB
CMYK
RGB Variations
Color information
#57B0DF (or 0x57B0DF) is known color: Malibu. HEX triplet: 57, B0 and DF. RGB value is (87,176,223). Sum of RGB (Red+Green+Blue) = 87+176+223=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #57B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0DF is #A84F20. Grayscale: #9A9A9A. Windows color (decimal): -11030305 or 14659671. OLE color: 14659671.
HSL color Cylindrical-coordinate representation of color #57B0DF: hue angle of 200.74º 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 #57B0DF is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 176 | 223 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.13 |
| HSL | 200.74º | 0.68% | 0.61% | - |
| HSV(B) | 200.74º | 0.61% | 0.87% | - |
| XYZ | 32.78 | 38.4 | 75.5 | - |
| YUV | 154.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 176 | 223 | 0.61 | 0.21 | 0 | 0.13 | 200.74 | 0.68 | 0.61 |
| Hex | 57 | B0 | DF | 3D | 15 | 0 | D | C9 | 44 | 3D |
| Octal | 127 | 260 | 337 | 75 | 25 | 0 | 15 | 311 | 104 | 75 |
| Binary | 1010111 | 10110000 | 11011111 | 111101 | 10101 | 0 | 1101 | 11001001 | 1000100 | 111101 |
Color Harmonies of #57B0DF
Complementary color
Monochromatic Colors of #57B0DF
Black with #57B0DF
Text Example
Text Example
White with #57B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B0DF; }
p { color: rgb(87,176,223); }
H1.HeaderClassName
{
color: #57B0DF;
}
.AnyTagClassName
{
color: #57B0DF;
}
</style>
background-color css
<style>
a { background-color: #57B0DF; }
a { background-color: rgb(87,176,223); }
div.DivClassName
{
background-color: #57B0DF;
}
.BgClassName
{
background-color: #57B0DF;
}
</style>
border-color css
<style>
span { border-color: #57B0DF; }
span { border-color: rgb(87,176,223); }
td.TdClassName
{
border-color: #57B0DF;
}
.TagClassName
{
border-color: #57B0DF;
}
</style>