Shades of Malibu #58BCEC
Tints of Malibu #58BCEC
RGB
CMYK
RGB Variations
Color information
#58BCEC (or 0x58BCEC) is known color: Malibu. HEX triplet: 58, BC and EC. RGB value is (88,188,236). Sum of RGB (Red+Green+Blue) = 88+188+236=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #58BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCEC is #A74313. Grayscale: #A3A3A3. Windows color (decimal): -10961684 or 15514712. OLE color: 15514712.
HSL color Cylindrical-coordinate representation of color #58BCEC: hue angle of 199.46º 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 #58BCEC is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 188 | 236 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.07 |
| HSL | 199.46º | 0.8% | 0.64% | - |
| HSV(B) | 199.46º | 0.63% | 0.93% | - |
| XYZ | 37.15 | 44.1 | 85.91 | - |
| YUV | 163.57 | 168.87 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 236 | 0.63 | 0.20 | 0 | 0.07 | 199.46 | 0.8 | 0.64 |
| Hex | 58 | BC | EC | 3F | 14 | 0 | 7 | C7 | 50 | 40 |
| Octal | 130 | 274 | 354 | 77 | 24 | 0 | 7 | 307 | 120 | 100 |
| Binary | 1011000 | 10111100 | 11101100 | 111111 | 10100 | 0 | 111 | 11000111 | 1010000 | 1000000 |
Color Harmonies of #58BCEC
Complementary color
Monochromatic Colors of #58BCEC
Black with #58BCEC
Text Example
Text Example
White with #58BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCEC; }
p { color: rgb(88,188,236); }
H1.HeaderClassName
{
color: #58BCEC;
}
.AnyTagClassName
{
color: #58BCEC;
}
</style>
background-color css
<style>
a { background-color: #58BCEC; }
a { background-color: rgb(88,188,236); }
div.DivClassName
{
background-color: #58BCEC;
}
.BgClassName
{
background-color: #58BCEC;
}
</style>
border-color css
<style>
span { border-color: #58BCEC; }
span { border-color: rgb(88,188,236); }
td.TdClassName
{
border-color: #58BCEC;
}
.TagClassName
{
border-color: #58BCEC;
}
</style>