Shades of Malibu #58ACF6
Tints of Malibu #58ACF6
RGB
CMYK
RGB Variations
Color information
#58ACF6 (or 0x58ACF6) is known color: Malibu. HEX triplet: 58, AC and F6. RGB value is (88,172,246). Sum of RGB (Red+Green+Blue) = 88+172+246=506 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.39% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #58ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACF6 is #A75309. Grayscale: #9A9A9A. Windows color (decimal): -10965770 or 16165976. OLE color: 16165976.
HSL color Cylindrical-coordinate representation of color #58ACF6: hue angle of 208.1º degrees, saturation: 0.9, 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 #58ACF6 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 172 | 246 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.04 |
| HSL | 208.1º | 0.9% | 0.65% | - |
| HSV(B) | 208.1º | 0.64% | 0.96% | - |
| XYZ | 35.41 | 38.23 | 92.7 | - |
| YUV | 155.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 246 | 0.64 | 0.30 | 0 | 0.04 | 208.1 | 0.9 | 0.65 |
| Hex | 58 | AC | F6 | 40 | 1E | 0 | 4 | D0 | 5A | 41 |
| Octal | 130 | 254 | 366 | 100 | 36 | 0 | 4 | 320 | 132 | 101 |
| Binary | 1011000 | 10101100 | 11110110 | 1000000 | 11110 | 0 | 100 | 11010000 | 1011010 | 1000001 |
Color Harmonies of #58ACF6
Complementary color
Monochromatic Colors of #58ACF6
Black with #58ACF6
Text Example
Text Example
White with #58ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACF6; }
p { color: rgb(88,172,246); }
H1.HeaderClassName
{
color: #58ACF6;
}
.AnyTagClassName
{
color: #58ACF6;
}
</style>
background-color css
<style>
a { background-color: #58ACF6; }
a { background-color: rgb(88,172,246); }
div.DivClassName
{
background-color: #58ACF6;
}
.BgClassName
{
background-color: #58ACF6;
}
</style>
border-color css
<style>
span { border-color: #58ACF6; }
span { border-color: rgb(88,172,246); }
td.TdClassName
{
border-color: #58ACF6;
}
.TagClassName
{
border-color: #58ACF6;
}
</style>