Shades of Malibu #52A7ED
Tints of Malibu #52A7ED
RGB
CMYK
RGB Variations
Color information
#52A7ED (or 0x52A7ED) is known color: Malibu. HEX triplet: 52, A7 and ED. RGB value is (82,167,237). Sum of RGB (Red+Green+Blue) = 82+167+237=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #52A7ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A7ED is #AD5812. Grayscale: #959595. Windows color (decimal): -11360275 or 15574866. OLE color: 15574866.
HSL color Cylindrical-coordinate representation of color #52A7ED: hue angle of 207.1º 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 #52A7ED is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 167 | 237 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.07 |
| HSL | 207.1º | 0.81% | 0.63% | - |
| HSV(B) | 207.1º | 0.65% | 0.93% | - |
| XYZ | 32.58 | 35.55 | 85.26 | - |
| YUV | 149.57 | 177.34 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 167 | 237 | 0.65 | 0.30 | 0 | 0.07 | 207.1 | 0.81 | 0.63 |
| Hex | 52 | A7 | ED | 41 | 1E | 0 | 7 | CF | 51 | 3F |
| Octal | 122 | 247 | 355 | 101 | 36 | 0 | 7 | 317 | 121 | 77 |
| Binary | 1010010 | 10100111 | 11101101 | 1000001 | 11110 | 0 | 111 | 11001111 | 1010001 | 111111 |
Color Harmonies of #52A7ED
Complementary color
Monochromatic Colors of #52A7ED
Black with #52A7ED
Text Example
Text Example
White with #52A7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A7ED; }
p { color: rgb(82,167,237); }
H1.HeaderClassName
{
color: #52A7ED;
}
.AnyTagClassName
{
color: #52A7ED;
}
</style>
background-color css
<style>
a { background-color: #52A7ED; }
a { background-color: rgb(82,167,237); }
div.DivClassName
{
background-color: #52A7ED;
}
.BgClassName
{
background-color: #52A7ED;
}
</style>
border-color css
<style>
span { border-color: #52A7ED; }
span { border-color: rgb(82,167,237); }
td.TdClassName
{
border-color: #52A7ED;
}
.TagClassName
{
border-color: #52A7ED;
}
</style>