Shades of Malibu #57BCEC
Tints of Malibu #57BCEC
RGB
CMYK
RGB Variations
Color information
#57BCEC (or 0x57BCEC) is known color: Malibu. HEX triplet: 57, BC and EC. RGB value is (87,188,236). Sum of RGB (Red+Green+Blue) = 87+188+236=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #57BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BCEC is #A84313. Grayscale: #A2A2A2. Windows color (decimal): -11027220 or 15514711. OLE color: 15514711.
HSL color Cylindrical-coordinate representation of color #57BCEC: hue angle of 199.33º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57BCEC is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 188 | 236 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.07 |
| HSL | 199.33º | 0.8% | 0.63% | - |
| HSV(B) | 199.33º | 0.63% | 0.93% | - |
| XYZ | 37.05 | 44.05 | 85.91 | - |
| YUV | 163.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 236 | 0.63 | 0.20 | 0 | 0.07 | 199.33 | 0.8 | 0.63 |
| Hex | 57 | BC | EC | 3F | 14 | 0 | 7 | C7 | 50 | 3F |
| Octal | 127 | 274 | 354 | 77 | 24 | 0 | 7 | 307 | 120 | 77 |
| Binary | 1010111 | 10111100 | 11101100 | 111111 | 10100 | 0 | 111 | 11000111 | 1010000 | 111111 |
Color Harmonies of #57BCEC
Complementary color
Monochromatic Colors of #57BCEC
Black with #57BCEC
Text Example
Text Example
White with #57BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCEC; }
p { color: rgb(87,188,236); }
H1.HeaderClassName
{
color: #57BCEC;
}
.AnyTagClassName
{
color: #57BCEC;
}
</style>
background-color css
<style>
a { background-color: #57BCEC; }
a { background-color: rgb(87,188,236); }
div.DivClassName
{
background-color: #57BCEC;
}
.BgClassName
{
background-color: #57BCEC;
}
</style>
border-color css
<style>
span { border-color: #57BCEC; }
span { border-color: rgb(87,188,236); }
td.TdClassName
{
border-color: #57BCEC;
}
.TagClassName
{
border-color: #57BCEC;
}
</style>