Shades of Malibu #5DC2EC
Tints of Malibu #5DC2EC
RGB
CMYK
RGB Variations
Color information
#5DC2EC (or 0x5DC2EC) is known color: Malibu. HEX triplet: 5D, C2 and EC. RGB value is (93,194,236). Sum of RGB (Red+Green+Blue) = 93+194+236=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DC2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC2EC is #A23D13. Grayscale: #A8A8A8. Windows color (decimal): -10632468 or 15516253. OLE color: 15516253.
HSL color Cylindrical-coordinate representation of color #5DC2EC: hue angle of 197.62º 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 #5DC2EC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 194 | 236 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.07 |
| HSL | 197.62º | 0.79% | 0.65% | - |
| HSV(B) | 197.62º | 0.61% | 0.93% | - |
| XYZ | 38.95 | 46.97 | 86.37 | - |
| YUV | 168.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 236 | 0.61 | 0.18 | 0 | 0.07 | 197.62 | 0.79 | 0.65 |
| Hex | 5D | C2 | EC | 3D | 12 | 0 | 7 | C6 | 4F | 41 |
| Octal | 135 | 302 | 354 | 75 | 22 | 0 | 7 | 306 | 117 | 101 |
| Binary | 1011101 | 11000010 | 11101100 | 111101 | 10010 | 0 | 111 | 11000110 | 1001111 | 1000001 |
Color Harmonies of #5DC2EC
Complementary color
Monochromatic Colors of #5DC2EC
Black with #5DC2EC
Text Example
Text Example
White with #5DC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC2EC; }
p { color: rgb(93,194,236); }
H1.HeaderClassName
{
color: #5DC2EC;
}
.AnyTagClassName
{
color: #5DC2EC;
}
</style>
background-color css
<style>
a { background-color: #5DC2EC; }
a { background-color: rgb(93,194,236); }
div.DivClassName
{
background-color: #5DC2EC;
}
.BgClassName
{
background-color: #5DC2EC;
}
</style>
border-color css
<style>
span { border-color: #5DC2EC; }
span { border-color: rgb(93,194,236); }
td.TdClassName
{
border-color: #5DC2EC;
}
.TagClassName
{
border-color: #5DC2EC;
}
</style>