Shades of Malibu #57B3DB
Tints of Malibu #57B3DB
RGB
CMYK
RGB Variations
Color information
#57B3DB (or 0x57B3DB) is known color: Malibu. HEX triplet: 57, B3 and DB. RGB value is (87,179,219). Sum of RGB (Red+Green+Blue) = 87+179+219=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #57B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B3DB is #A84C24. Grayscale: #9B9B9B. Windows color (decimal): -11029541 or 14398295. OLE color: 14398295.
HSL color Cylindrical-coordinate representation of color #57B3DB: hue angle of 198.18º 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 #57B3DB is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 179 | 219 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.14 |
| HSL | 198.18º | 0.65% | 0.6% | - |
| HSV(B) | 198.18º | 0.6% | 0.86% | - |
| XYZ | 32.84 | 39.38 | 72.89 | - |
| YUV | 156.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 179 | 219 | 0.60 | 0.18 | 0 | 0.14 | 198.18 | 0.65 | 0.6 |
| Hex | 57 | B3 | DB | 3C | 12 | 0 | E | C6 | 41 | 3C |
| Octal | 127 | 263 | 333 | 74 | 22 | 0 | 16 | 306 | 101 | 74 |
| Binary | 1010111 | 10110011 | 11011011 | 111100 | 10010 | 0 | 1110 | 11000110 | 1000001 | 111100 |
Color Harmonies of #57B3DB
Complementary color
Monochromatic Colors of #57B3DB
Black with #57B3DB
Text Example
Text Example
White with #57B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B3DB; }
p { color: rgb(87,179,219); }
H1.HeaderClassName
{
color: #57B3DB;
}
.AnyTagClassName
{
color: #57B3DB;
}
</style>
background-color css
<style>
a { background-color: #57B3DB; }
a { background-color: rgb(87,179,219); }
div.DivClassName
{
background-color: #57B3DB;
}
.BgClassName
{
background-color: #57B3DB;
}
</style>
border-color css
<style>
span { border-color: #57B3DB; }
span { border-color: rgb(87,179,219); }
td.TdClassName
{
border-color: #57B3DB;
}
.TagClassName
{
border-color: #57B3DB;
}
</style>