Shades of Malibu #58ACE3
Tints of Malibu #58ACE3
RGB
CMYK
RGB Variations
Color information
#58ACE3 (or 0x58ACE3) is known color: Malibu. HEX triplet: 58, AC and E3. RGB value is (88,172,227). Sum of RGB (Red+Green+Blue) = 88+172+227=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 227 - color contains mainly: blue. Hex color #58ACE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACE3 is #A7531C. Grayscale: #989898. Windows color (decimal): -10965789 or 14920792. OLE color: 14920792.
HSL color Cylindrical-coordinate representation of color #58ACE3: hue angle of 203.74º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58ACE3 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 172 | 227 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.11 |
| HSL | 203.74º | 0.71% | 0.62% | - |
| HSV(B) | 203.74º | 0.61% | 0.89% | - |
| XYZ | 32.64 | 37.13 | 78.12 | - |
| YUV | 153.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 227 | 0.61 | 0.24 | 0 | 0.11 | 203.74 | 0.71 | 0.62 |
| Hex | 58 | AC | E3 | 3D | 18 | 0 | B | CC | 47 | 3E |
| Octal | 130 | 254 | 343 | 75 | 30 | 0 | 13 | 314 | 107 | 76 |
| Binary | 1011000 | 10101100 | 11100011 | 111101 | 11000 | 0 | 1011 | 11001100 | 1000111 | 111110 |
Color Harmonies of #58ACE3
Complementary color
Monochromatic Colors of #58ACE3
Black with #58ACE3
Text Example
Text Example
White with #58ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACE3; }
p { color: rgb(88,172,227); }
H1.HeaderClassName
{
color: #58ACE3;
}
.AnyTagClassName
{
color: #58ACE3;
}
</style>
background-color css
<style>
a { background-color: #58ACE3; }
a { background-color: rgb(88,172,227); }
div.DivClassName
{
background-color: #58ACE3;
}
.BgClassName
{
background-color: #58ACE3;
}
</style>
border-color css
<style>
span { border-color: #58ACE3; }
span { border-color: rgb(88,172,227); }
td.TdClassName
{
border-color: #58ACE3;
}
.TagClassName
{
border-color: #58ACE3;
}
</style>