Shades of Malibu #52ADF6
Tints of Malibu #52ADF6
RGB
CMYK
RGB Variations
Color information
#52ADF6 (or 0x52ADF6) is known color: Malibu. HEX triplet: 52, AD and F6. RGB value is (82,173,246). Sum of RGB (Red+Green+Blue) = 82+173+246=501 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.37% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #52ADF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ADF6 is #AD5209. Grayscale: #999999. Windows color (decimal): -11358730 or 16166226. OLE color: 16166226.
HSL color Cylindrical-coordinate representation of color #52ADF6: hue angle of 206.71º degrees, saturation: 0.9, 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 #52ADF6 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 173 | 246 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.04 |
| HSL | 206.71º | 0.9% | 0.64% | - |
| HSV(B) | 206.71º | 0.67% | 0.96% | - |
| XYZ | 35.06 | 38.33 | 92.74 | - |
| YUV | 154.11 | 179.85 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 246 | 0.67 | 0.30 | 0 | 0.04 | 206.71 | 0.9 | 0.64 |
| Hex | 52 | AD | F6 | 43 | 1E | 0 | 4 | CF | 5A | 40 |
| Octal | 122 | 255 | 366 | 103 | 36 | 0 | 4 | 317 | 132 | 100 |
| Binary | 1010010 | 10101101 | 11110110 | 1000011 | 11110 | 0 | 100 | 11001111 | 1011010 | 1000000 |
Color Harmonies of #52ADF6
Complementary color
Monochromatic Colors of #52ADF6
Black with #52ADF6
Text Example
Text Example
White with #52ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADF6; }
p { color: rgb(82,173,246); }
H1.HeaderClassName
{
color: #52ADF6;
}
.AnyTagClassName
{
color: #52ADF6;
}
</style>
background-color css
<style>
a { background-color: #52ADF6; }
a { background-color: rgb(82,173,246); }
div.DivClassName
{
background-color: #52ADF6;
}
.BgClassName
{
background-color: #52ADF6;
}
</style>
border-color css
<style>
span { border-color: #52ADF6; }
span { border-color: rgb(82,173,246); }
td.TdClassName
{
border-color: #52ADF6;
}
.TagClassName
{
border-color: #52ADF6;
}
</style>