Shades of Malibu #57BEF0
Tints of Malibu #57BEF0
RGB
CMYK
RGB Variations
Color information
#57BEF0 (or 0x57BEF0) is known color: Malibu. HEX triplet: 57, BE and F0. RGB value is (87,190,240). Sum of RGB (Red+Green+Blue) = 87+190+240=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #57BEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BEF0 is #A8410F. Grayscale: #A4A4A4. Windows color (decimal): -11026704 or 15777367. OLE color: 15777367.
HSL color Cylindrical-coordinate representation of color #57BEF0: hue angle of 199.61º 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 #57BEF0 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 190 | 240 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.06 |
| HSL | 199.61º | 0.84% | 0.64% | - |
| HSV(B) | 199.61º | 0.64% | 0.94% | - |
| XYZ | 38.07 | 45.14 | 89.15 | - |
| YUV | 164.9 | 170.38 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 240 | 0.64 | 0.21 | 0 | 0.06 | 199.61 | 0.84 | 0.64 |
| Hex | 57 | BE | F0 | 40 | 15 | 0 | 6 | C8 | 54 | 40 |
| Octal | 127 | 276 | 360 | 100 | 25 | 0 | 6 | 310 | 124 | 100 |
| Binary | 1010111 | 10111110 | 11110000 | 1000000 | 10101 | 0 | 110 | 11001000 | 1010100 | 1000000 |
Color Harmonies of #57BEF0
Complementary color
Monochromatic Colors of #57BEF0
Black with #57BEF0
Text Example
Text Example
White with #57BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BEF0; }
p { color: rgb(87,190,240); }
H1.HeaderClassName
{
color: #57BEF0;
}
.AnyTagClassName
{
color: #57BEF0;
}
</style>
background-color css
<style>
a { background-color: #57BEF0; }
a { background-color: rgb(87,190,240); }
div.DivClassName
{
background-color: #57BEF0;
}
.BgClassName
{
background-color: #57BEF0;
}
</style>
border-color css
<style>
span { border-color: #57BEF0; }
span { border-color: rgb(87,190,240); }
td.TdClassName
{
border-color: #57BEF0;
}
.TagClassName
{
border-color: #57BEF0;
}
</style>