Shades of Malibu #53B9DD
Tints of Malibu #53B9DD
RGB
CMYK
RGB Variations
Color information
#53B9DD (or 0x53B9DD) is known color: Malibu. HEX triplet: 53, B9 and DD. RGB value is (83,185,221). Sum of RGB (Red+Green+Blue) = 83+185+221=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #53B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B9DD is #AC4622. Grayscale: #9E9E9E. Windows color (decimal): -11290147 or 14530899. OLE color: 14530899.
HSL color Cylindrical-coordinate representation of color #53B9DD: hue angle of 195.65º 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 #53B9DD is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 185 | 221 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.13 |
| HSL | 195.65º | 0.67% | 0.6% | - |
| HSV(B) | 195.65º | 0.62% | 0.87% | - |
| XYZ | 33.97 | 41.76 | 74.68 | - |
| YUV | 158.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 221 | 0.62 | 0.16 | 0 | 0.13 | 195.65 | 0.67 | 0.6 |
| Hex | 53 | B9 | DD | 3E | 10 | 0 | D | C4 | 43 | 3C |
| Octal | 123 | 271 | 335 | 76 | 20 | 0 | 15 | 304 | 103 | 74 |
| Binary | 1010011 | 10111001 | 11011101 | 111110 | 10000 | 0 | 1101 | 11000100 | 1000011 | 111100 |
Color Harmonies of #53B9DD
Complementary color
Monochromatic Colors of #53B9DD
Black with #53B9DD
Text Example
Text Example
White with #53B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B9DD; }
p { color: rgb(83,185,221); }
H1.HeaderClassName
{
color: #53B9DD;
}
.AnyTagClassName
{
color: #53B9DD;
}
</style>
background-color css
<style>
a { background-color: #53B9DD; }
a { background-color: rgb(83,185,221); }
div.DivClassName
{
background-color: #53B9DD;
}
.BgClassName
{
background-color: #53B9DD;
}
</style>
border-color css
<style>
span { border-color: #53B9DD; }
span { border-color: rgb(83,185,221); }
td.TdClassName
{
border-color: #53B9DD;
}
.TagClassName
{
border-color: #53B9DD;
}
</style>