Shades of Malibu #53ADEF
Tints of Malibu #53ADEF
RGB
CMYK
RGB Variations
Color information
#53ADEF (or 0x53ADEF) is known color: Malibu. HEX triplet: 53, AD and EF. RGB value is (83,173,239). Sum of RGB (Red+Green+Blue) = 83+173+239=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #53ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADEF is #AC5210. Grayscale: #999999. Windows color (decimal): -11293201 or 15707475. OLE color: 15707475.
HSL color Cylindrical-coordinate representation of color #53ADEF: hue angle of 205.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ADEF is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 173 | 239 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.06 |
| HSL | 205.38º | 0.83% | 0.63% | - |
| HSV(B) | 205.38º | 0.65% | 0.94% | - |
| XYZ | 34.09 | 37.96 | 87.19 | - |
| YUV | 153.61 | 176.18 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 239 | 0.65 | 0.28 | 0 | 0.06 | 205.38 | 0.83 | 0.63 |
| Hex | 53 | AD | EF | 41 | 1C | 0 | 6 | CD | 53 | 3F |
| Octal | 123 | 255 | 357 | 101 | 34 | 0 | 6 | 315 | 123 | 77 |
| Binary | 1010011 | 10101101 | 11101111 | 1000001 | 11100 | 0 | 110 | 11001101 | 1010011 | 111111 |
Color Harmonies of #53ADEF
Complementary color
Monochromatic Colors of #53ADEF
Black with #53ADEF
Text Example
Text Example
White with #53ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADEF; }
p { color: rgb(83,173,239); }
H1.HeaderClassName
{
color: #53ADEF;
}
.AnyTagClassName
{
color: #53ADEF;
}
</style>
background-color css
<style>
a { background-color: #53ADEF; }
a { background-color: rgb(83,173,239); }
div.DivClassName
{
background-color: #53ADEF;
}
.BgClassName
{
background-color: #53ADEF;
}
</style>
border-color css
<style>
span { border-color: #53ADEF; }
span { border-color: rgb(83,173,239); }
td.TdClassName
{
border-color: #53ADEF;
}
.TagClassName
{
border-color: #53ADEF;
}
</style>