Shades of Malibu #5DADF6
Tints of Malibu #5DADF6
RGB
CMYK
RGB Variations
Color information
#5DADF6 (or 0x5DADF6) is known color: Malibu. HEX triplet: 5D, AD and F6. RGB value is (93,173,246). Sum of RGB (Red+Green+Blue) = 93+173+246=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #5DADF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADF6 is #A25209. Grayscale: #9D9D9D. Windows color (decimal): -10637834 or 16166237. OLE color: 16166237.
HSL color Cylindrical-coordinate representation of color #5DADF6: hue angle of 208.63º degrees, saturation: 0.89, 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 #5DADF6 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 173 | 246 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.04 |
| HSL | 208.63º | 0.89% | 0.66% | - |
| HSV(B) | 208.63º | 0.62% | 0.96% | - |
| XYZ | 36.09 | 38.87 | 92.79 | - |
| YUV | 157.4 | 178 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 246 | 0.62 | 0.30 | 0 | 0.04 | 208.63 | 0.89 | 0.66 |
| Hex | 5D | AD | F6 | 3E | 1E | 0 | 4 | D1 | 59 | 42 |
| Octal | 135 | 255 | 366 | 76 | 36 | 0 | 4 | 321 | 131 | 102 |
| Binary | 1011101 | 10101101 | 11110110 | 111110 | 11110 | 0 | 100 | 11010001 | 1011001 | 1000010 |
Color Harmonies of #5DADF6
Complementary color
Monochromatic Colors of #5DADF6
Black with #5DADF6
Text Example
Text Example
White with #5DADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADF6; }
p { color: rgb(93,173,246); }
H1.HeaderClassName
{
color: #5DADF6;
}
.AnyTagClassName
{
color: #5DADF6;
}
</style>
background-color css
<style>
a { background-color: #5DADF6; }
a { background-color: rgb(93,173,246); }
div.DivClassName
{
background-color: #5DADF6;
}
.BgClassName
{
background-color: #5DADF6;
}
</style>
border-color css
<style>
span { border-color: #5DADF6; }
span { border-color: rgb(93,173,246); }
td.TdClassName
{
border-color: #5DADF6;
}
.TagClassName
{
border-color: #5DADF6;
}
</style>