Shades of Malibu #5DC0EC
Tints of Malibu #5DC0EC
RGB
CMYK
RGB Variations
Color information
#5DC0EC (or 0x5DC0EC) is known color: Malibu. HEX triplet: 5D, C0 and EC. RGB value is (93,192,236). Sum of RGB (Red+Green+Blue) = 93+192+236=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DC0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC0EC is #A23F13. Grayscale: #A7A7A7. Windows color (decimal): -10632980 or 15515741. OLE color: 15515741.
HSL color Cylindrical-coordinate representation of color #5DC0EC: hue angle of 198.46º 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 #5DC0EC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 192 | 236 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.07 |
| HSL | 198.46º | 0.79% | 0.65% | - |
| HSV(B) | 198.46º | 0.61% | 0.93% | - |
| XYZ | 38.5 | 46.08 | 86.22 | - |
| YUV | 167.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 236 | 0.61 | 0.19 | 0 | 0.07 | 198.46 | 0.79 | 0.65 |
| Hex | 5D | C0 | EC | 3D | 13 | 0 | 7 | C6 | 4F | 41 |
| Octal | 135 | 300 | 354 | 75 | 23 | 0 | 7 | 306 | 117 | 101 |
| Binary | 1011101 | 11000000 | 11101100 | 111101 | 10011 | 0 | 111 | 11000110 | 1001111 | 1000001 |
Color Harmonies of #5DC0EC
Complementary color
Monochromatic Colors of #5DC0EC
Black with #5DC0EC
Text Example
Text Example
White with #5DC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC0EC; }
p { color: rgb(93,192,236); }
H1.HeaderClassName
{
color: #5DC0EC;
}
.AnyTagClassName
{
color: #5DC0EC;
}
</style>
background-color css
<style>
a { background-color: #5DC0EC; }
a { background-color: rgb(93,192,236); }
div.DivClassName
{
background-color: #5DC0EC;
}
.BgClassName
{
background-color: #5DC0EC;
}
</style>
border-color css
<style>
span { border-color: #5DC0EC; }
span { border-color: rgb(93,192,236); }
td.TdClassName
{
border-color: #5DC0EC;
}
.TagClassName
{
border-color: #5DC0EC;
}
</style>