Shades of Malibu #52BFEC
Tints of Malibu #52BFEC
RGB
CMYK
RGB Variations
Color information
#52BFEC (or 0x52BFEC) is known color: Malibu. HEX triplet: 52, BF and EC. RGB value is (82,191,236). Sum of RGB (Red+Green+Blue) = 82+191+236=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #52BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFEC is #AD4013. Grayscale: #A3A3A3. Windows color (decimal): -11354132 or 15515474. OLE color: 15515474.
HSL color Cylindrical-coordinate representation of color #52BFEC: hue angle of 197.53º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BFEC is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 191 | 236 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.07 |
| HSL | 197.53º | 0.8% | 0.62% | - |
| HSV(B) | 197.53º | 0.65% | 0.93% | - |
| XYZ | 37.25 | 45.11 | 86.1 | - |
| YUV | 163.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 236 | 0.65 | 0.19 | 0 | 0.07 | 197.53 | 0.8 | 0.62 |
| Hex | 52 | BF | EC | 41 | 13 | 0 | 7 | C6 | 50 | 3E |
| Octal | 122 | 277 | 354 | 101 | 23 | 0 | 7 | 306 | 120 | 76 |
| Binary | 1010010 | 10111111 | 11101100 | 1000001 | 10011 | 0 | 111 | 11000110 | 1010000 | 111110 |
Color Harmonies of #52BFEC
Complementary color
Monochromatic Colors of #52BFEC
Black with #52BFEC
Text Example
Text Example
White with #52BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFEC; }
p { color: rgb(82,191,236); }
H1.HeaderClassName
{
color: #52BFEC;
}
.AnyTagClassName
{
color: #52BFEC;
}
</style>
background-color css
<style>
a { background-color: #52BFEC; }
a { background-color: rgb(82,191,236); }
div.DivClassName
{
background-color: #52BFEC;
}
.BgClassName
{
background-color: #52BFEC;
}
</style>
border-color css
<style>
span { border-color: #52BFEC; }
span { border-color: rgb(82,191,236); }
td.TdClassName
{
border-color: #52BFEC;
}
.TagClassName
{
border-color: #52BFEC;
}
</style>