Shades of Malibu #58ADEF
Tints of Malibu #58ADEF
RGB
CMYK
RGB Variations
Color information
#58ADEF (or 0x58ADEF) is known color: Malibu. HEX triplet: 58, AD and EF. RGB value is (88,173,239). Sum of RGB (Red+Green+Blue) = 88+173+239=500 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #58ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ADEF is #A75210. Grayscale: #9A9A9A. Windows color (decimal): -10965521 or 15707480. OLE color: 15707480.
HSL color Cylindrical-coordinate representation of color #58ADEF: hue angle of 206.23º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58ADEF is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 173 | 239 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.06 |
| HSL | 206.23º | 0.83% | 0.64% | - |
| HSV(B) | 206.23º | 0.63% | 0.94% | - |
| XYZ | 34.55 | 38.19 | 87.21 | - |
| YUV | 155.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 239 | 0.63 | 0.28 | 0 | 0.06 | 206.23 | 0.83 | 0.64 |
| Hex | 58 | AD | EF | 3F | 1C | 0 | 6 | CE | 53 | 40 |
| Octal | 130 | 255 | 357 | 77 | 34 | 0 | 6 | 316 | 123 | 100 |
| Binary | 1011000 | 10101101 | 11101111 | 111111 | 11100 | 0 | 110 | 11001110 | 1010011 | 1000000 |
Color Harmonies of #58ADEF
Complementary color
Monochromatic Colors of #58ADEF
Black with #58ADEF
Text Example
Text Example
White with #58ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADEF; }
p { color: rgb(88,173,239); }
H1.HeaderClassName
{
color: #58ADEF;
}
.AnyTagClassName
{
color: #58ADEF;
}
</style>
background-color css
<style>
a { background-color: #58ADEF; }
a { background-color: rgb(88,173,239); }
div.DivClassName
{
background-color: #58ADEF;
}
.BgClassName
{
background-color: #58ADEF;
}
</style>
border-color css
<style>
span { border-color: #58ADEF; }
span { border-color: rgb(88,173,239); }
td.TdClassName
{
border-color: #58ADEF;
}
.TagClassName
{
border-color: #58ADEF;
}
</style>