Shades of Malibu #58C2F0
Tints of Malibu #58C2F0
RGB
CMYK
RGB Variations
Color information
#58C2F0 (or 0x58C2F0) is known color: Malibu. HEX triplet: 58, C2 and F0. RGB value is (88,194,240). Sum of RGB (Red+Green+Blue) = 88+194+240=522 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.86% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #58C2F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C2F0 is #A73D0F. Grayscale: #A7A7A7. Windows color (decimal): -10960144 or 15778392. OLE color: 15778392.
HSL color Cylindrical-coordinate representation of color #58C2F0: hue angle of 198.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58C2F0 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 194 | 240 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.06 |
| HSL | 198.16º | 0.84% | 0.64% | - |
| HSV(B) | 198.16º | 0.63% | 0.94% | - |
| XYZ | 39.04 | 46.95 | 89.44 | - |
| YUV | 167.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 240 | 0.63 | 0.19 | 0 | 0.06 | 198.16 | 0.84 | 0.64 |
| Hex | 58 | C2 | F0 | 3F | 13 | 0 | 6 | C6 | 54 | 40 |
| Octal | 130 | 302 | 360 | 77 | 23 | 0 | 6 | 306 | 124 | 100 |
| Binary | 1011000 | 11000010 | 11110000 | 111111 | 10011 | 0 | 110 | 11000110 | 1010100 | 1000000 |
Color Harmonies of #58C2F0
Complementary color
Monochromatic Colors of #58C2F0
Black with #58C2F0
Text Example
Text Example
White with #58C2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C2F0; }
p { color: rgb(88,194,240); }
H1.HeaderClassName
{
color: #58C2F0;
}
.AnyTagClassName
{
color: #58C2F0;
}
</style>
background-color css
<style>
a { background-color: #58C2F0; }
a { background-color: rgb(88,194,240); }
div.DivClassName
{
background-color: #58C2F0;
}
.BgClassName
{
background-color: #58C2F0;
}
</style>
border-color css
<style>
span { border-color: #58C2F0; }
span { border-color: rgb(88,194,240); }
td.TdClassName
{
border-color: #58C2F0;
}
.TagClassName
{
border-color: #58C2F0;
}
</style>