Shades of Malibu #57BFDD
Tints of Malibu #57BFDD
RGB
CMYK
RGB Variations
Color information
#57BFDD (or 0x57BFDD) is known color: Malibu. HEX triplet: 57, BF and DD. RGB value is (87,191,221). Sum of RGB (Red+Green+Blue) = 87+191+221=499 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.43% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #57BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFDD is #A84022. Grayscale: #A3A3A3. Windows color (decimal): -11026467 or 14532439. OLE color: 14532439.
HSL color Cylindrical-coordinate representation of color #57BFDD: hue angle of 193.43º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BFDD is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 191 | 221 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.13 |
| HSL | 193.43º | 0.66% | 0.6% | - |
| HSV(B) | 193.43º | 0.61% | 0.87% | - |
| XYZ | 35.61 | 44.51 | 75.12 | - |
| YUV | 163.32 | 160.54 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 221 | 0.61 | 0.14 | 0 | 0.13 | 193.43 | 0.66 | 0.6 |
| Hex | 57 | BF | DD | 3D | E | 0 | D | C1 | 42 | 3C |
| Octal | 127 | 277 | 335 | 75 | 16 | 0 | 15 | 301 | 102 | 74 |
| Binary | 1010111 | 10111111 | 11011101 | 111101 | 1110 | 0 | 1101 | 11000001 | 1000010 | 111100 |
Color Harmonies of #57BFDD
Complementary color
Monochromatic Colors of #57BFDD
Black with #57BFDD
Text Example
Text Example
White with #57BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFDD; }
p { color: rgb(87,191,221); }
H1.HeaderClassName
{
color: #57BFDD;
}
.AnyTagClassName
{
color: #57BFDD;
}
</style>
background-color css
<style>
a { background-color: #57BFDD; }
a { background-color: rgb(87,191,221); }
div.DivClassName
{
background-color: #57BFDD;
}
.BgClassName
{
background-color: #57BFDD;
}
</style>
border-color css
<style>
span { border-color: #57BFDD; }
span { border-color: rgb(87,191,221); }
td.TdClassName
{
border-color: #57BFDD;
}
.TagClassName
{
border-color: #57BFDD;
}
</style>