Shades of Malibu #54ACF6
Tints of Malibu #54ACF6
RGB
CMYK
RGB Variations
Color information
#54ACF6 (or 0x54ACF6) is known color: Malibu. HEX triplet: 54, AC and F6. RGB value is (84,172,246). Sum of RGB (Red+Green+Blue) = 84+172+246=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #54ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ACF6 is #AB5309. Grayscale: #999999. Windows color (decimal): -11227914 or 16165972. OLE color: 16165972.
HSL color Cylindrical-coordinate representation of color #54ACF6: hue angle of 207.41º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54ACF6 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 172 | 246 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.04 |
| HSL | 207.41º | 0.9% | 0.65% | - |
| HSV(B) | 207.41º | 0.66% | 0.96% | - |
| XYZ | 35.04 | 38.04 | 92.68 | - |
| YUV | 154.12 | 179.85 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 246 | 0.66 | 0.30 | 0 | 0.04 | 207.41 | 0.9 | 0.65 |
| Hex | 54 | AC | F6 | 42 | 1E | 0 | 4 | CF | 5A | 41 |
| Octal | 124 | 254 | 366 | 102 | 36 | 0 | 4 | 317 | 132 | 101 |
| Binary | 1010100 | 10101100 | 11110110 | 1000010 | 11110 | 0 | 100 | 11001111 | 1011010 | 1000001 |
Color Harmonies of #54ACF6
Complementary color
Monochromatic Colors of #54ACF6
Black with #54ACF6
Text Example
Text Example
White with #54ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ACF6; }
p { color: rgb(84,172,246); }
H1.HeaderClassName
{
color: #54ACF6;
}
.AnyTagClassName
{
color: #54ACF6;
}
</style>
background-color css
<style>
a { background-color: #54ACF6; }
a { background-color: rgb(84,172,246); }
div.DivClassName
{
background-color: #54ACF6;
}
.BgClassName
{
background-color: #54ACF6;
}
</style>
border-color css
<style>
span { border-color: #54ACF6; }
span { border-color: rgb(84,172,246); }
td.TdClassName
{
border-color: #54ACF6;
}
.TagClassName
{
border-color: #54ACF6;
}
</style>