Shades of Malibu #5DACEB
Tints of Malibu #5DACEB
RGB
CMYK
RGB Variations
Color information
#5DACEB (or 0x5DACEB) is known color: Malibu. HEX triplet: 5D, AC and EB. RGB value is (93,172,235). Sum of RGB (Red+Green+Blue) = 93+172+235=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACEB is #A25314. Grayscale: #9B9B9B. Windows color (decimal): -10638101 or 15445085. OLE color: 15445085.
HSL color Cylindrical-coordinate representation of color #5DACEB: hue angle of 206.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DACEB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 172 | 235 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.08 |
| HSL | 206.62º | 0.78% | 0.64% | - |
| HSV(B) | 206.62º | 0.6% | 0.92% | - |
| XYZ | 34.26 | 37.83 | 84.09 | - |
| YUV | 155.56 | 172.83 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 235 | 0.60 | 0.27 | 0 | 0.08 | 206.62 | 0.78 | 0.64 |
| Hex | 5D | AC | EB | 3C | 1B | 0 | 8 | CF | 4E | 40 |
| Octal | 135 | 254 | 353 | 74 | 33 | 0 | 10 | 317 | 116 | 100 |
| Binary | 1011101 | 10101100 | 11101011 | 111100 | 11011 | 0 | 1000 | 11001111 | 1001110 | 1000000 |
Color Harmonies of #5DACEB
Complementary color
Monochromatic Colors of #5DACEB
Black with #5DACEB
Text Example
Text Example
White with #5DACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACEB; }
p { color: rgb(93,172,235); }
H1.HeaderClassName
{
color: #5DACEB;
}
.AnyTagClassName
{
color: #5DACEB;
}
</style>
background-color css
<style>
a { background-color: #5DACEB; }
a { background-color: rgb(93,172,235); }
div.DivClassName
{
background-color: #5DACEB;
}
.BgClassName
{
background-color: #5DACEB;
}
</style>
border-color css
<style>
span { border-color: #5DACEB; }
span { border-color: rgb(93,172,235); }
td.TdClassName
{
border-color: #5DACEB;
}
.TagClassName
{
border-color: #5DACEB;
}
</style>