Shades of Malibu #5DADEA
Tints of Malibu #5DADEA
RGB
CMYK
RGB Variations
Color information
#5DADEA (or 0x5DADEA) is known color: Malibu. HEX triplet: 5D, AD and EA. RGB value is (93,173,234). Sum of RGB (Red+Green+Blue) = 93+173+234=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADEA is #A25215. Grayscale: #9B9B9B. Windows color (decimal): -10637846 or 15379805. OLE color: 15379805.
HSL color Cylindrical-coordinate representation of color #5DADEA: hue angle of 205.96º degrees, saturation: 0.77, 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 #5DADEA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 173 | 234 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.08 |
| HSL | 205.96º | 0.77% | 0.64% | - |
| HSV(B) | 205.96º | 0.6% | 0.92% | - |
| XYZ | 34.31 | 38.15 | 83.4 | - |
| YUV | 156.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 234 | 0.60 | 0.26 | 0 | 0.08 | 205.96 | 0.77 | 0.64 |
| Hex | 5D | AD | EA | 3C | 1A | 0 | 8 | CE | 4D | 40 |
| Octal | 135 | 255 | 352 | 74 | 32 | 0 | 10 | 316 | 115 | 100 |
| Binary | 1011101 | 10101101 | 11101010 | 111100 | 11010 | 0 | 1000 | 11001110 | 1001101 | 1000000 |
Color Harmonies of #5DADEA
Complementary color
Monochromatic Colors of #5DADEA
Black with #5DADEA
Text Example
Text Example
White with #5DADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADEA; }
p { color: rgb(93,173,234); }
H1.HeaderClassName
{
color: #5DADEA;
}
.AnyTagClassName
{
color: #5DADEA;
}
</style>
background-color css
<style>
a { background-color: #5DADEA; }
a { background-color: rgb(93,173,234); }
div.DivClassName
{
background-color: #5DADEA;
}
.BgClassName
{
background-color: #5DADEA;
}
</style>
border-color css
<style>
span { border-color: #5DADEA; }
span { border-color: rgb(93,173,234); }
td.TdClassName
{
border-color: #5DADEA;
}
.TagClassName
{
border-color: #5DADEA;
}
</style>