Shades of Malibu #57BBF2
Tints of Malibu #57BBF2
RGB
CMYK
RGB Variations
Color information
#57BBF2 (or 0x57BBF2) is known color: Malibu. HEX triplet: 57, BB and F2. RGB value is (87,187,242). Sum of RGB (Red+Green+Blue) = 87+187+242=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #57BBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BBF2 is #A8440D. Grayscale: #A3A3A3. Windows color (decimal): -11027470 or 15907671. OLE color: 15907671.
HSL color Cylindrical-coordinate representation of color #57BBF2: hue angle of 201.29º 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 #57BBF2 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 187 | 242 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.05 |
| HSL | 201.29º | 0.86% | 0.65% | - |
| HSV(B) | 201.29º | 0.64% | 0.95% | - |
| XYZ | 37.73 | 43.98 | 90.5 | - |
| YUV | 163.37 | 172.37 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 242 | 0.64 | 0.23 | 0 | 0.05 | 201.29 | 0.86 | 0.65 |
| Hex | 57 | BB | F2 | 40 | 17 | 0 | 5 | C9 | 56 | 41 |
| Octal | 127 | 273 | 362 | 100 | 27 | 0 | 5 | 311 | 126 | 101 |
| Binary | 1010111 | 10111011 | 11110010 | 1000000 | 10111 | 0 | 101 | 11001001 | 1010110 | 1000001 |
Color Harmonies of #57BBF2
Complementary color
Monochromatic Colors of #57BBF2
Black with #57BBF2
Text Example
Text Example
White with #57BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBF2; }
p { color: rgb(87,187,242); }
H1.HeaderClassName
{
color: #57BBF2;
}
.AnyTagClassName
{
color: #57BBF2;
}
</style>
background-color css
<style>
a { background-color: #57BBF2; }
a { background-color: rgb(87,187,242); }
div.DivClassName
{
background-color: #57BBF2;
}
.BgClassName
{
background-color: #57BBF2;
}
</style>
border-color css
<style>
span { border-color: #57BBF2; }
span { border-color: rgb(87,187,242); }
td.TdClassName
{
border-color: #57BBF2;
}
.TagClassName
{
border-color: #57BBF2;
}
</style>