Shades of Malibu #58A8EC
Tints of Malibu #58A8EC
RGB
CMYK
RGB Variations
Color information
#58A8EC (or 0x58A8EC) is known color: Malibu. HEX triplet: 58, A8 and EC. RGB value is (88,168,236). Sum of RGB (Red+Green+Blue) = 88+168+236=492 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.89% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #58A8EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A8EC is #A75713. Grayscale: #979797. Windows color (decimal): -10966804 or 15509592. OLE color: 15509592.
HSL color Cylindrical-coordinate representation of color #58A8EC: hue angle of 207.57º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58A8EC is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 168 | 236 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.07 |
| HSL | 207.57º | 0.8% | 0.64% | - |
| HSV(B) | 207.57º | 0.63% | 0.93% | - |
| XYZ | 33.17 | 36.14 | 84.58 | - |
| YUV | 151.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 236 | 0.63 | 0.29 | 0 | 0.07 | 207.57 | 0.8 | 0.64 |
| Hex | 58 | A8 | EC | 3F | 1D | 0 | 7 | D0 | 50 | 40 |
| Octal | 130 | 250 | 354 | 77 | 35 | 0 | 7 | 320 | 120 | 100 |
| Binary | 1011000 | 10101000 | 11101100 | 111111 | 11101 | 0 | 111 | 11010000 | 1010000 | 1000000 |
Color Harmonies of #58A8EC
Complementary color
Monochromatic Colors of #58A8EC
Black with #58A8EC
Text Example
Text Example
White with #58A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8EC; }
p { color: rgb(88,168,236); }
H1.HeaderClassName
{
color: #58A8EC;
}
.AnyTagClassName
{
color: #58A8EC;
}
</style>
background-color css
<style>
a { background-color: #58A8EC; }
a { background-color: rgb(88,168,236); }
div.DivClassName
{
background-color: #58A8EC;
}
.BgClassName
{
background-color: #58A8EC;
}
</style>
border-color css
<style>
span { border-color: #58A8EC; }
span { border-color: rgb(88,168,236); }
td.TdClassName
{
border-color: #58A8EC;
}
.TagClassName
{
border-color: #58A8EC;
}
</style>