Shades of Malibu #57BBF0
Tints of Malibu #57BBF0
RGB
CMYK
RGB Variations
Color information
#57BBF0 (or 0x57BBF0) is known color: Malibu. HEX triplet: 57, BB and F0. RGB value is (87,187,240). Sum of RGB (Red+Green+Blue) = 87+187+240=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #57BBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BBF0 is #A8440F. Grayscale: #A2A2A2. Windows color (decimal): -11027472 or 15776599. OLE color: 15776599.
HSL color Cylindrical-coordinate representation of color #57BBF0: hue angle of 200.78º degrees, saturation: 0.84, 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 #57BBF0 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 187 | 240 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.06 |
| HSL | 200.78º | 0.84% | 0.64% | - |
| HSV(B) | 200.78º | 0.64% | 0.94% | - |
| XYZ | 37.43 | 43.86 | 88.93 | - |
| YUV | 163.14 | 171.37 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 240 | 0.64 | 0.22 | 0 | 0.06 | 200.78 | 0.84 | 0.64 |
| Hex | 57 | BB | F0 | 40 | 16 | 0 | 6 | C9 | 54 | 40 |
| Octal | 127 | 273 | 360 | 100 | 26 | 0 | 6 | 311 | 124 | 100 |
| Binary | 1010111 | 10111011 | 11110000 | 1000000 | 10110 | 0 | 110 | 11001001 | 1010100 | 1000000 |
Color Harmonies of #57BBF0
Complementary color
Monochromatic Colors of #57BBF0
Black with #57BBF0
Text Example
Text Example
White with #57BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBF0; }
p { color: rgb(87,187,240); }
H1.HeaderClassName
{
color: #57BBF0;
}
.AnyTagClassName
{
color: #57BBF0;
}
</style>
background-color css
<style>
a { background-color: #57BBF0; }
a { background-color: rgb(87,187,240); }
div.DivClassName
{
background-color: #57BBF0;
}
.BgClassName
{
background-color: #57BBF0;
}
</style>
border-color css
<style>
span { border-color: #57BBF0; }
span { border-color: rgb(87,187,240); }
td.TdClassName
{
border-color: #57BBF0;
}
.TagClassName
{
border-color: #57BBF0;
}
</style>