Shades of Malibu #58BCD7
Tints of Malibu #58BCD7
RGB
CMYK
RGB Variations
Color information
#58BCD7 (or 0x58BCD7) is known color: Malibu. HEX triplet: 58, BC and D7. RGB value is (88,188,215). Sum of RGB (Red+Green+Blue) = 88+188+215=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #58BCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCD7 is #A74328. Grayscale: #A0A0A0. Windows color (decimal): -10961705 or 14138456. OLE color: 14138456.
HSL color Cylindrical-coordinate representation of color #58BCD7: hue angle of 192.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58BCD7 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 188 | 215 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.16 |
| HSL | 192.76º | 0.61% | 0.59% | - |
| HSV(B) | 192.76º | 0.59% | 0.84% | - |
| XYZ | 34.27 | 42.95 | 70.77 | - |
| YUV | 161.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 215 | 0.59 | 0.13 | 0 | 0.16 | 192.76 | 0.61 | 0.59 |
| Hex | 58 | BC | D7 | 3B | D | 0 | 10 | C1 | 3D | 3B |
| Octal | 130 | 274 | 327 | 73 | 15 | 0 | 20 | 301 | 75 | 73 |
| Binary | 1011000 | 10111100 | 11010111 | 111011 | 1101 | 0 | 10000 | 11000001 | 111101 | 111011 |
Color Harmonies of #58BCD7
Complementary color
Monochromatic Colors of #58BCD7
Black with #58BCD7
Text Example
Text Example
White with #58BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCD7; }
p { color: rgb(88,188,215); }
H1.HeaderClassName
{
color: #58BCD7;
}
.AnyTagClassName
{
color: #58BCD7;
}
</style>
background-color css
<style>
a { background-color: #58BCD7; }
a { background-color: rgb(88,188,215); }
div.DivClassName
{
background-color: #58BCD7;
}
.BgClassName
{
background-color: #58BCD7;
}
</style>
border-color css
<style>
span { border-color: #58BCD7; }
span { border-color: rgb(88,188,215); }
td.TdClassName
{
border-color: #58BCD7;
}
.TagClassName
{
border-color: #58BCD7;
}
</style>