Shades of Malibu #58B8D8
Tints of Malibu #58B8D8
RGB
CMYK
RGB Variations
Color information
#58B8D8 (or 0x58B8D8) is known color: Malibu. HEX triplet: 58, B8 and D8. RGB value is (88,184,216). Sum of RGB (Red+Green+Blue) = 88+184+216=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #58B8D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8D8 is #A74727. Grayscale: #9E9E9E. Windows color (decimal): -10962728 or 14202968. OLE color: 14202968.
HSL color Cylindrical-coordinate representation of color #58B8D8: hue angle of 195º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58B8D8 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 184 | 216 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.15 |
| HSL | 195º | 0.62% | 0.6% | - |
| HSV(B) | 195º | 0.59% | 0.85% | - |
| XYZ | 33.56 | 41.31 | 71.17 | - |
| YUV | 158.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 184 | 216 | 0.59 | 0.15 | 0 | 0.15 | 195 | 0.62 | 0.6 |
| Hex | 58 | B8 | D8 | 3B | F | 0 | F | C3 | 3E | 3C |
| Octal | 130 | 270 | 330 | 73 | 17 | 0 | 17 | 303 | 76 | 74 |
| Binary | 1011000 | 10111000 | 11011000 | 111011 | 1111 | 0 | 1111 | 11000011 | 111110 | 111100 |
Color Harmonies of #58B8D8
Complementary color
Monochromatic Colors of #58B8D8
Black with #58B8D8
Text Example
Text Example
White with #58B8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B8D8; }
p { color: rgb(88,184,216); }
H1.HeaderClassName
{
color: #58B8D8;
}
.AnyTagClassName
{
color: #58B8D8;
}
</style>
background-color css
<style>
a { background-color: #58B8D8; }
a { background-color: rgb(88,184,216); }
div.DivClassName
{
background-color: #58B8D8;
}
.BgClassName
{
background-color: #58B8D8;
}
</style>
border-color css
<style>
span { border-color: #58B8D8; }
span { border-color: rgb(88,184,216); }
td.TdClassName
{
border-color: #58B8D8;
}
.TagClassName
{
border-color: #58B8D8;
}
</style>