Shades of Malibu #57BFF6
Tints of Malibu #57BFF6
RGB
CMYK
RGB Variations
Color information
#57BFF6 (or 0x57BFF6) is known color: Malibu. HEX triplet: 57, BF and F6. RGB value is (87,191,246). Sum of RGB (Red+Green+Blue) = 87+191+246=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #57BFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFF6 is #A84009. Grayscale: #A5A5A5. Windows color (decimal): -11026442 or 16170839. OLE color: 16170839.
HSL color Cylindrical-coordinate representation of color #57BFF6: hue angle of 200.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57BFF6 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 191 | 246 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.04 |
| HSL | 200.75º | 0.9% | 0.65% | - |
| HSV(B) | 200.75º | 0.65% | 0.96% | - |
| XYZ | 39.2 | 45.94 | 93.99 | - |
| YUV | 166.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 246 | 0.65 | 0.22 | 0 | 0.04 | 200.75 | 0.9 | 0.65 |
| Hex | 57 | BF | F6 | 41 | 16 | 0 | 4 | C9 | 5A | 41 |
| Octal | 127 | 277 | 366 | 101 | 26 | 0 | 4 | 311 | 132 | 101 |
| Binary | 1010111 | 10111111 | 11110110 | 1000001 | 10110 | 0 | 100 | 11001001 | 1011010 | 1000001 |
Color Harmonies of #57BFF6
Complementary color
Monochromatic Colors of #57BFF6
Black with #57BFF6
Text Example
Text Example
White with #57BFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFF6; }
p { color: rgb(87,191,246); }
H1.HeaderClassName
{
color: #57BFF6;
}
.AnyTagClassName
{
color: #57BFF6;
}
</style>
background-color css
<style>
a { background-color: #57BFF6; }
a { background-color: rgb(87,191,246); }
div.DivClassName
{
background-color: #57BFF6;
}
.BgClassName
{
background-color: #57BFF6;
}
</style>
border-color css
<style>
span { border-color: #57BFF6; }
span { border-color: rgb(87,191,246); }
td.TdClassName
{
border-color: #57BFF6;
}
.TagClassName
{
border-color: #57BFF6;
}
</style>