Shades of Malibu #58C0E6
Tints of Malibu #58C0E6
RGB
CMYK
RGB Variations
Color information
#58C0E6 (or 0x58C0E6) is known color: Malibu. HEX triplet: 58, C0 and E6. RGB value is (88,192,230). Sum of RGB (Red+Green+Blue) = 88+192+230=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #58C0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C0E6 is #A73F19. Grayscale: #A4A4A4. Windows color (decimal): -10960666 or 15122520. OLE color: 15122520.
HSL color Cylindrical-coordinate representation of color #58C0E6: hue angle of 196.06º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58C0E6 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 192 | 230 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.10 |
| HSL | 196.06º | 0.74% | 0.62% | - |
| HSV(B) | 196.06º | 0.62% | 0.9% | - |
| XYZ | 37.16 | 45.49 | 81.68 | - |
| YUV | 165.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 230 | 0.62 | 0.17 | 0 | 0.10 | 196.06 | 0.74 | 0.62 |
| Hex | 58 | C0 | E6 | 3E | 11 | 0 | A | C4 | 4A | 3E |
| Octal | 130 | 300 | 346 | 76 | 21 | 0 | 12 | 304 | 112 | 76 |
| Binary | 1011000 | 11000000 | 11100110 | 111110 | 10001 | 0 | 1010 | 11000100 | 1001010 | 111110 |
Color Harmonies of #58C0E6
Complementary color
Monochromatic Colors of #58C0E6
Black with #58C0E6
Text Example
Text Example
White with #58C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C0E6; }
p { color: rgb(88,192,230); }
H1.HeaderClassName
{
color: #58C0E6;
}
.AnyTagClassName
{
color: #58C0E6;
}
</style>
background-color css
<style>
a { background-color: #58C0E6; }
a { background-color: rgb(88,192,230); }
div.DivClassName
{
background-color: #58C0E6;
}
.BgClassName
{
background-color: #58C0E6;
}
</style>
border-color css
<style>
span { border-color: #58C0E6; }
span { border-color: rgb(88,192,230); }
td.TdClassName
{
border-color: #58C0E6;
}
.TagClassName
{
border-color: #58C0E6;
}
</style>