Shades of Malibu #57B9DB
Tints of Malibu #57B9DB
RGB
CMYK
RGB Variations
Color information
#57B9DB (or 0x57B9DB) is known color: Malibu. HEX triplet: 57, B9 and DB. RGB value is (87,185,219). Sum of RGB (Red+Green+Blue) = 87+185+219=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #57B9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B9DB is #A84624. Grayscale: #9F9F9F. Windows color (decimal): -11028005 or 14399831. OLE color: 14399831.
HSL color Cylindrical-coordinate representation of color #57B9DB: hue angle of 195.45º degrees, saturation: 0.65, 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 #57B9DB is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 185 | 219 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.14 |
| HSL | 195.45º | 0.65% | 0.6% | - |
| HSV(B) | 195.45º | 0.6% | 0.86% | - |
| XYZ | 34.07 | 41.84 | 73.3 | - |
| YUV | 159.57 | 161.53 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 185 | 219 | 0.60 | 0.16 | 0 | 0.14 | 195.45 | 0.65 | 0.6 |
| Hex | 57 | B9 | DB | 3C | 10 | 0 | E | C3 | 41 | 3C |
| Octal | 127 | 271 | 333 | 74 | 20 | 0 | 16 | 303 | 101 | 74 |
| Binary | 1010111 | 10111001 | 11011011 | 111100 | 10000 | 0 | 1110 | 11000011 | 1000001 | 111100 |
Color Harmonies of #57B9DB
Complementary color
Monochromatic Colors of #57B9DB
Black with #57B9DB
Text Example
Text Example
White with #57B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B9DB; }
p { color: rgb(87,185,219); }
H1.HeaderClassName
{
color: #57B9DB;
}
.AnyTagClassName
{
color: #57B9DB;
}
</style>
background-color css
<style>
a { background-color: #57B9DB; }
a { background-color: rgb(87,185,219); }
div.DivClassName
{
background-color: #57B9DB;
}
.BgClassName
{
background-color: #57B9DB;
}
</style>
border-color css
<style>
span { border-color: #57B9DB; }
span { border-color: rgb(87,185,219); }
td.TdClassName
{
border-color: #57B9DB;
}
.TagClassName
{
border-color: #57B9DB;
}
</style>