Shades of Malibu #5DACE6
Tints of Malibu #5DACE6
RGB
CMYK
RGB Variations
Color information
#5DACE6 (or 0x5DACE6) is known color: Malibu. HEX triplet: 5D, AC and E6. RGB value is (93,172,230). Sum of RGB (Red+Green+Blue) = 93+172+230=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #5DACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACE6 is #A25319. Grayscale: #9A9A9A. Windows color (decimal): -10638106 or 15117405. OLE color: 15117405.
HSL color Cylindrical-coordinate representation of color #5DACE6: hue angle of 205.4º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DACE6 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 172 | 230 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.10 |
| HSL | 205.4º | 0.73% | 0.63% | - |
| HSV(B) | 205.4º | 0.6% | 0.9% | - |
| XYZ | 33.55 | 37.55 | 80.34 | - |
| YUV | 154.99 | 170.33 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 230 | 0.60 | 0.25 | 0 | 0.10 | 205.4 | 0.73 | 0.63 |
| Hex | 5D | AC | E6 | 3C | 19 | 0 | A | CD | 49 | 3F |
| Octal | 135 | 254 | 346 | 74 | 31 | 0 | 12 | 315 | 111 | 77 |
| Binary | 1011101 | 10101100 | 11100110 | 111100 | 11001 | 0 | 1010 | 11001101 | 1001001 | 111111 |
Color Harmonies of #5DACE6
Complementary color
Monochromatic Colors of #5DACE6
Black with #5DACE6
Text Example
Text Example
White with #5DACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACE6; }
p { color: rgb(93,172,230); }
H1.HeaderClassName
{
color: #5DACE6;
}
.AnyTagClassName
{
color: #5DACE6;
}
</style>
background-color css
<style>
a { background-color: #5DACE6; }
a { background-color: rgb(93,172,230); }
div.DivClassName
{
background-color: #5DACE6;
}
.BgClassName
{
background-color: #5DACE6;
}
</style>
border-color css
<style>
span { border-color: #5DACE6; }
span { border-color: rgb(93,172,230); }
td.TdClassName
{
border-color: #5DACE6;
}
.TagClassName
{
border-color: #5DACE6;
}
</style>