Shades of Malibu #58C3DC
Tints of Malibu #58C3DC
RGB
CMYK
RGB Variations
Color information
#58C3DC (or 0x58C3DC) is known color: Malibu. HEX triplet: 58, C3 and DC. RGB value is (88,195,220). Sum of RGB (Red+Green+Blue) = 88+195+220=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #58C3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C3DC is #A73C23. Grayscale: #A5A5A5. Windows color (decimal): -10959908 or 14467928. OLE color: 14467928.
HSL color Cylindrical-coordinate representation of color #58C3DC: hue angle of 191.36º 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 #58C3DC is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 195 | 220 | - |
| CMYK | 0.6 | 0.11 | 0 | 0.14 |
| HSL | 191.36º | 0.65% | 0.6% | - |
| HSV(B) | 191.36º | 0.6% | 0.86% | - |
| XYZ | 36.46 | 46.27 | 74.72 | - |
| YUV | 165.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 220 | 0.6 | 0.11 | 0 | 0.14 | 191.36 | 0.65 | 0.6 |
| Hex | 58 | C3 | DC | 3C | B | 0 | E | BF | 41 | 3C |
| Octal | 130 | 303 | 334 | 74 | 13 | 0 | 16 | 277 | 101 | 74 |
| Binary | 1011000 | 11000011 | 11011100 | 111100 | 1011 | 0 | 1110 | 10111111 | 1000001 | 111100 |
Color Harmonies of #58C3DC
Complementary color
Monochromatic Colors of #58C3DC
Black with #58C3DC
Text Example
Text Example
White with #58C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C3DC; }
p { color: rgb(88,195,220); }
H1.HeaderClassName
{
color: #58C3DC;
}
.AnyTagClassName
{
color: #58C3DC;
}
</style>
background-color css
<style>
a { background-color: #58C3DC; }
a { background-color: rgb(88,195,220); }
div.DivClassName
{
background-color: #58C3DC;
}
.BgClassName
{
background-color: #58C3DC;
}
</style>
border-color css
<style>
span { border-color: #58C3DC; }
span { border-color: rgb(88,195,220); }
td.TdClassName
{
border-color: #58C3DC;
}
.TagClassName
{
border-color: #58C3DC;
}
</style>