Shades of Malibu #57B3EC
Tints of Malibu #57B3EC
RGB
CMYK
RGB Variations
Color information
#57B3EC (or 0x57B3EC) is known color: Malibu. HEX triplet: 57, B3 and EC. RGB value is (87,179,236). Sum of RGB (Red+Green+Blue) = 87+179+236=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #57B3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57B3EC is #A84C13. Grayscale: #9D9D9D. Windows color (decimal): -11029524 or 15512407. OLE color: 15512407.
HSL color Cylindrical-coordinate representation of color #57B3EC: hue angle of 202.95º 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 #57B3EC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 179 | 236 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.07 |
| HSL | 202.95º | 0.8% | 0.63% | - |
| HSV(B) | 202.95º | 0.63% | 0.93% | - |
| XYZ | 35.19 | 40.32 | 85.29 | - |
| YUV | 157.99 | 172.02 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 179 | 236 | 0.63 | 0.24 | 0 | 0.07 | 202.95 | 0.8 | 0.63 |
| Hex | 57 | B3 | EC | 3F | 18 | 0 | 7 | CB | 50 | 3F |
| Octal | 127 | 263 | 354 | 77 | 30 | 0 | 7 | 313 | 120 | 77 |
| Binary | 1010111 | 10110011 | 11101100 | 111111 | 11000 | 0 | 111 | 11001011 | 1010000 | 111111 |
Color Harmonies of #57B3EC
Complementary color
Monochromatic Colors of #57B3EC
Black with #57B3EC
Text Example
Text Example
White with #57B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B3EC; }
p { color: rgb(87,179,236); }
H1.HeaderClassName
{
color: #57B3EC;
}
.AnyTagClassName
{
color: #57B3EC;
}
</style>
background-color css
<style>
a { background-color: #57B3EC; }
a { background-color: rgb(87,179,236); }
div.DivClassName
{
background-color: #57B3EC;
}
.BgClassName
{
background-color: #57B3EC;
}
</style>
border-color css
<style>
span { border-color: #57B3EC; }
span { border-color: rgb(87,179,236); }
td.TdClassName
{
border-color: #57B3EC;
}
.TagClassName
{
border-color: #57B3EC;
}
</style>