Shades of Malibu #58ACE1
Tints of Malibu #58ACE1
RGB
CMYK
RGB Variations
Color information
#58ACE1 (or 0x58ACE1) is known color: Malibu. HEX triplet: 58, AC and E1. RGB value is (88,172,225). Sum of RGB (Red+Green+Blue) = 88+172+225=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #58ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACE1 is #A7531E. Grayscale: #989898. Windows color (decimal): -10965791 or 14789720. OLE color: 14789720.
HSL color Cylindrical-coordinate representation of color #58ACE1: hue angle of 203.21º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58ACE1 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 172 | 225 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.12 |
| HSL | 203.21º | 0.7% | 0.61% | - |
| HSV(B) | 203.21º | 0.61% | 0.88% | - |
| XYZ | 32.37 | 37.02 | 76.67 | - |
| YUV | 152.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 225 | 0.61 | 0.24 | 0 | 0.12 | 203.21 | 0.7 | 0.61 |
| Hex | 58 | AC | E1 | 3D | 18 | 0 | C | CB | 46 | 3D |
| Octal | 130 | 254 | 341 | 75 | 30 | 0 | 14 | 313 | 106 | 75 |
| Binary | 1011000 | 10101100 | 11100001 | 111101 | 11000 | 0 | 1100 | 11001011 | 1000110 | 111101 |
Color Harmonies of #58ACE1
Complementary color
Monochromatic Colors of #58ACE1
Black with #58ACE1
Text Example
Text Example
White with #58ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACE1; }
p { color: rgb(88,172,225); }
H1.HeaderClassName
{
color: #58ACE1;
}
.AnyTagClassName
{
color: #58ACE1;
}
</style>
background-color css
<style>
a { background-color: #58ACE1; }
a { background-color: rgb(88,172,225); }
div.DivClassName
{
background-color: #58ACE1;
}
.BgClassName
{
background-color: #58ACE1;
}
</style>
border-color css
<style>
span { border-color: #58ACE1; }
span { border-color: rgb(88,172,225); }
td.TdClassName
{
border-color: #58ACE1;
}
.TagClassName
{
border-color: #58ACE1;
}
</style>