Shades of Malibu #58C8E6
Tints of Malibu #58C8E6
RGB
CMYK
RGB Variations
Color information
#58C8E6 (or 0x58C8E6) is known color: Malibu. HEX triplet: 58, C8 and E6. RGB value is (88,200,230). Sum of RGB (Red+Green+Blue) = 88+200+230=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #58C8E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C8E6 is #A73719. Grayscale: #A9A9A9. Windows color (decimal): -10958618 or 15124568. OLE color: 15124568.
HSL color Cylindrical-coordinate representation of color #58C8E6: hue angle of 192.68º 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 #58C8E6 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 200 | 230 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.10 |
| HSL | 192.68º | 0.74% | 0.62% | - |
| HSV(B) | 192.68º | 0.62% | 0.9% | - |
| XYZ | 38.96 | 49.1 | 82.29 | - |
| YUV | 169.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 200 | 230 | 0.62 | 0.13 | 0 | 0.10 | 192.68 | 0.74 | 0.62 |
| Hex | 58 | C8 | E6 | 3E | D | 0 | A | C1 | 4A | 3E |
| Octal | 130 | 310 | 346 | 76 | 15 | 0 | 12 | 301 | 112 | 76 |
| Binary | 1011000 | 11001000 | 11100110 | 111110 | 1101 | 0 | 1010 | 11000001 | 1001010 | 111110 |
Color Harmonies of #58C8E6
Complementary color
Monochromatic Colors of #58C8E6
Black with #58C8E6
Text Example
Text Example
White with #58C8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C8E6; }
p { color: rgb(88,200,230); }
H1.HeaderClassName
{
color: #58C8E6;
}
.AnyTagClassName
{
color: #58C8E6;
}
</style>
background-color css
<style>
a { background-color: #58C8E6; }
a { background-color: rgb(88,200,230); }
div.DivClassName
{
background-color: #58C8E6;
}
.BgClassName
{
background-color: #58C8E6;
}
</style>
border-color css
<style>
span { border-color: #58C8E6; }
span { border-color: rgb(88,200,230); }
td.TdClassName
{
border-color: #58C8E6;
}
.TagClassName
{
border-color: #58C8E6;
}
</style>