Shades of Malibu #58ACE9
Tints of Malibu #58ACE9
RGB
CMYK
RGB Variations
Color information
#58ACE9 (or 0x58ACE9) is known color: Malibu. HEX triplet: 58, AC and E9. RGB value is (88,172,233). Sum of RGB (Red+Green+Blue) = 88+172+233=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #58ACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACE9 is #A75316. Grayscale: #999999. Windows color (decimal): -10965783 or 15314008. OLE color: 15314008.
HSL color Cylindrical-coordinate representation of color #58ACE9: hue angle of 205.24º degrees, saturation: 0.77, 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 #58ACE9 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 172 | 233 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.09 |
| HSL | 205.24º | 0.77% | 0.63% | - |
| HSV(B) | 205.24º | 0.62% | 0.91% | - |
| XYZ | 33.49 | 37.46 | 82.56 | - |
| YUV | 153.84 | 172.67 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 233 | 0.62 | 0.26 | 0 | 0.09 | 205.24 | 0.77 | 0.63 |
| Hex | 58 | AC | E9 | 3E | 1A | 0 | 9 | CD | 4D | 3F |
| Octal | 130 | 254 | 351 | 76 | 32 | 0 | 11 | 315 | 115 | 77 |
| Binary | 1011000 | 10101100 | 11101001 | 111110 | 11010 | 0 | 1001 | 11001101 | 1001101 | 111111 |
Color Harmonies of #58ACE9
Complementary color
Monochromatic Colors of #58ACE9
Black with #58ACE9
Text Example
Text Example
White with #58ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACE9; }
p { color: rgb(88,172,233); }
H1.HeaderClassName
{
color: #58ACE9;
}
.AnyTagClassName
{
color: #58ACE9;
}
</style>
background-color css
<style>
a { background-color: #58ACE9; }
a { background-color: rgb(88,172,233); }
div.DivClassName
{
background-color: #58ACE9;
}
.BgClassName
{
background-color: #58ACE9;
}
</style>
border-color css
<style>
span { border-color: #58ACE9; }
span { border-color: rgb(88,172,233); }
td.TdClassName
{
border-color: #58ACE9;
}
.TagClassName
{
border-color: #58ACE9;
}
</style>