Shades of Malibu #58B9DB
Tints of Malibu #58B9DB
RGB
CMYK
RGB Variations
Color information
#58B9DB (or 0x58B9DB) is known color: Malibu. HEX triplet: 58, B9 and DB. RGB value is (88,185,219). Sum of RGB (Red+Green+Blue) = 88+185+219=492 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.89% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #58B9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B9DB is #A74624. Grayscale: #9F9F9F. Windows color (decimal): -10962469 or 14399832. OLE color: 14399832.
HSL color Cylindrical-coordinate representation of color #58B9DB: hue angle of 195.57º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58B9DB is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 185 | 219 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.14 |
| HSL | 195.57º | 0.65% | 0.6% | - |
| HSV(B) | 195.57º | 0.6% | 0.86% | - |
| XYZ | 34.16 | 41.89 | 73.3 | - |
| YUV | 159.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 185 | 219 | 0.60 | 0.16 | 0 | 0.14 | 195.57 | 0.65 | 0.6 |
| Hex | 58 | B9 | DB | 3C | 10 | 0 | E | C4 | 41 | 3C |
| Octal | 130 | 271 | 333 | 74 | 20 | 0 | 16 | 304 | 101 | 74 |
| Binary | 1011000 | 10111001 | 11011011 | 111100 | 10000 | 0 | 1110 | 11000100 | 1000001 | 111100 |
Color Harmonies of #58B9DB
Complementary color
Monochromatic Colors of #58B9DB
Black with #58B9DB
Text Example
Text Example
White with #58B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B9DB; }
p { color: rgb(88,185,219); }
H1.HeaderClassName
{
color: #58B9DB;
}
.AnyTagClassName
{
color: #58B9DB;
}
</style>
background-color css
<style>
a { background-color: #58B9DB; }
a { background-color: rgb(88,185,219); }
div.DivClassName
{
background-color: #58B9DB;
}
.BgClassName
{
background-color: #58B9DB;
}
</style>
border-color css
<style>
span { border-color: #58B9DB; }
span { border-color: rgb(88,185,219); }
td.TdClassName
{
border-color: #58B9DB;
}
.TagClassName
{
border-color: #58B9DB;
}
</style>