Shades of Malibu #52BEED
Tints of Malibu #52BEED
RGB
CMYK
RGB Variations
Color information
#52BEED (or 0x52BEED) is known color: Malibu. HEX triplet: 52, BE and ED. RGB value is (82,190,237). Sum of RGB (Red+Green+Blue) = 82+190+237=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #52BEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BEED is #AD4112. Grayscale: #A2A2A2. Windows color (decimal): -11354387 or 15580754. OLE color: 15580754.
HSL color Cylindrical-coordinate representation of color #52BEED: hue angle of 198.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BEED is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 190 | 237 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.07 |
| HSL | 198.19º | 0.81% | 0.63% | - |
| HSV(B) | 198.19º | 0.65% | 0.93% | - |
| XYZ | 37.18 | 44.74 | 86.8 | - |
| YUV | 163.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 237 | 0.65 | 0.20 | 0 | 0.07 | 198.19 | 0.81 | 0.63 |
| Hex | 52 | BE | ED | 41 | 14 | 0 | 7 | C6 | 51 | 3F |
| Octal | 122 | 276 | 355 | 101 | 24 | 0 | 7 | 306 | 121 | 77 |
| Binary | 1010010 | 10111110 | 11101101 | 1000001 | 10100 | 0 | 111 | 11000110 | 1010001 | 111111 |
Color Harmonies of #52BEED
Complementary color
Monochromatic Colors of #52BEED
Black with #52BEED
Text Example
Text Example
White with #52BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BEED; }
p { color: rgb(82,190,237); }
H1.HeaderClassName
{
color: #52BEED;
}
.AnyTagClassName
{
color: #52BEED;
}
</style>
background-color css
<style>
a { background-color: #52BEED; }
a { background-color: rgb(82,190,237); }
div.DivClassName
{
background-color: #52BEED;
}
.BgClassName
{
background-color: #52BEED;
}
</style>
border-color css
<style>
span { border-color: #52BEED; }
span { border-color: rgb(82,190,237); }
td.TdClassName
{
border-color: #52BEED;
}
.TagClassName
{
border-color: #52BEED;
}
</style>