Shades of Malibu #57BFDE
Tints of Malibu #57BFDE
RGB
CMYK
RGB Variations
Color information
#57BFDE (or 0x57BFDE) is known color: Malibu. HEX triplet: 57, BF and DE. RGB value is (87,191,222). Sum of RGB (Red+Green+Blue) = 87+191+222=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #57BFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFDE is #A84021. Grayscale: #A3A3A3. Windows color (decimal): -11026466 or 14597975. OLE color: 14597975.
HSL color Cylindrical-coordinate representation of color #57BFDE: hue angle of 193.78º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BFDE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 191 | 222 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.13 |
| HSL | 193.78º | 0.67% | 0.61% | - |
| HSV(B) | 193.78º | 0.61% | 0.87% | - |
| XYZ | 35.75 | 44.56 | 75.82 | - |
| YUV | 163.44 | 161.04 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 222 | 0.61 | 0.14 | 0 | 0.13 | 193.78 | 0.67 | 0.61 |
| Hex | 57 | BF | DE | 3D | E | 0 | D | C2 | 43 | 3D |
| Octal | 127 | 277 | 336 | 75 | 16 | 0 | 15 | 302 | 103 | 75 |
| Binary | 1010111 | 10111111 | 11011110 | 111101 | 1110 | 0 | 1101 | 11000010 | 1000011 | 111101 |
Color Harmonies of #57BFDE
Complementary color
Monochromatic Colors of #57BFDE
Black with #57BFDE
Text Example
Text Example
White with #57BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFDE; }
p { color: rgb(87,191,222); }
H1.HeaderClassName
{
color: #57BFDE;
}
.AnyTagClassName
{
color: #57BFDE;
}
</style>
background-color css
<style>
a { background-color: #57BFDE; }
a { background-color: rgb(87,191,222); }
div.DivClassName
{
background-color: #57BFDE;
}
.BgClassName
{
background-color: #57BFDE;
}
</style>
border-color css
<style>
span { border-color: #57BFDE; }
span { border-color: rgb(87,191,222); }
td.TdClassName
{
border-color: #57BFDE;
}
.TagClassName
{
border-color: #57BFDE;
}
</style>