Shades of Malibu #58BADD
Tints of Malibu #58BADD
RGB
CMYK
RGB Variations
Color information
#58BADD (or 0x58BADD) is known color: Malibu. HEX triplet: 58, BA and DD. RGB value is (88,186,221). Sum of RGB (Red+Green+Blue) = 88+186+221=495 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.78% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #58BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BADD is #A74522. Grayscale: #A0A0A0. Windows color (decimal): -10962211 or 14531160. OLE color: 14531160.
HSL color Cylindrical-coordinate representation of color #58BADD: hue angle of 195.79º 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 #58BADD is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 186 | 221 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.13 |
| HSL | 195.79º | 0.66% | 0.61% | - |
| HSV(B) | 195.79º | 0.6% | 0.87% | - |
| XYZ | 34.63 | 42.41 | 74.77 | - |
| YUV | 160.69 | 162.03 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 221 | 0.60 | 0.16 | 0 | 0.13 | 195.79 | 0.66 | 0.61 |
| Hex | 58 | BA | DD | 3C | 10 | 0 | D | C4 | 42 | 3D |
| Octal | 130 | 272 | 335 | 74 | 20 | 0 | 15 | 304 | 102 | 75 |
| Binary | 1011000 | 10111010 | 11011101 | 111100 | 10000 | 0 | 1101 | 11000100 | 1000010 | 111101 |
Color Harmonies of #58BADD
Complementary color
Monochromatic Colors of #58BADD
Black with #58BADD
Text Example
Text Example
White with #58BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BADD; }
p { color: rgb(88,186,221); }
H1.HeaderClassName
{
color: #58BADD;
}
.AnyTagClassName
{
color: #58BADD;
}
</style>
background-color css
<style>
a { background-color: #58BADD; }
a { background-color: rgb(88,186,221); }
div.DivClassName
{
background-color: #58BADD;
}
.BgClassName
{
background-color: #58BADD;
}
</style>
border-color css
<style>
span { border-color: #58BADD; }
span { border-color: rgb(88,186,221); }
td.TdClassName
{
border-color: #58BADD;
}
.TagClassName
{
border-color: #58BADD;
}
</style>