Shades of Malibu #57C5EF
Tints of Malibu #57C5EF
RGB
CMYK
RGB Variations
Color information
#57C5EF (or 0x57C5EF) is known color: Malibu. HEX triplet: 57, C5 and EF. RGB value is (87,197,239). Sum of RGB (Red+Green+Blue) = 87+197+239=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #57C5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C5EF is #A83A10. Grayscale: #A8A8A8. Windows color (decimal): -11024913 or 15713623. OLE color: 15713623.
HSL color Cylindrical-coordinate representation of color #57C5EF: hue angle of 196.58º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57C5EF is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 197 | 239 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.06 |
| HSL | 196.58º | 0.83% | 0.64% | - |
| HSV(B) | 196.58º | 0.64% | 0.94% | - |
| XYZ | 39.48 | 48.19 | 88.88 | - |
| YUV | 168.9 | 167.56 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 239 | 0.64 | 0.18 | 0 | 0.06 | 196.58 | 0.83 | 0.64 |
| Hex | 57 | C5 | EF | 40 | 12 | 0 | 6 | C5 | 53 | 40 |
| Octal | 127 | 305 | 357 | 100 | 22 | 0 | 6 | 305 | 123 | 100 |
| Binary | 1010111 | 11000101 | 11101111 | 1000000 | 10010 | 0 | 110 | 11000101 | 1010011 | 1000000 |
Color Harmonies of #57C5EF
Complementary color
Monochromatic Colors of #57C5EF
Black with #57C5EF
Text Example
Text Example
White with #57C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5EF; }
p { color: rgb(87,197,239); }
H1.HeaderClassName
{
color: #57C5EF;
}
.AnyTagClassName
{
color: #57C5EF;
}
</style>
background-color css
<style>
a { background-color: #57C5EF; }
a { background-color: rgb(87,197,239); }
div.DivClassName
{
background-color: #57C5EF;
}
.BgClassName
{
background-color: #57C5EF;
}
</style>
border-color css
<style>
span { border-color: #57C5EF; }
span { border-color: rgb(87,197,239); }
td.TdClassName
{
border-color: #57C5EF;
}
.TagClassName
{
border-color: #57C5EF;
}
</style>