Shades of Malibu #57B8DD
Tints of Malibu #57B8DD
RGB
CMYK
RGB Variations
Color information
#57B8DD (or 0x57B8DD) is known color: Malibu. HEX triplet: 57, B8 and DD. RGB value is (87,184,221). Sum of RGB (Red+Green+Blue) = 87+184+221=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #57B8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8DD is #A84722. Grayscale: #9E9E9E. Windows color (decimal): -11028259 or 14530647. OLE color: 14530647.
HSL color Cylindrical-coordinate representation of color #57B8DD: hue angle of 196.57º 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 #57B8DD is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 184 | 221 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.13 |
| HSL | 196.57º | 0.66% | 0.6% | - |
| HSV(B) | 196.57º | 0.61% | 0.87% | - |
| XYZ | 34.12 | 41.53 | 74.62 | - |
| YUV | 159.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 184 | 221 | 0.61 | 0.17 | 0 | 0.13 | 196.57 | 0.66 | 0.6 |
| Hex | 57 | B8 | DD | 3D | 11 | 0 | D | C5 | 42 | 3C |
| Octal | 127 | 270 | 335 | 75 | 21 | 0 | 15 | 305 | 102 | 74 |
| Binary | 1010111 | 10111000 | 11011101 | 111101 | 10001 | 0 | 1101 | 11000101 | 1000010 | 111100 |
Color Harmonies of #57B8DD
Complementary color
Monochromatic Colors of #57B8DD
Black with #57B8DD
Text Example
Text Example
White with #57B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B8DD; }
p { color: rgb(87,184,221); }
H1.HeaderClassName
{
color: #57B8DD;
}
.AnyTagClassName
{
color: #57B8DD;
}
</style>
background-color css
<style>
a { background-color: #57B8DD; }
a { background-color: rgb(87,184,221); }
div.DivClassName
{
background-color: #57B8DD;
}
.BgClassName
{
background-color: #57B8DD;
}
</style>
border-color css
<style>
span { border-color: #57B8DD; }
span { border-color: rgb(87,184,221); }
td.TdClassName
{
border-color: #57B8DD;
}
.TagClassName
{
border-color: #57B8DD;
}
</style>