Shades of Malibu #58BCDD
Tints of Malibu #58BCDD
RGB
CMYK
RGB Variations
Color information
#58BCDD (or 0x58BCDD) is known color: Malibu. HEX triplet: 58, BC and DD. RGB value is (88,188,221). Sum of RGB (Red+Green+Blue) = 88+188+221=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #58BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCDD is #A74322. Grayscale: #A1A1A1. Windows color (decimal): -10961699 or 14531672. OLE color: 14531672.
HSL color Cylindrical-coordinate representation of color #58BCDD: hue angle of 194.89º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58BCDD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 188 | 221 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.13 |
| HSL | 194.89º | 0.66% | 0.61% | - |
| HSV(B) | 194.89º | 0.6% | 0.87% | - |
| XYZ | 35.06 | 43.26 | 74.91 | - |
| YUV | 161.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 221 | 0.60 | 0.15 | 0 | 0.13 | 194.89 | 0.66 | 0.61 |
| Hex | 58 | BC | DD | 3C | F | 0 | D | C3 | 42 | 3D |
| Octal | 130 | 274 | 335 | 74 | 17 | 0 | 15 | 303 | 102 | 75 |
| Binary | 1011000 | 10111100 | 11011101 | 111100 | 1111 | 0 | 1101 | 11000011 | 1000010 | 111101 |
Color Harmonies of #58BCDD
Complementary color
Monochromatic Colors of #58BCDD
Black with #58BCDD
Text Example
Text Example
White with #58BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCDD; }
p { color: rgb(88,188,221); }
H1.HeaderClassName
{
color: #58BCDD;
}
.AnyTagClassName
{
color: #58BCDD;
}
</style>
background-color css
<style>
a { background-color: #58BCDD; }
a { background-color: rgb(88,188,221); }
div.DivClassName
{
background-color: #58BCDD;
}
.BgClassName
{
background-color: #58BCDD;
}
</style>
border-color css
<style>
span { border-color: #58BCDD; }
span { border-color: rgb(88,188,221); }
td.TdClassName
{
border-color: #58BCDD;
}
.TagClassName
{
border-color: #58BCDD;
}
</style>