Shades of Malibu #57BFE8
Tints of Malibu #57BFE8
RGB
CMYK
RGB Variations
Color information
#57BFE8 (or 0x57BFE8) is known color: Malibu. HEX triplet: 57, BF and E8. RGB value is (87,191,232). Sum of RGB (Red+Green+Blue) = 87+191+232=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #57BFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFE8 is #A84017. Grayscale: #A4A4A4. Windows color (decimal): -11026456 or 15253335. OLE color: 15253335.
HSL color Cylindrical-coordinate representation of color #57BFE8: hue angle of 196.97º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57BFE8 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 191 | 232 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.09 |
| HSL | 196.97º | 0.76% | 0.63% | - |
| HSV(B) | 196.97º | 0.63% | 0.91% | - |
| XYZ | 37.13 | 45.11 | 83.1 | - |
| YUV | 164.58 | 166.04 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 232 | 0.62 | 0.18 | 0 | 0.09 | 196.97 | 0.76 | 0.63 |
| Hex | 57 | BF | E8 | 3E | 12 | 0 | 9 | C5 | 4C | 3F |
| Octal | 127 | 277 | 350 | 76 | 22 | 0 | 11 | 305 | 114 | 77 |
| Binary | 1010111 | 10111111 | 11101000 | 111110 | 10010 | 0 | 1001 | 11000101 | 1001100 | 111111 |
Color Harmonies of #57BFE8
Complementary color
Monochromatic Colors of #57BFE8
Black with #57BFE8
Text Example
Text Example
White with #57BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFE8; }
p { color: rgb(87,191,232); }
H1.HeaderClassName
{
color: #57BFE8;
}
.AnyTagClassName
{
color: #57BFE8;
}
</style>
background-color css
<style>
a { background-color: #57BFE8; }
a { background-color: rgb(87,191,232); }
div.DivClassName
{
background-color: #57BFE8;
}
.BgClassName
{
background-color: #57BFE8;
}
</style>
border-color css
<style>
span { border-color: #57BFE8; }
span { border-color: rgb(87,191,232); }
td.TdClassName
{
border-color: #57BFE8;
}
.TagClassName
{
border-color: #57BFE8;
}
</style>