Shades of Malibu #53AFDD
Tints of Malibu #53AFDD
RGB
CMYK
RGB Variations
Color information
#53AFDD (or 0x53AFDD) is known color: Malibu. HEX triplet: 53, AF and DD. RGB value is (83,175,221). Sum of RGB (Red+Green+Blue) = 83+175+221=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #53AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFDD is #AC5022. Grayscale: #989898. Windows color (decimal): -11292707 or 14528339. OLE color: 14528339.
HSL color Cylindrical-coordinate representation of color #53AFDD: hue angle of 200º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53AFDD is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 175 | 221 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.13 |
| HSL | 200º | 0.67% | 0.6% | - |
| HSV(B) | 200º | 0.62% | 0.87% | - |
| XYZ | 31.95 | 37.72 | 74 | - |
| YUV | 152.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 221 | 0.62 | 0.21 | 0 | 0.13 | 200 | 0.67 | 0.6 |
| Hex | 53 | AF | DD | 3E | 15 | 0 | D | C8 | 43 | 3C |
| Octal | 123 | 257 | 335 | 76 | 25 | 0 | 15 | 310 | 103 | 74 |
| Binary | 1010011 | 10101111 | 11011101 | 111110 | 10101 | 0 | 1101 | 11001000 | 1000011 | 111100 |
Color Harmonies of #53AFDD
Complementary color
Monochromatic Colors of #53AFDD
Black with #53AFDD
Text Example
Text Example
White with #53AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFDD; }
p { color: rgb(83,175,221); }
H1.HeaderClassName
{
color: #53AFDD;
}
.AnyTagClassName
{
color: #53AFDD;
}
</style>
background-color css
<style>
a { background-color: #53AFDD; }
a { background-color: rgb(83,175,221); }
div.DivClassName
{
background-color: #53AFDD;
}
.BgClassName
{
background-color: #53AFDD;
}
</style>
border-color css
<style>
span { border-color: #53AFDD; }
span { border-color: rgb(83,175,221); }
td.TdClassName
{
border-color: #53AFDD;
}
.TagClassName
{
border-color: #53AFDD;
}
</style>