Shades of Malibu #57C5EA
Tints of Malibu #57C5EA
RGB
CMYK
RGB Variations
Color information
#57C5EA (or 0x57C5EA) is known color: Malibu. HEX triplet: 57, C5 and EA. RGB value is (87,197,234). Sum of RGB (Red+Green+Blue) = 87+197+234=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #57C5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C5EA is #A83A15. Grayscale: #A8A8A8. Windows color (decimal): -11024918 or 15385943. OLE color: 15385943.
HSL color Cylindrical-coordinate representation of color #57C5EA: hue angle of 195.1º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57C5EA is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 197 | 234 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.08 |
| HSL | 195.1º | 0.78% | 0.63% | - |
| HSV(B) | 195.1º | 0.63% | 0.92% | - |
| XYZ | 38.75 | 47.9 | 85.05 | - |
| YUV | 168.33 | 165.06 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 234 | 0.63 | 0.16 | 0 | 0.08 | 195.1 | 0.78 | 0.63 |
| Hex | 57 | C5 | EA | 3F | 10 | 0 | 8 | C3 | 4E | 3F |
| Octal | 127 | 305 | 352 | 77 | 20 | 0 | 10 | 303 | 116 | 77 |
| Binary | 1010111 | 11000101 | 11101010 | 111111 | 10000 | 0 | 1000 | 11000011 | 1001110 | 111111 |
Color Harmonies of #57C5EA
Complementary color
Monochromatic Colors of #57C5EA
Black with #57C5EA
Text Example
Text Example
White with #57C5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5EA; }
p { color: rgb(87,197,234); }
H1.HeaderClassName
{
color: #57C5EA;
}
.AnyTagClassName
{
color: #57C5EA;
}
</style>
background-color css
<style>
a { background-color: #57C5EA; }
a { background-color: rgb(87,197,234); }
div.DivClassName
{
background-color: #57C5EA;
}
.BgClassName
{
background-color: #57C5EA;
}
</style>
border-color css
<style>
span { border-color: #57C5EA; }
span { border-color: rgb(87,197,234); }
td.TdClassName
{
border-color: #57C5EA;
}
.TagClassName
{
border-color: #57C5EA;
}
</style>