Shades of Malibu #52ACF5
Tints of Malibu #52ACF5
RGB
CMYK
RGB Variations
Color information
#52ACF5 (or 0x52ACF5) is known color: Malibu. HEX triplet: 52, AC and F5. RGB value is (82,172,245). Sum of RGB (Red+Green+Blue) = 82+172+245=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #52ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ACF5 is #AD530A. Grayscale: #999999. Windows color (decimal): -11358987 or 16100434. OLE color: 16100434.
HSL color Cylindrical-coordinate representation of color #52ACF5: hue angle of 206.87º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52ACF5 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 172 | 245 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.04 |
| HSL | 206.87º | 0.89% | 0.64% | - |
| HSV(B) | 206.87º | 0.67% | 0.96% | - |
| XYZ | 34.71 | 37.89 | 91.87 | - |
| YUV | 153.41 | 179.68 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 245 | 0.67 | 0.30 | 0 | 0.04 | 206.87 | 0.89 | 0.64 |
| Hex | 52 | AC | F5 | 43 | 1E | 0 | 4 | CF | 59 | 40 |
| Octal | 122 | 254 | 365 | 103 | 36 | 0 | 4 | 317 | 131 | 100 |
| Binary | 1010010 | 10101100 | 11110101 | 1000011 | 11110 | 0 | 100 | 11001111 | 1011001 | 1000000 |
Color Harmonies of #52ACF5
Complementary color
Monochromatic Colors of #52ACF5
Black with #52ACF5
Text Example
Text Example
White with #52ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ACF5; }
p { color: rgb(82,172,245); }
H1.HeaderClassName
{
color: #52ACF5;
}
.AnyTagClassName
{
color: #52ACF5;
}
</style>
background-color css
<style>
a { background-color: #52ACF5; }
a { background-color: rgb(82,172,245); }
div.DivClassName
{
background-color: #52ACF5;
}
.BgClassName
{
background-color: #52ACF5;
}
</style>
border-color css
<style>
span { border-color: #52ACF5; }
span { border-color: rgb(82,172,245); }
td.TdClassName
{
border-color: #52ACF5;
}
.TagClassName
{
border-color: #52ACF5;
}
</style>