Shades of Malibu #57B1FC
Tints of Malibu #57B1FC
RGB
CMYK
RGB Variations
Color information
#57B1FC (or 0x57B1FC) is known color: Malibu. HEX triplet: 57, B1 and FC. RGB value is (87,177,252). Sum of RGB (Red+Green+Blue) = 87+177+252=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #57B1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57B1FC is #A84E03. Grayscale: #9E9E9E. Windows color (decimal): -11030020 or 16560471. OLE color: 16560471.
HSL color Cylindrical-coordinate representation of color #57B1FC: hue angle of 207.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57B1FC is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 177 | 252 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.01 |
| HSL | 207.27º | 0.96% | 0.66% | - |
| HSV(B) | 207.27º | 0.65% | 0.99% | - |
| XYZ | 37.22 | 40.5 | 97.95 | - |
| YUV | 158.64 | 180.68 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 177 | 252 | 0.65 | 0.30 | 0 | 0.01 | 207.27 | 0.96 | 0.66 |
| Hex | 57 | B1 | FC | 41 | 1E | 0 | 1 | CF | 60 | 42 |
| Octal | 127 | 261 | 374 | 101 | 36 | 0 | 1 | 317 | 140 | 102 |
| Binary | 1010111 | 10110001 | 11111100 | 1000001 | 11110 | 0 | 1 | 11001111 | 1100000 | 1000010 |
Color Harmonies of #57B1FC
Complementary color
Monochromatic Colors of #57B1FC
Black with #57B1FC
Text Example
Text Example
White with #57B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B1FC; }
p { color: rgb(87,177,252); }
H1.HeaderClassName
{
color: #57B1FC;
}
.AnyTagClassName
{
color: #57B1FC;
}
</style>
background-color css
<style>
a { background-color: #57B1FC; }
a { background-color: rgb(87,177,252); }
div.DivClassName
{
background-color: #57B1FC;
}
.BgClassName
{
background-color: #57B1FC;
}
</style>
border-color css
<style>
span { border-color: #57B1FC; }
span { border-color: rgb(87,177,252); }
td.TdClassName
{
border-color: #57B1FC;
}
.TagClassName
{
border-color: #57B1FC;
}
</style>