Shades of Malibu #57BEF6
Tints of Malibu #57BEF6
RGB
CMYK
RGB Variations
Color information
#57BEF6 (or 0x57BEF6) is known color: Malibu. HEX triplet: 57, BE and F6. RGB value is (87,190,246). Sum of RGB (Red+Green+Blue) = 87+190+246=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #57BEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BEF6 is #A84109. Grayscale: #A5A5A5. Windows color (decimal): -11026698 or 16170583. OLE color: 16170583.
HSL color Cylindrical-coordinate representation of color #57BEF6: hue angle of 201.13º 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 #57BEF6 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 190 | 246 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.04 |
| HSL | 201.13º | 0.9% | 0.65% | - |
| HSV(B) | 201.13º | 0.65% | 0.96% | - |
| XYZ | 38.98 | 45.51 | 93.92 | - |
| YUV | 165.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 246 | 0.65 | 0.23 | 0 | 0.04 | 201.13 | 0.9 | 0.65 |
| Hex | 57 | BE | F6 | 41 | 17 | 0 | 4 | C9 | 5A | 41 |
| Octal | 127 | 276 | 366 | 101 | 27 | 0 | 4 | 311 | 132 | 101 |
| Binary | 1010111 | 10111110 | 11110110 | 1000001 | 10111 | 0 | 100 | 11001001 | 1011010 | 1000001 |
Color Harmonies of #57BEF6
Complementary color
Monochromatic Colors of #57BEF6
Black with #57BEF6
Text Example
Text Example
White with #57BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BEF6; }
p { color: rgb(87,190,246); }
H1.HeaderClassName
{
color: #57BEF6;
}
.AnyTagClassName
{
color: #57BEF6;
}
</style>
background-color css
<style>
a { background-color: #57BEF6; }
a { background-color: rgb(87,190,246); }
div.DivClassName
{
background-color: #57BEF6;
}
.BgClassName
{
background-color: #57BEF6;
}
</style>
border-color css
<style>
span { border-color: #57BEF6; }
span { border-color: rgb(87,190,246); }
td.TdClassName
{
border-color: #57BEF6;
}
.TagClassName
{
border-color: #57BEF6;
}
</style>