Shades of Malibu #53ADEC
Tints of Malibu #53ADEC
RGB
CMYK
RGB Variations
Color information
#53ADEC (or 0x53ADEC) is known color: Malibu. HEX triplet: 53, AD and EC. RGB value is (83,173,236). Sum of RGB (Red+Green+Blue) = 83+173+236=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #53ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADEC is #AC5213. Grayscale: #989898. Windows color (decimal): -11293204 or 15510867. OLE color: 15510867.
HSL color Cylindrical-coordinate representation of color #53ADEC: hue angle of 204.71º degrees, saturation: 0.8, 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 #53ADEC is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 173 | 236 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.07 |
| HSL | 204.71º | 0.8% | 0.63% | - |
| HSV(B) | 204.71º | 0.65% | 0.93% | - |
| XYZ | 33.65 | 37.78 | 84.88 | - |
| YUV | 153.27 | 174.68 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 236 | 0.65 | 0.27 | 0 | 0.07 | 204.71 | 0.8 | 0.63 |
| Hex | 53 | AD | EC | 41 | 1B | 0 | 7 | CD | 50 | 3F |
| Octal | 123 | 255 | 354 | 101 | 33 | 0 | 7 | 315 | 120 | 77 |
| Binary | 1010011 | 10101101 | 11101100 | 1000001 | 11011 | 0 | 111 | 11001101 | 1010000 | 111111 |
Color Harmonies of #53ADEC
Complementary color
Monochromatic Colors of #53ADEC
Black with #53ADEC
Text Example
Text Example
White with #53ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADEC; }
p { color: rgb(83,173,236); }
H1.HeaderClassName
{
color: #53ADEC;
}
.AnyTagClassName
{
color: #53ADEC;
}
</style>
background-color css
<style>
a { background-color: #53ADEC; }
a { background-color: rgb(83,173,236); }
div.DivClassName
{
background-color: #53ADEC;
}
.BgClassName
{
background-color: #53ADEC;
}
</style>
border-color css
<style>
span { border-color: #53ADEC; }
span { border-color: rgb(83,173,236); }
td.TdClassName
{
border-color: #53ADEC;
}
.TagClassName
{
border-color: #53ADEC;
}
</style>