Shades of Malibu #57BCE5
Tints of Malibu #57BCE5
RGB
CMYK
RGB Variations
Color information
#57BCE5 (or 0x57BCE5) is known color: Malibu. HEX triplet: 57, BC and E5. RGB value is (87,188,229). Sum of RGB (Red+Green+Blue) = 87+188+229=504 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.26% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #57BCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCE5 is #A8431A. Grayscale: #A2A2A2. Windows color (decimal): -11027227 or 15055959. OLE color: 15055959.
HSL color Cylindrical-coordinate representation of color #57BCE5: hue angle of 197.32º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57BCE5 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 188 | 229 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.10 |
| HSL | 197.32º | 0.73% | 0.62% | - |
| HSV(B) | 197.32º | 0.62% | 0.9% | - |
| XYZ | 36.06 | 43.65 | 80.65 | - |
| YUV | 162.48 | 165.54 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 229 | 0.62 | 0.18 | 0 | 0.10 | 197.32 | 0.73 | 0.62 |
| Hex | 57 | BC | E5 | 3E | 12 | 0 | A | C5 | 49 | 3E |
| Octal | 127 | 274 | 345 | 76 | 22 | 0 | 12 | 305 | 111 | 76 |
| Binary | 1010111 | 10111100 | 11100101 | 111110 | 10010 | 0 | 1010 | 11000101 | 1001001 | 111110 |
Color Harmonies of #57BCE5
Complementary color
Monochromatic Colors of #57BCE5
Black with #57BCE5
Text Example
Text Example
White with #57BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCE5; }
p { color: rgb(87,188,229); }
H1.HeaderClassName
{
color: #57BCE5;
}
.AnyTagClassName
{
color: #57BCE5;
}
</style>
background-color css
<style>
a { background-color: #57BCE5; }
a { background-color: rgb(87,188,229); }
div.DivClassName
{
background-color: #57BCE5;
}
.BgClassName
{
background-color: #57BCE5;
}
</style>
border-color css
<style>
span { border-color: #57BCE5; }
span { border-color: rgb(87,188,229); }
td.TdClassName
{
border-color: #57BCE5;
}
.TagClassName
{
border-color: #57BCE5;
}
</style>