Shades of Malibu #5DACDF
Tints of Malibu #5DACDF
RGB
CMYK
RGB Variations
Color information
#5DACDF (or 0x5DACDF) is known color: Malibu. HEX triplet: 5D, AC and DF. RGB value is (93,172,223). Sum of RGB (Red+Green+Blue) = 93+172+223=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACDF is #A25320. Grayscale: #999999. Windows color (decimal): -10638113 or 14658653. OLE color: 14658653.
HSL color Cylindrical-coordinate representation of color #5DACDF: hue angle of 203.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DACDF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 172 | 223 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.13 |
| HSL | 203.54º | 0.67% | 0.62% | - |
| HSV(B) | 203.54º | 0.58% | 0.87% | - |
| XYZ | 32.59 | 37.16 | 75.27 | - |
| YUV | 154.19 | 166.83 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 223 | 0.58 | 0.23 | 0 | 0.13 | 203.54 | 0.67 | 0.62 |
| Hex | 5D | AC | DF | 3A | 17 | 0 | D | CC | 43 | 3E |
| Octal | 135 | 254 | 337 | 72 | 27 | 0 | 15 | 314 | 103 | 76 |
| Binary | 1011101 | 10101100 | 11011111 | 111010 | 10111 | 0 | 1101 | 11001100 | 1000011 | 111110 |
Color Harmonies of #5DACDF
Complementary color
Monochromatic Colors of #5DACDF
Black with #5DACDF
Text Example
Text Example
White with #5DACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACDF; }
p { color: rgb(93,172,223); }
H1.HeaderClassName
{
color: #5DACDF;
}
.AnyTagClassName
{
color: #5DACDF;
}
</style>
background-color css
<style>
a { background-color: #5DACDF; }
a { background-color: rgb(93,172,223); }
div.DivClassName
{
background-color: #5DACDF;
}
.BgClassName
{
background-color: #5DACDF;
}
</style>
border-color css
<style>
span { border-color: #5DACDF; }
span { border-color: rgb(93,172,223); }
td.TdClassName
{
border-color: #5DACDF;
}
.TagClassName
{
border-color: #5DACDF;
}
</style>