Shades of Malibu #58BCDC
Tints of Malibu #58BCDC
RGB
CMYK
RGB Variations
Color information
#58BCDC (or 0x58BCDC) is known color: Malibu. HEX triplet: 58, BC and DC. RGB value is (88,188,220). Sum of RGB (Red+Green+Blue) = 88+188+220=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #58BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCDC is #A74323. Grayscale: #A1A1A1. Windows color (decimal): -10961700 or 14466136. OLE color: 14466136.
HSL color Cylindrical-coordinate representation of color #58BCDC: hue angle of 194.55º 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 #58BCDC is Cyan = 0.6, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 188 | 220 | - |
| CMYK | 0.6 | 0.15 | 0 | 0.14 |
| HSL | 194.55º | 0.65% | 0.6% | - |
| HSV(B) | 194.55º | 0.6% | 0.86% | - |
| XYZ | 34.93 | 43.21 | 74.21 | - |
| YUV | 161.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 220 | 0.6 | 0.15 | 0 | 0.14 | 194.55 | 0.65 | 0.6 |
| Hex | 58 | BC | DC | 3C | F | 0 | E | C3 | 41 | 3C |
| Octal | 130 | 274 | 334 | 74 | 17 | 0 | 16 | 303 | 101 | 74 |
| Binary | 1011000 | 10111100 | 11011100 | 111100 | 1111 | 0 | 1110 | 11000011 | 1000001 | 111100 |
Color Harmonies of #58BCDC
Complementary color
Monochromatic Colors of #58BCDC
Black with #58BCDC
Text Example
Text Example
White with #58BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCDC; }
p { color: rgb(88,188,220); }
H1.HeaderClassName
{
color: #58BCDC;
}
.AnyTagClassName
{
color: #58BCDC;
}
</style>
background-color css
<style>
a { background-color: #58BCDC; }
a { background-color: rgb(88,188,220); }
div.DivClassName
{
background-color: #58BCDC;
}
.BgClassName
{
background-color: #58BCDC;
}
</style>
border-color css
<style>
span { border-color: #58BCDC; }
span { border-color: rgb(88,188,220); }
td.TdClassName
{
border-color: #58BCDC;
}
.TagClassName
{
border-color: #58BCDC;
}
</style>