Shades of Malibu #5DACF5
Tints of Malibu #5DACF5
RGB
CMYK
RGB Variations
Color information
#5DACF5 (or 0x5DACF5) is known color: Malibu. HEX triplet: 5D, AC and F5. RGB value is (93,172,245). Sum of RGB (Red+Green+Blue) = 93+172+245=510 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.24% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #5DACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACF5 is #A2530A. Grayscale: #9C9C9C. Windows color (decimal): -10638091 or 16100445. OLE color: 16100445.
HSL color Cylindrical-coordinate representation of color #5DACF5: hue angle of 208.82º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DACF5 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 172 | 245 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.04 |
| HSL | 208.82º | 0.88% | 0.66% | - |
| HSV(B) | 208.82º | 0.62% | 0.96% | - |
| XYZ | 35.75 | 38.42 | 91.92 | - |
| YUV | 156.7 | 177.83 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 245 | 0.62 | 0.30 | 0 | 0.04 | 208.82 | 0.88 | 0.66 |
| Hex | 5D | AC | F5 | 3E | 1E | 0 | 4 | D1 | 58 | 42 |
| Octal | 135 | 254 | 365 | 76 | 36 | 0 | 4 | 321 | 130 | 102 |
| Binary | 1011101 | 10101100 | 11110101 | 111110 | 11110 | 0 | 100 | 11010001 | 1011000 | 1000010 |
Color Harmonies of #5DACF5
Complementary color
Monochromatic Colors of #5DACF5
Black with #5DACF5
Text Example
Text Example
White with #5DACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACF5; }
p { color: rgb(93,172,245); }
H1.HeaderClassName
{
color: #5DACF5;
}
.AnyTagClassName
{
color: #5DACF5;
}
</style>
background-color css
<style>
a { background-color: #5DACF5; }
a { background-color: rgb(93,172,245); }
div.DivClassName
{
background-color: #5DACF5;
}
.BgClassName
{
background-color: #5DACF5;
}
</style>
border-color css
<style>
span { border-color: #5DACF5; }
span { border-color: rgb(93,172,245); }
td.TdClassName
{
border-color: #5DACF5;
}
.TagClassName
{
border-color: #5DACF5;
}
</style>