Shades of Malibu #58BFEC
Tints of Malibu #58BFEC
RGB
CMYK
RGB Variations
Color information
#58BFEC (or 0x58BFEC) is known color: Malibu. HEX triplet: 58, BF and EC. RGB value is (88,191,236). Sum of RGB (Red+Green+Blue) = 88+191+236=515 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.09% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #58BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BFEC is #A74013. Grayscale: #A5A5A5. Windows color (decimal): -10960916 or 15515480. OLE color: 15515480.
HSL color Cylindrical-coordinate representation of color #58BFEC: hue angle of 198.24º 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 #58BFEC is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 191 | 236 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.07 |
| HSL | 198.24º | 0.8% | 0.64% | - |
| HSV(B) | 198.24º | 0.63% | 0.93% | - |
| XYZ | 37.8 | 45.39 | 86.13 | - |
| YUV | 165.33 | 167.88 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 236 | 0.63 | 0.19 | 0 | 0.07 | 198.24 | 0.8 | 0.64 |
| Hex | 58 | BF | EC | 3F | 13 | 0 | 7 | C6 | 50 | 40 |
| Octal | 130 | 277 | 354 | 77 | 23 | 0 | 7 | 306 | 120 | 100 |
| Binary | 1011000 | 10111111 | 11101100 | 111111 | 10011 | 0 | 111 | 11000110 | 1010000 | 1000000 |
Color Harmonies of #58BFEC
Complementary color
Monochromatic Colors of #58BFEC
Black with #58BFEC
Text Example
Text Example
White with #58BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BFEC; }
p { color: rgb(88,191,236); }
H1.HeaderClassName
{
color: #58BFEC;
}
.AnyTagClassName
{
color: #58BFEC;
}
</style>
background-color css
<style>
a { background-color: #58BFEC; }
a { background-color: rgb(88,191,236); }
div.DivClassName
{
background-color: #58BFEC;
}
.BgClassName
{
background-color: #58BFEC;
}
</style>
border-color css
<style>
span { border-color: #58BFEC; }
span { border-color: rgb(88,191,236); }
td.TdClassName
{
border-color: #58BFEC;
}
.TagClassName
{
border-color: #58BFEC;
}
</style>