Shades of Malibu #5DAEEA
Tints of Malibu #5DAEEA
RGB
CMYK
RGB Variations
Color information
#5DAEEA (or 0x5DAEEA) is known color: Malibu. HEX triplet: 5D, AE and EA. RGB value is (93,174,234). Sum of RGB (Red+Green+Blue) = 93+174+234=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEEA is #A25115. Grayscale: #9C9C9C. Windows color (decimal): -10637590 or 15380061. OLE color: 15380061.
HSL color Cylindrical-coordinate representation of color #5DAEEA: hue angle of 205.53º 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 #5DAEEA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 174 | 234 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.08 |
| HSL | 205.53º | 0.77% | 0.64% | - |
| HSV(B) | 205.53º | 0.6% | 0.92% | - |
| XYZ | 34.5 | 38.54 | 83.46 | - |
| YUV | 156.62 | 171.66 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 234 | 0.60 | 0.26 | 0 | 0.08 | 205.53 | 0.77 | 0.64 |
| Hex | 5D | AE | EA | 3C | 1A | 0 | 8 | CE | 4D | 40 |
| Octal | 135 | 256 | 352 | 74 | 32 | 0 | 10 | 316 | 115 | 100 |
| Binary | 1011101 | 10101110 | 11101010 | 111100 | 11010 | 0 | 1000 | 11001110 | 1001101 | 1000000 |
Color Harmonies of #5DAEEA
Complementary color
Monochromatic Colors of #5DAEEA
Black with #5DAEEA
Text Example
Text Example
White with #5DAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEEA; }
p { color: rgb(93,174,234); }
H1.HeaderClassName
{
color: #5DAEEA;
}
.AnyTagClassName
{
color: #5DAEEA;
}
</style>
background-color css
<style>
a { background-color: #5DAEEA; }
a { background-color: rgb(93,174,234); }
div.DivClassName
{
background-color: #5DAEEA;
}
.BgClassName
{
background-color: #5DAEEA;
}
</style>
border-color css
<style>
span { border-color: #5DAEEA; }
span { border-color: rgb(93,174,234); }
td.TdClassName
{
border-color: #5DAEEA;
}
.TagClassName
{
border-color: #5DAEEA;
}
</style>