Shades of Malibu #5DC4EC
Tints of Malibu #5DC4EC
RGB
CMYK
RGB Variations
Color information
#5DC4EC (or 0x5DC4EC) is known color: Malibu. HEX triplet: 5D, C4 and EC. RGB value is (93,196,236). Sum of RGB (Red+Green+Blue) = 93+196+236=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DC4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC4EC is #A23B13. Grayscale: #A9A9A9. Windows color (decimal): -10631956 or 15516765. OLE color: 15516765.
HSL color Cylindrical-coordinate representation of color #5DC4EC: hue angle of 196.78º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DC4EC is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 196 | 236 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.07 |
| HSL | 196.78º | 0.79% | 0.65% | - |
| HSV(B) | 196.78º | 0.61% | 0.93% | - |
| XYZ | 39.39 | 47.86 | 86.52 | - |
| YUV | 169.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 236 | 0.61 | 0.17 | 0 | 0.07 | 196.78 | 0.79 | 0.65 |
| Hex | 5D | C4 | EC | 3D | 11 | 0 | 7 | C5 | 4F | 41 |
| Octal | 135 | 304 | 354 | 75 | 21 | 0 | 7 | 305 | 117 | 101 |
| Binary | 1011101 | 11000100 | 11101100 | 111101 | 10001 | 0 | 111 | 11000101 | 1001111 | 1000001 |
Color Harmonies of #5DC4EC
Complementary color
Monochromatic Colors of #5DC4EC
Black with #5DC4EC
Text Example
Text Example
White with #5DC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC4EC; }
p { color: rgb(93,196,236); }
H1.HeaderClassName
{
color: #5DC4EC;
}
.AnyTagClassName
{
color: #5DC4EC;
}
</style>
background-color css
<style>
a { background-color: #5DC4EC; }
a { background-color: rgb(93,196,236); }
div.DivClassName
{
background-color: #5DC4EC;
}
.BgClassName
{
background-color: #5DC4EC;
}
</style>
border-color css
<style>
span { border-color: #5DC4EC; }
span { border-color: rgb(93,196,236); }
td.TdClassName
{
border-color: #5DC4EC;
}
.TagClassName
{
border-color: #5DC4EC;
}
</style>