Shades of Malibu #58B7E8
Tints of Malibu #58B7E8
RGB
CMYK
RGB Variations
Color information
#58B7E8 (or 0x58B7E8) is known color: Malibu. HEX triplet: 58, B7 and E8. RGB value is (88,183,232). Sum of RGB (Red+Green+Blue) = 88+183+232=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #58B7E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B7E8 is #A74817. Grayscale: #9F9F9F. Windows color (decimal): -10962968 or 15251288. OLE color: 15251288.
HSL color Cylindrical-coordinate representation of color #58B7E8: hue angle of 200.42º degrees, saturation: 0.76, 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 #58B7E8 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 183 | 232 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.09 |
| HSL | 200.42º | 0.76% | 0.63% | - |
| HSV(B) | 200.42º | 0.62% | 0.91% | - |
| XYZ | 35.52 | 41.77 | 82.53 | - |
| YUV | 160.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 232 | 0.62 | 0.21 | 0 | 0.09 | 200.42 | 0.76 | 0.63 |
| Hex | 58 | B7 | E8 | 3E | 15 | 0 | 9 | C8 | 4C | 3F |
| Octal | 130 | 267 | 350 | 76 | 25 | 0 | 11 | 310 | 114 | 77 |
| Binary | 1011000 | 10110111 | 11101000 | 111110 | 10101 | 0 | 1001 | 11001000 | 1001100 | 111111 |
Color Harmonies of #58B7E8
Complementary color
Monochromatic Colors of #58B7E8
Black with #58B7E8
Text Example
Text Example
White with #58B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B7E8; }
p { color: rgb(88,183,232); }
H1.HeaderClassName
{
color: #58B7E8;
}
.AnyTagClassName
{
color: #58B7E8;
}
</style>
background-color css
<style>
a { background-color: #58B7E8; }
a { background-color: rgb(88,183,232); }
div.DivClassName
{
background-color: #58B7E8;
}
.BgClassName
{
background-color: #58B7E8;
}
</style>
border-color css
<style>
span { border-color: #58B7E8; }
span { border-color: rgb(88,183,232); }
td.TdClassName
{
border-color: #58B7E8;
}
.TagClassName
{
border-color: #58B7E8;
}
</style>