Shades of Malibu #58C0EB
Tints of Malibu #58C0EB
RGB
CMYK
RGB Variations
Color information
#58C0EB (or 0x58C0EB) is known color: Malibu. HEX triplet: 58, C0 and EB. RGB value is (88,192,235). Sum of RGB (Red+Green+Blue) = 88+192+235=515 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.09% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #58C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C0EB is #A73F14. Grayscale: #A5A5A5. Windows color (decimal): -10960661 or 15450200. OLE color: 15450200.
HSL color Cylindrical-coordinate representation of color #58C0EB: hue angle of 197.55º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58C0EB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 192 | 235 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.08 |
| HSL | 197.55º | 0.79% | 0.63% | - |
| HSV(B) | 197.55º | 0.63% | 0.92% | - |
| XYZ | 37.87 | 45.77 | 85.44 | - |
| YUV | 165.81 | 167.04 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 235 | 0.63 | 0.18 | 0 | 0.08 | 197.55 | 0.79 | 0.63 |
| Hex | 58 | C0 | EB | 3F | 12 | 0 | 8 | C6 | 4F | 3F |
| Octal | 130 | 300 | 353 | 77 | 22 | 0 | 10 | 306 | 117 | 77 |
| Binary | 1011000 | 11000000 | 11101011 | 111111 | 10010 | 0 | 1000 | 11000110 | 1001111 | 111111 |
Color Harmonies of #58C0EB
Complementary color
Monochromatic Colors of #58C0EB
Black with #58C0EB
Text Example
Text Example
White with #58C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C0EB; }
p { color: rgb(88,192,235); }
H1.HeaderClassName
{
color: #58C0EB;
}
.AnyTagClassName
{
color: #58C0EB;
}
</style>
background-color css
<style>
a { background-color: #58C0EB; }
a { background-color: rgb(88,192,235); }
div.DivClassName
{
background-color: #58C0EB;
}
.BgClassName
{
background-color: #58C0EB;
}
</style>
border-color css
<style>
span { border-color: #58C0EB; }
span { border-color: rgb(88,192,235); }
td.TdClassName
{
border-color: #58C0EB;
}
.TagClassName
{
border-color: #58C0EB;
}
</style>