Shades of Malibu #58C0EE
Tints of Malibu #58C0EE
RGB
CMYK
RGB Variations
Color information
#58C0EE (or 0x58C0EE) is known color: Malibu. HEX triplet: 58, C0 and EE. RGB value is (88,192,238). Sum of RGB (Red+Green+Blue) = 88+192+238=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #58C0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C0EE is #A73F11. Grayscale: #A5A5A5. Windows color (decimal): -10960658 or 15646808. OLE color: 15646808.
HSL color Cylindrical-coordinate representation of color #58C0EE: hue angle of 198.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58C0EE is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 192 | 238 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.07 |
| HSL | 198.4º | 0.82% | 0.64% | - |
| HSV(B) | 198.4º | 0.63% | 0.93% | - |
| XYZ | 38.31 | 45.95 | 87.74 | - |
| YUV | 166.15 | 168.54 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 238 | 0.63 | 0.19 | 0 | 0.07 | 198.4 | 0.82 | 0.64 |
| Hex | 58 | C0 | EE | 3F | 13 | 0 | 7 | C6 | 52 | 40 |
| Octal | 130 | 300 | 356 | 77 | 23 | 0 | 7 | 306 | 122 | 100 |
| Binary | 1011000 | 11000000 | 11101110 | 111111 | 10011 | 0 | 111 | 11000110 | 1010010 | 1000000 |
Color Harmonies of #58C0EE
Complementary color
Monochromatic Colors of #58C0EE
Black with #58C0EE
Text Example
Text Example
White with #58C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C0EE; }
p { color: rgb(88,192,238); }
H1.HeaderClassName
{
color: #58C0EE;
}
.AnyTagClassName
{
color: #58C0EE;
}
</style>
background-color css
<style>
a { background-color: #58C0EE; }
a { background-color: rgb(88,192,238); }
div.DivClassName
{
background-color: #58C0EE;
}
.BgClassName
{
background-color: #58C0EE;
}
</style>
border-color css
<style>
span { border-color: #58C0EE; }
span { border-color: rgb(88,192,238); }
td.TdClassName
{
border-color: #58C0EE;
}
.TagClassName
{
border-color: #58C0EE;
}
</style>