Shades of Malibu #58C7EC
Tints of Malibu #58C7EC
RGB
CMYK
RGB Variations
Color information
#58C7EC (or 0x58C7EC) is known color: Malibu. HEX triplet: 58, C7 and EC. RGB value is (88,199,236). Sum of RGB (Red+Green+Blue) = 88+199+236=523 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.83% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #58C7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C7EC is #A73813. Grayscale: #A9A9A9. Windows color (decimal): -10958868 or 15517528. OLE color: 15517528.
HSL color Cylindrical-coordinate representation of color #58C7EC: hue angle of 195º 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 #58C7EC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 199 | 236 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.07 |
| HSL | 195º | 0.8% | 0.64% | - |
| HSV(B) | 195º | 0.63% | 0.93% | - |
| XYZ | 39.59 | 48.98 | 86.72 | - |
| YUV | 170.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 199 | 236 | 0.63 | 0.16 | 0 | 0.07 | 195 | 0.8 | 0.64 |
| Hex | 58 | C7 | EC | 3F | 10 | 0 | 7 | C3 | 50 | 40 |
| Octal | 130 | 307 | 354 | 77 | 20 | 0 | 7 | 303 | 120 | 100 |
| Binary | 1011000 | 11000111 | 11101100 | 111111 | 10000 | 0 | 111 | 11000011 | 1010000 | 1000000 |
Color Harmonies of #58C7EC
Complementary color
Monochromatic Colors of #58C7EC
Black with #58C7EC
Text Example
Text Example
White with #58C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C7EC; }
p { color: rgb(88,199,236); }
H1.HeaderClassName
{
color: #58C7EC;
}
.AnyTagClassName
{
color: #58C7EC;
}
</style>
background-color css
<style>
a { background-color: #58C7EC; }
a { background-color: rgb(88,199,236); }
div.DivClassName
{
background-color: #58C7EC;
}
.BgClassName
{
background-color: #58C7EC;
}
</style>
border-color css
<style>
span { border-color: #58C7EC; }
span { border-color: rgb(88,199,236); }
td.TdClassName
{
border-color: #58C7EC;
}
.TagClassName
{
border-color: #58C7EC;
}
</style>