Shades of Malibu #57B8D9
Tints of Malibu #57B8D9
RGB
CMYK
RGB Variations
Color information
#57B8D9 (or 0x57B8D9) is known color: Malibu. HEX triplet: 57, B8 and D9. RGB value is (87,184,217). Sum of RGB (Red+Green+Blue) = 87+184+217=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #57B8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8D9 is #A84726. Grayscale: #9E9E9E. Windows color (decimal): -11028263 or 14268503. OLE color: 14268503.
HSL color Cylindrical-coordinate representation of color #57B8D9: hue angle of 195.23º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57B8D9 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 184 | 217 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.15 |
| HSL | 195.23º | 0.63% | 0.6% | - |
| HSV(B) | 195.23º | 0.6% | 0.85% | - |
| XYZ | 33.6 | 41.32 | 71.85 | - |
| YUV | 158.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 184 | 217 | 0.60 | 0.15 | 0 | 0.15 | 195.23 | 0.63 | 0.6 |
| Hex | 57 | B8 | D9 | 3C | F | 0 | F | C3 | 3F | 3C |
| Octal | 127 | 270 | 331 | 74 | 17 | 0 | 17 | 303 | 77 | 74 |
| Binary | 1010111 | 10111000 | 11011001 | 111100 | 1111 | 0 | 1111 | 11000011 | 111111 | 111100 |
Color Harmonies of #57B8D9
Complementary color
Monochromatic Colors of #57B8D9
Black with #57B8D9
Text Example
Text Example
White with #57B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B8D9; }
p { color: rgb(87,184,217); }
H1.HeaderClassName
{
color: #57B8D9;
}
.AnyTagClassName
{
color: #57B8D9;
}
</style>
background-color css
<style>
a { background-color: #57B8D9; }
a { background-color: rgb(87,184,217); }
div.DivClassName
{
background-color: #57B8D9;
}
.BgClassName
{
background-color: #57B8D9;
}
</style>
border-color css
<style>
span { border-color: #57B8D9; }
span { border-color: rgb(87,184,217); }
td.TdClassName
{
border-color: #57B8D9;
}
.TagClassName
{
border-color: #57B8D9;
}
</style>