Shades of Malibu #57BFF2
Tints of Malibu #57BFF2
RGB
CMYK
RGB Variations
Color information
#57BFF2 (or 0x57BFF2) is known color: Malibu. HEX triplet: 57, BF and F2. RGB value is (87,191,242). Sum of RGB (Red+Green+Blue) = 87+191+242=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #57BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFF2 is #A8400D. Grayscale: #A5A5A5. Windows color (decimal): -11026446 or 15908695. OLE color: 15908695.
HSL color Cylindrical-coordinate representation of color #57BFF2: hue angle of 199.74º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57BFF2 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 191 | 242 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.05 |
| HSL | 199.74º | 0.86% | 0.65% | - |
| HSV(B) | 199.74º | 0.64% | 0.95% | - |
| XYZ | 38.59 | 45.7 | 90.79 | - |
| YUV | 165.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 242 | 0.64 | 0.21 | 0 | 0.05 | 199.74 | 0.86 | 0.65 |
| Hex | 57 | BF | F2 | 40 | 15 | 0 | 5 | C8 | 56 | 41 |
| Octal | 127 | 277 | 362 | 100 | 25 | 0 | 5 | 310 | 126 | 101 |
| Binary | 1010111 | 10111111 | 11110010 | 1000000 | 10101 | 0 | 101 | 11001000 | 1010110 | 1000001 |
Color Harmonies of #57BFF2
Complementary color
Monochromatic Colors of #57BFF2
Black with #57BFF2
Text Example
Text Example
White with #57BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFF2; }
p { color: rgb(87,191,242); }
H1.HeaderClassName
{
color: #57BFF2;
}
.AnyTagClassName
{
color: #57BFF2;
}
</style>
background-color css
<style>
a { background-color: #57BFF2; }
a { background-color: rgb(87,191,242); }
div.DivClassName
{
background-color: #57BFF2;
}
.BgClassName
{
background-color: #57BFF2;
}
</style>
border-color css
<style>
span { border-color: #57BFF2; }
span { border-color: rgb(87,191,242); }
td.TdClassName
{
border-color: #57BFF2;
}
.TagClassName
{
border-color: #57BFF2;
}
</style>