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