Shades of Malibu #57BADC
Tints of Malibu #57BADC
RGB
CMYK
RGB Variations
Color information
#57BADC (or 0x57BADC) is known color: Malibu. HEX triplet: 57, BA and DC. RGB value is (87,186,220). Sum of RGB (Red+Green+Blue) = 87+186+220=493 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.65% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #57BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BADC is #A84523. Grayscale: #A0A0A0. Windows color (decimal): -11027748 or 14465623. OLE color: 14465623.
HSL color Cylindrical-coordinate representation of color #57BADC: hue angle of 195.34º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57BADC is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 186 | 220 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.14 |
| HSL | 195.34º | 0.66% | 0.6% | - |
| HSV(B) | 195.34º | 0.6% | 0.86% | - |
| XYZ | 34.41 | 42.31 | 74.06 | - |
| YUV | 160.28 | 161.7 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 220 | 0.60 | 0.15 | 0 | 0.14 | 195.34 | 0.66 | 0.6 |
| Hex | 57 | BA | DC | 3C | F | 0 | E | C3 | 42 | 3C |
| Octal | 127 | 272 | 334 | 74 | 17 | 0 | 16 | 303 | 102 | 74 |
| Binary | 1010111 | 10111010 | 11011100 | 111100 | 1111 | 0 | 1110 | 11000011 | 1000010 | 111100 |
Color Harmonies of #57BADC
Complementary color
Monochromatic Colors of #57BADC
Black with #57BADC
Text Example
Text Example
White with #57BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BADC; }
p { color: rgb(87,186,220); }
H1.HeaderClassName
{
color: #57BADC;
}
.AnyTagClassName
{
color: #57BADC;
}
</style>
background-color css
<style>
a { background-color: #57BADC; }
a { background-color: rgb(87,186,220); }
div.DivClassName
{
background-color: #57BADC;
}
.BgClassName
{
background-color: #57BADC;
}
</style>
border-color css
<style>
span { border-color: #57BADC; }
span { border-color: rgb(87,186,220); }
td.TdClassName
{
border-color: #57BADC;
}
.TagClassName
{
border-color: #57BADC;
}
</style>