Shades of Malibu #58B3EC
Tints of Malibu #58B3EC
RGB
CMYK
RGB Variations
Color information
#58B3EC (or 0x58B3EC) is known color: Malibu. HEX triplet: 58, B3 and EC. RGB value is (88,179,236). Sum of RGB (Red+Green+Blue) = 88+179+236=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #58B3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B3EC is #A74C13. Grayscale: #9D9D9D. Windows color (decimal): -10963988 or 15512408. OLE color: 15512408.
HSL color Cylindrical-coordinate representation of color #58B3EC: hue angle of 203.11º 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 #58B3EC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 179 | 236 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.07 |
| HSL | 203.11º | 0.8% | 0.64% | - |
| HSV(B) | 203.11º | 0.63% | 0.93% | - |
| XYZ | 35.28 | 40.37 | 85.29 | - |
| YUV | 158.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 236 | 0.63 | 0.24 | 0 | 0.07 | 203.11 | 0.8 | 0.64 |
| Hex | 58 | B3 | EC | 3F | 18 | 0 | 7 | CB | 50 | 40 |
| Octal | 130 | 263 | 354 | 77 | 30 | 0 | 7 | 313 | 120 | 100 |
| Binary | 1011000 | 10110011 | 11101100 | 111111 | 11000 | 0 | 111 | 11001011 | 1010000 | 1000000 |
Color Harmonies of #58B3EC
Complementary color
Monochromatic Colors of #58B3EC
Black with #58B3EC
Text Example
Text Example
White with #58B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B3EC; }
p { color: rgb(88,179,236); }
H1.HeaderClassName
{
color: #58B3EC;
}
.AnyTagClassName
{
color: #58B3EC;
}
</style>
background-color css
<style>
a { background-color: #58B3EC; }
a { background-color: rgb(88,179,236); }
div.DivClassName
{
background-color: #58B3EC;
}
.BgClassName
{
background-color: #58B3EC;
}
</style>
border-color css
<style>
span { border-color: #58B3EC; }
span { border-color: rgb(88,179,236); }
td.TdClassName
{
border-color: #58B3EC;
}
.TagClassName
{
border-color: #58B3EC;
}
</style>