Shades of Malibu #58BEEC
Tints of Malibu #58BEEC
RGB
CMYK
RGB Variations
Color information
#58BEEC (or 0x58BEEC) is known color: Malibu. HEX triplet: 58, BE and EC. RGB value is (88,190,236). Sum of RGB (Red+Green+Blue) = 88+190+236=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #58BEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BEEC is #A74113. Grayscale: #A4A4A4. Windows color (decimal): -10961172 or 15515224. OLE color: 15515224.
HSL color Cylindrical-coordinate representation of color #58BEEC: hue angle of 198.65º 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 #58BEEC is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 190 | 236 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.07 |
| HSL | 198.65º | 0.8% | 0.64% | - |
| HSV(B) | 198.65º | 0.63% | 0.93% | - |
| XYZ | 37.58 | 44.96 | 86.05 | - |
| YUV | 164.75 | 168.21 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 190 | 236 | 0.63 | 0.19 | 0 | 0.07 | 198.65 | 0.8 | 0.64 |
| Hex | 58 | BE | EC | 3F | 13 | 0 | 7 | C7 | 50 | 40 |
| Octal | 130 | 276 | 354 | 77 | 23 | 0 | 7 | 307 | 120 | 100 |
| Binary | 1011000 | 10111110 | 11101100 | 111111 | 10011 | 0 | 111 | 11000111 | 1010000 | 1000000 |
Color Harmonies of #58BEEC
Complementary color
Monochromatic Colors of #58BEEC
Black with #58BEEC
Text Example
Text Example
White with #58BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BEEC; }
p { color: rgb(88,190,236); }
H1.HeaderClassName
{
color: #58BEEC;
}
.AnyTagClassName
{
color: #58BEEC;
}
</style>
background-color css
<style>
a { background-color: #58BEEC; }
a { background-color: rgb(88,190,236); }
div.DivClassName
{
background-color: #58BEEC;
}
.BgClassName
{
background-color: #58BEEC;
}
</style>
border-color css
<style>
span { border-color: #58BEEC; }
span { border-color: rgb(88,190,236); }
td.TdClassName
{
border-color: #58BEEC;
}
.TagClassName
{
border-color: #58BEEC;
}
</style>