Shades of Malibu #53ACF4
Tints of Malibu #53ACF4
RGB
CMYK
RGB Variations
Color information
#53ACF4 (or 0x53ACF4) is known color: Malibu. HEX triplet: 53, AC and F4. RGB value is (83,172,244). Sum of RGB (Red+Green+Blue) = 83+172+244=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #53ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACF4 is #AC530B. Grayscale: #999999. Windows color (decimal): -11293452 or 16034899. OLE color: 16034899.
HSL color Cylindrical-coordinate representation of color #53ACF4: hue angle of 206.83º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53ACF4 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 172 | 244 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.04 |
| HSL | 206.83º | 0.88% | 0.64% | - |
| HSV(B) | 206.83º | 0.66% | 0.96% | - |
| XYZ | 34.65 | 37.88 | 91.07 | - |
| YUV | 153.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 244 | 0.66 | 0.30 | 0 | 0.04 | 206.83 | 0.88 | 0.64 |
| Hex | 53 | AC | F4 | 42 | 1E | 0 | 4 | CF | 58 | 40 |
| Octal | 123 | 254 | 364 | 102 | 36 | 0 | 4 | 317 | 130 | 100 |
| Binary | 1010011 | 10101100 | 11110100 | 1000010 | 11110 | 0 | 100 | 11001111 | 1011000 | 1000000 |
Color Harmonies of #53ACF4
Complementary color
Monochromatic Colors of #53ACF4
Black with #53ACF4
Text Example
Text Example
White with #53ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ACF4; }
p { color: rgb(83,172,244); }
H1.HeaderClassName
{
color: #53ACF4;
}
.AnyTagClassName
{
color: #53ACF4;
}
</style>
background-color css
<style>
a { background-color: #53ACF4; }
a { background-color: rgb(83,172,244); }
div.DivClassName
{
background-color: #53ACF4;
}
.BgClassName
{
background-color: #53ACF4;
}
</style>
border-color css
<style>
span { border-color: #53ACF4; }
span { border-color: rgb(83,172,244); }
td.TdClassName
{
border-color: #53ACF4;
}
.TagClassName
{
border-color: #53ACF4;
}
</style>