Shades of Malibu #58B0E9
Tints of Malibu #58B0E9
RGB
CMYK
RGB Variations
Color information
#58B0E9 (or 0x58B0E9) is known color: Malibu. HEX triplet: 58, B0 and E9. RGB value is (88,176,233). Sum of RGB (Red+Green+Blue) = 88+176+233=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #58B0E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58B0E9 is #A74F16. Grayscale: #9B9B9B. Windows color (decimal): -10964759 or 15315032. OLE color: 15315032.
HSL color Cylindrical-coordinate representation of color #58B0E9: hue angle of 203.59º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58B0E9 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 176 | 233 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.09 |
| HSL | 203.59º | 0.77% | 0.63% | - |
| HSV(B) | 203.59º | 0.62% | 0.91% | - |
| XYZ | 34.26 | 39.01 | 82.81 | - |
| YUV | 156.19 | 171.35 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 176 | 233 | 0.62 | 0.24 | 0 | 0.09 | 203.59 | 0.77 | 0.63 |
| Hex | 58 | B0 | E9 | 3E | 18 | 0 | 9 | CC | 4D | 3F |
| Octal | 130 | 260 | 351 | 76 | 30 | 0 | 11 | 314 | 115 | 77 |
| Binary | 1011000 | 10110000 | 11101001 | 111110 | 11000 | 0 | 1001 | 11001100 | 1001101 | 111111 |
Color Harmonies of #58B0E9
Complementary color
Monochromatic Colors of #58B0E9
Black with #58B0E9
Text Example
Text Example
White with #58B0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B0E9; }
p { color: rgb(88,176,233); }
H1.HeaderClassName
{
color: #58B0E9;
}
.AnyTagClassName
{
color: #58B0E9;
}
</style>
background-color css
<style>
a { background-color: #58B0E9; }
a { background-color: rgb(88,176,233); }
div.DivClassName
{
background-color: #58B0E9;
}
.BgClassName
{
background-color: #58B0E9;
}
</style>
border-color css
<style>
span { border-color: #58B0E9; }
span { border-color: rgb(88,176,233); }
td.TdClassName
{
border-color: #58B0E9;
}
.TagClassName
{
border-color: #58B0E9;
}
</style>