Shades of Malibu #58ACF7
Tints of Malibu #58ACF7
RGB
CMYK
RGB Variations
Color information
#58ACF7 (or 0x58ACF7) is known color: Malibu. HEX triplet: 58, AC and F7. RGB value is (88,172,247). Sum of RGB (Red+Green+Blue) = 88+172+247=507 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.36% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #58ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACF7 is #A75308. Grayscale: #9B9B9B. Windows color (decimal): -10965769 or 16231512. OLE color: 16231512.
HSL color Cylindrical-coordinate representation of color #58ACF7: hue angle of 208.3º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58ACF7 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 172 | 247 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.03 |
| HSL | 208.3º | 0.91% | 0.66% | - |
| HSV(B) | 208.3º | 0.64% | 0.97% | - |
| XYZ | 35.57 | 38.3 | 93.51 | - |
| YUV | 155.43 | 179.67 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 247 | 0.64 | 0.30 | 0 | 0.03 | 208.3 | 0.91 | 0.66 |
| Hex | 58 | AC | F7 | 40 | 1E | 0 | 3 | D0 | 5B | 42 |
| Octal | 130 | 254 | 367 | 100 | 36 | 0 | 3 | 320 | 133 | 102 |
| Binary | 1011000 | 10101100 | 11110111 | 1000000 | 11110 | 0 | 11 | 11010000 | 1011011 | 1000010 |
Color Harmonies of #58ACF7
Complementary color
Monochromatic Colors of #58ACF7
Black with #58ACF7
Text Example
Text Example
White with #58ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACF7; }
p { color: rgb(88,172,247); }
H1.HeaderClassName
{
color: #58ACF7;
}
.AnyTagClassName
{
color: #58ACF7;
}
</style>
background-color css
<style>
a { background-color: #58ACF7; }
a { background-color: rgb(88,172,247); }
div.DivClassName
{
background-color: #58ACF7;
}
.BgClassName
{
background-color: #58ACF7;
}
</style>
border-color css
<style>
span { border-color: #58ACF7; }
span { border-color: rgb(88,172,247); }
td.TdClassName
{
border-color: #58ACF7;
}
.TagClassName
{
border-color: #58ACF7;
}
</style>