Shades of Malibu #57BAF2
Tints of Malibu #57BAF2
RGB
CMYK
RGB Variations
Color information
#57BAF2 (or 0x57BAF2) is known color: Malibu. HEX triplet: 57, BA and F2. RGB value is (87,186,242). Sum of RGB (Red+Green+Blue) = 87+186+242=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #57BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BAF2 is #A8450D. Grayscale: #A2A2A2. Windows color (decimal): -11027726 or 15907415. OLE color: 15907415.
HSL color Cylindrical-coordinate representation of color #57BAF2: hue angle of 201.68º 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 #57BAF2 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 186 | 242 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.05 |
| HSL | 201.68º | 0.86% | 0.65% | - |
| HSV(B) | 201.68º | 0.64% | 0.95% | - |
| XYZ | 37.52 | 43.55 | 90.43 | - |
| YUV | 162.78 | 172.7 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 242 | 0.64 | 0.23 | 0 | 0.05 | 201.68 | 0.86 | 0.65 |
| Hex | 57 | BA | F2 | 40 | 17 | 0 | 5 | CA | 56 | 41 |
| Octal | 127 | 272 | 362 | 100 | 27 | 0 | 5 | 312 | 126 | 101 |
| Binary | 1010111 | 10111010 | 11110010 | 1000000 | 10111 | 0 | 101 | 11001010 | 1010110 | 1000001 |
Color Harmonies of #57BAF2
Complementary color
Monochromatic Colors of #57BAF2
Black with #57BAF2
Text Example
Text Example
White with #57BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAF2; }
p { color: rgb(87,186,242); }
H1.HeaderClassName
{
color: #57BAF2;
}
.AnyTagClassName
{
color: #57BAF2;
}
</style>
background-color css
<style>
a { background-color: #57BAF2; }
a { background-color: rgb(87,186,242); }
div.DivClassName
{
background-color: #57BAF2;
}
.BgClassName
{
background-color: #57BAF2;
}
</style>
border-color css
<style>
span { border-color: #57BAF2; }
span { border-color: rgb(87,186,242); }
td.TdClassName
{
border-color: #57BAF2;
}
.TagClassName
{
border-color: #57BAF2;
}
</style>