Shades of Malibu #57BFDB
Tints of Malibu #57BFDB
RGB
CMYK
RGB Variations
Color information
#57BFDB (or 0x57BFDB) is known color: Malibu. HEX triplet: 57, BF and DB. RGB value is (87,191,219). Sum of RGB (Red+Green+Blue) = 87+191+219=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #57BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFDB is #A84024. Grayscale: #A2A2A2. Windows color (decimal): -11026469 or 14401367. OLE color: 14401367.
HSL color Cylindrical-coordinate representation of color #57BFDB: hue angle of 192.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 #57BFDB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 191 | 219 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.14 |
| HSL | 192.73º | 0.65% | 0.6% | - |
| HSV(B) | 192.73º | 0.6% | 0.86% | - |
| XYZ | 35.35 | 44.4 | 73.73 | - |
| YUV | 163.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 219 | 0.60 | 0.13 | 0 | 0.14 | 192.73 | 0.65 | 0.6 |
| Hex | 57 | BF | DB | 3C | D | 0 | E | C1 | 41 | 3C |
| Octal | 127 | 277 | 333 | 74 | 15 | 0 | 16 | 301 | 101 | 74 |
| Binary | 1010111 | 10111111 | 11011011 | 111100 | 1101 | 0 | 1110 | 11000001 | 1000001 | 111100 |
Color Harmonies of #57BFDB
Complementary color
Monochromatic Colors of #57BFDB
Black with #57BFDB
Text Example
Text Example
White with #57BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFDB; }
p { color: rgb(87,191,219); }
H1.HeaderClassName
{
color: #57BFDB;
}
.AnyTagClassName
{
color: #57BFDB;
}
</style>
background-color css
<style>
a { background-color: #57BFDB; }
a { background-color: rgb(87,191,219); }
div.DivClassName
{
background-color: #57BFDB;
}
.BgClassName
{
background-color: #57BFDB;
}
</style>
border-color css
<style>
span { border-color: #57BFDB; }
span { border-color: rgb(87,191,219); }
td.TdClassName
{
border-color: #57BFDB;
}
.TagClassName
{
border-color: #57BFDB;
}
</style>