Shades of Malibu #58ADEC
Tints of Malibu #58ADEC
RGB
CMYK
RGB Variations
Color information
#58ADEC (or 0x58ADEC) is known color: Malibu. HEX triplet: 58, AD and EC. RGB value is (88,173,236). Sum of RGB (Red+Green+Blue) = 88+173+236=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #58ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ADEC is #A75213. Grayscale: #9A9A9A. Windows color (decimal): -10965524 or 15510872. OLE color: 15510872.
HSL color Cylindrical-coordinate representation of color #58ADEC: hue angle of 205.54º 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 #58ADEC is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 173 | 236 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.07 |
| HSL | 205.54º | 0.8% | 0.64% | - |
| HSV(B) | 205.54º | 0.63% | 0.93% | - |
| XYZ | 34.11 | 38.02 | 84.9 | - |
| YUV | 154.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 236 | 0.63 | 0.27 | 0 | 0.07 | 205.54 | 0.8 | 0.64 |
| Hex | 58 | AD | EC | 3F | 1B | 0 | 7 | CE | 50 | 40 |
| Octal | 130 | 255 | 354 | 77 | 33 | 0 | 7 | 316 | 120 | 100 |
| Binary | 1011000 | 10101101 | 11101100 | 111111 | 11011 | 0 | 111 | 11001110 | 1010000 | 1000000 |
Color Harmonies of #58ADEC
Complementary color
Monochromatic Colors of #58ADEC
Black with #58ADEC
Text Example
Text Example
White with #58ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADEC; }
p { color: rgb(88,173,236); }
H1.HeaderClassName
{
color: #58ADEC;
}
.AnyTagClassName
{
color: #58ADEC;
}
</style>
background-color css
<style>
a { background-color: #58ADEC; }
a { background-color: rgb(88,173,236); }
div.DivClassName
{
background-color: #58ADEC;
}
.BgClassName
{
background-color: #58ADEC;
}
</style>
border-color css
<style>
span { border-color: #58ADEC; }
span { border-color: rgb(88,173,236); }
td.TdClassName
{
border-color: #58ADEC;
}
.TagClassName
{
border-color: #58ADEC;
}
</style>