Shades of Malibu #57B4DB
Tints of Malibu #57B4DB
RGB
CMYK
RGB Variations
Color information
#57B4DB (or 0x57B4DB) is known color: Malibu. HEX triplet: 57, B4 and DB. RGB value is (87,180,219). Sum of RGB (Red+Green+Blue) = 87+180+219=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #57B4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B4DB is #A84B24. Grayscale: #9C9C9C. Windows color (decimal): -11029285 or 14398551. OLE color: 14398551.
HSL color Cylindrical-coordinate representation of color #57B4DB: hue angle of 197.73º 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 #57B4DB is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 180 | 219 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.14 |
| HSL | 197.73º | 0.65% | 0.6% | - |
| HSV(B) | 197.73º | 0.6% | 0.86% | - |
| XYZ | 33.04 | 39.78 | 72.96 | - |
| YUV | 156.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 180 | 219 | 0.60 | 0.18 | 0 | 0.14 | 197.73 | 0.65 | 0.6 |
| Hex | 57 | B4 | DB | 3C | 12 | 0 | E | C6 | 41 | 3C |
| Octal | 127 | 264 | 333 | 74 | 22 | 0 | 16 | 306 | 101 | 74 |
| Binary | 1010111 | 10110100 | 11011011 | 111100 | 10010 | 0 | 1110 | 11000110 | 1000001 | 111100 |
Color Harmonies of #57B4DB
Complementary color
Monochromatic Colors of #57B4DB
Black with #57B4DB
Text Example
Text Example
White with #57B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B4DB; }
p { color: rgb(87,180,219); }
H1.HeaderClassName
{
color: #57B4DB;
}
.AnyTagClassName
{
color: #57B4DB;
}
</style>
background-color css
<style>
a { background-color: #57B4DB; }
a { background-color: rgb(87,180,219); }
div.DivClassName
{
background-color: #57B4DB;
}
.BgClassName
{
background-color: #57B4DB;
}
</style>
border-color css
<style>
span { border-color: #57B4DB; }
span { border-color: rgb(87,180,219); }
td.TdClassName
{
border-color: #57B4DB;
}
.TagClassName
{
border-color: #57B4DB;
}
</style>