Shades of Malibu #52BFF2
Tints of Malibu #52BFF2
RGB
CMYK
RGB Variations
Color information
#52BFF2 (or 0x52BFF2) is known color: Malibu. HEX triplet: 52, BF and F2. RGB value is (82,191,242). Sum of RGB (Red+Green+Blue) = 82+191+242=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #52BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFF2 is #AD400D. Grayscale: #A3A3A3. Windows color (decimal): -11354126 or 15908690. OLE color: 15908690.
HSL color Cylindrical-coordinate representation of color #52BFF2: hue angle of 199.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52BFF2 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 191 | 242 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.05 |
| HSL | 199.13º | 0.86% | 0.64% | - |
| HSV(B) | 199.13º | 0.66% | 0.95% | - |
| XYZ | 38.14 | 45.47 | 90.77 | - |
| YUV | 164.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 242 | 0.66 | 0.21 | 0 | 0.05 | 199.13 | 0.86 | 0.64 |
| Hex | 52 | BF | F2 | 42 | 15 | 0 | 5 | C7 | 56 | 40 |
| Octal | 122 | 277 | 362 | 102 | 25 | 0 | 5 | 307 | 126 | 100 |
| Binary | 1010010 | 10111111 | 11110010 | 1000010 | 10101 | 0 | 101 | 11000111 | 1010110 | 1000000 |
Color Harmonies of #52BFF2
Complementary color
Monochromatic Colors of #52BFF2
Black with #52BFF2
Text Example
Text Example
White with #52BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFF2; }
p { color: rgb(82,191,242); }
H1.HeaderClassName
{
color: #52BFF2;
}
.AnyTagClassName
{
color: #52BFF2;
}
</style>
background-color css
<style>
a { background-color: #52BFF2; }
a { background-color: rgb(82,191,242); }
div.DivClassName
{
background-color: #52BFF2;
}
.BgClassName
{
background-color: #52BFF2;
}
</style>
border-color css
<style>
span { border-color: #52BFF2; }
span { border-color: rgb(82,191,242); }
td.TdClassName
{
border-color: #52BFF2;
}
.TagClassName
{
border-color: #52BFF2;
}
</style>