Shades of Malibu #58C9EC
Tints of Malibu #58C9EC
RGB
CMYK
RGB Variations
Color information
#58C9EC (or 0x58C9EC) is known color: Malibu. HEX triplet: 58, C9 and EC. RGB value is (88,201,236). Sum of RGB (Red+Green+Blue) = 88+201+236=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #58C9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C9EC is #A73613. Grayscale: #AAAAAA. Windows color (decimal): -10958356 or 15518040. OLE color: 15518040.
HSL color Cylindrical-coordinate representation of color #58C9EC: hue angle of 194.19º degrees, saturation: 0.8, 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 #58C9EC is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 201 | 236 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.07 |
| HSL | 194.19º | 0.8% | 0.64% | - |
| HSV(B) | 194.19º | 0.63% | 0.93% | - |
| XYZ | 40.05 | 49.9 | 86.88 | - |
| YUV | 171.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 236 | 0.63 | 0.15 | 0 | 0.07 | 194.19 | 0.8 | 0.64 |
| Hex | 58 | C9 | EC | 3F | F | 0 | 7 | C2 | 50 | 40 |
| Octal | 130 | 311 | 354 | 77 | 17 | 0 | 7 | 302 | 120 | 100 |
| Binary | 1011000 | 11001001 | 11101100 | 111111 | 1111 | 0 | 111 | 11000010 | 1010000 | 1000000 |
Color Harmonies of #58C9EC
Complementary color
Monochromatic Colors of #58C9EC
Black with #58C9EC
Text Example
Text Example
White with #58C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C9EC; }
p { color: rgb(88,201,236); }
H1.HeaderClassName
{
color: #58C9EC;
}
.AnyTagClassName
{
color: #58C9EC;
}
</style>
background-color css
<style>
a { background-color: #58C9EC; }
a { background-color: rgb(88,201,236); }
div.DivClassName
{
background-color: #58C9EC;
}
.BgClassName
{
background-color: #58C9EC;
}
</style>
border-color css
<style>
span { border-color: #58C9EC; }
span { border-color: rgb(88,201,236); }
td.TdClassName
{
border-color: #58C9EC;
}
.TagClassName
{
border-color: #58C9EC;
}
</style>