Shades of Malibu #58ACF5
Tints of Malibu #58ACF5
RGB
CMYK
RGB Variations
Color information
#58ACF5 (or 0x58ACF5) is known color: Malibu. HEX triplet: 58, AC and F5. RGB value is (88,172,245). Sum of RGB (Red+Green+Blue) = 88+172+245=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #58ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACF5 is #A7530A. Grayscale: #9A9A9A. Windows color (decimal): -10965771 or 16100440. OLE color: 16100440.
HSL color Cylindrical-coordinate representation of color #58ACF5: hue angle of 207.9º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58ACF5 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 172 | 245 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.04 |
| HSL | 207.9º | 0.89% | 0.65% | - |
| HSV(B) | 207.9º | 0.64% | 0.96% | - |
| XYZ | 35.26 | 38.17 | 91.9 | - |
| YUV | 155.21 | 178.67 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 245 | 0.64 | 0.30 | 0 | 0.04 | 207.9 | 0.89 | 0.65 |
| Hex | 58 | AC | F5 | 40 | 1E | 0 | 4 | D0 | 59 | 41 |
| Octal | 130 | 254 | 365 | 100 | 36 | 0 | 4 | 320 | 131 | 101 |
| Binary | 1011000 | 10101100 | 11110101 | 1000000 | 11110 | 0 | 100 | 11010000 | 1011001 | 1000001 |
Color Harmonies of #58ACF5
Complementary color
Monochromatic Colors of #58ACF5
Black with #58ACF5
Text Example
Text Example
White with #58ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACF5; }
p { color: rgb(88,172,245); }
H1.HeaderClassName
{
color: #58ACF5;
}
.AnyTagClassName
{
color: #58ACF5;
}
</style>
background-color css
<style>
a { background-color: #58ACF5; }
a { background-color: rgb(88,172,245); }
div.DivClassName
{
background-color: #58ACF5;
}
.BgClassName
{
background-color: #58ACF5;
}
</style>
border-color css
<style>
span { border-color: #58ACF5; }
span { border-color: rgb(88,172,245); }
td.TdClassName
{
border-color: #58ACF5;
}
.TagClassName
{
border-color: #58ACF5;
}
</style>