Shades of Malibu #57BEE6
Tints of Malibu #57BEE6
RGB
CMYK
RGB Variations
Color information
#57BEE6 (or 0x57BEE6) is known color: Malibu. HEX triplet: 57, BE and E6. RGB value is (87,190,230). Sum of RGB (Red+Green+Blue) = 87+190+230=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #57BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BEE6 is #A84119. Grayscale: #A3A3A3. Windows color (decimal): -11026714 or 15122007. OLE color: 15122007.
HSL color Cylindrical-coordinate representation of color #57BEE6: hue angle of 196.78º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57BEE6 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 190 | 230 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.10 |
| HSL | 196.78º | 0.74% | 0.62% | - |
| HSV(B) | 196.78º | 0.62% | 0.9% | - |
| XYZ | 36.63 | 44.57 | 81.53 | - |
| YUV | 163.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 230 | 0.62 | 0.17 | 0 | 0.10 | 196.78 | 0.74 | 0.62 |
| Hex | 57 | BE | E6 | 3E | 11 | 0 | A | C5 | 4A | 3E |
| Octal | 127 | 276 | 346 | 76 | 21 | 0 | 12 | 305 | 112 | 76 |
| Binary | 1010111 | 10111110 | 11100110 | 111110 | 10001 | 0 | 1010 | 11000101 | 1001010 | 111110 |
Color Harmonies of #57BEE6
Complementary color
Monochromatic Colors of #57BEE6
Black with #57BEE6
Text Example
Text Example
White with #57BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BEE6; }
p { color: rgb(87,190,230); }
H1.HeaderClassName
{
color: #57BEE6;
}
.AnyTagClassName
{
color: #57BEE6;
}
</style>
background-color css
<style>
a { background-color: #57BEE6; }
a { background-color: rgb(87,190,230); }
div.DivClassName
{
background-color: #57BEE6;
}
.BgClassName
{
background-color: #57BEE6;
}
</style>
border-color css
<style>
span { border-color: #57BEE6; }
span { border-color: rgb(87,190,230); }
td.TdClassName
{
border-color: #57BEE6;
}
.TagClassName
{
border-color: #57BEE6;
}
</style>