Shades of Malibu #57BCE0
Tints of Malibu #57BCE0
RGB
CMYK
RGB Variations
Color information
#57BCE0 (or 0x57BCE0) is known color: Malibu. HEX triplet: 57, BC and E0. RGB value is (87,188,224). Sum of RGB (Red+Green+Blue) = 87+188+224=499 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.43% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #57BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCE0 is #A8431F. Grayscale: #A1A1A1. Windows color (decimal): -11027232 or 14728279. OLE color: 14728279.
HSL color Cylindrical-coordinate representation of color #57BCE0: hue angle of 195.77º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BCE0 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 188 | 224 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.12 |
| HSL | 195.77º | 0.69% | 0.61% | - |
| HSV(B) | 195.77º | 0.61% | 0.88% | - |
| XYZ | 35.37 | 43.37 | 77.03 | - |
| YUV | 161.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 224 | 0.61 | 0.16 | 0 | 0.12 | 195.77 | 0.69 | 0.61 |
| Hex | 57 | BC | E0 | 3D | 10 | 0 | C | C4 | 45 | 3D |
| Octal | 127 | 274 | 340 | 75 | 20 | 0 | 14 | 304 | 105 | 75 |
| Binary | 1010111 | 10111100 | 11100000 | 111101 | 10000 | 0 | 1100 | 11000100 | 1000101 | 111101 |
Color Harmonies of #57BCE0
Complementary color
Monochromatic Colors of #57BCE0
Black with #57BCE0
Text Example
Text Example
White with #57BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCE0; }
p { color: rgb(87,188,224); }
H1.HeaderClassName
{
color: #57BCE0;
}
.AnyTagClassName
{
color: #57BCE0;
}
</style>
background-color css
<style>
a { background-color: #57BCE0; }
a { background-color: rgb(87,188,224); }
div.DivClassName
{
background-color: #57BCE0;
}
.BgClassName
{
background-color: #57BCE0;
}
</style>
border-color css
<style>
span { border-color: #57BCE0; }
span { border-color: rgb(87,188,224); }
td.TdClassName
{
border-color: #57BCE0;
}
.TagClassName
{
border-color: #57BCE0;
}
</style>