Shades of Malibu #58C6EC
Tints of Malibu #58C6EC
RGB
CMYK
RGB Variations
Color information
#58C6EC (or 0x58C6EC) is known color: Malibu. HEX triplet: 58, C6 and EC. RGB value is (88,198,236). Sum of RGB (Red+Green+Blue) = 88+198+236=522 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.86% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #58C6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C6EC is #A73913. Grayscale: #A9A9A9. Windows color (decimal): -10959124 or 15517272. OLE color: 15517272.
HSL color Cylindrical-coordinate representation of color #58C6EC: hue angle of 195.41º 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 #58C6EC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 198 | 236 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.07 |
| HSL | 195.41º | 0.8% | 0.64% | - |
| HSV(B) | 195.41º | 0.63% | 0.93% | - |
| XYZ | 39.36 | 48.52 | 86.65 | - |
| YUV | 169.44 | 165.56 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 198 | 236 | 0.63 | 0.16 | 0 | 0.07 | 195.41 | 0.8 | 0.64 |
| Hex | 58 | C6 | EC | 3F | 10 | 0 | 7 | C3 | 50 | 40 |
| Octal | 130 | 306 | 354 | 77 | 20 | 0 | 7 | 303 | 120 | 100 |
| Binary | 1011000 | 11000110 | 11101100 | 111111 | 10000 | 0 | 111 | 11000011 | 1010000 | 1000000 |
Color Harmonies of #58C6EC
Complementary color
Monochromatic Colors of #58C6EC
Black with #58C6EC
Text Example
Text Example
White with #58C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C6EC; }
p { color: rgb(88,198,236); }
H1.HeaderClassName
{
color: #58C6EC;
}
.AnyTagClassName
{
color: #58C6EC;
}
</style>
background-color css
<style>
a { background-color: #58C6EC; }
a { background-color: rgb(88,198,236); }
div.DivClassName
{
background-color: #58C6EC;
}
.BgClassName
{
background-color: #58C6EC;
}
</style>
border-color css
<style>
span { border-color: #58C6EC; }
span { border-color: rgb(88,198,236); }
td.TdClassName
{
border-color: #58C6EC;
}
.TagClassName
{
border-color: #58C6EC;
}
</style>