Shades of Malibu #5DC0EB
Tints of Malibu #5DC0EB
RGB
CMYK
RGB Variations
Color information
#5DC0EB (or 0x5DC0EB) is known color: Malibu. HEX triplet: 5D, C0 and EB. RGB value is (93,192,235). Sum of RGB (Red+Green+Blue) = 93+192+235=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DC0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC0EB is #A23F14. Grayscale: #A7A7A7. Windows color (decimal): -10632981 or 15450205. OLE color: 15450205.
HSL color Cylindrical-coordinate representation of color #5DC0EB: hue angle of 198.17º degrees, saturation: 0.78, 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 #5DC0EB is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 192 | 235 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.08 |
| HSL | 198.17º | 0.78% | 0.64% | - |
| HSV(B) | 198.17º | 0.6% | 0.92% | - |
| XYZ | 38.36 | 46.02 | 85.46 | - |
| YUV | 167.3 | 166.2 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 235 | 0.60 | 0.18 | 0 | 0.08 | 198.17 | 0.78 | 0.64 |
| Hex | 5D | C0 | EB | 3C | 12 | 0 | 8 | C6 | 4E | 40 |
| Octal | 135 | 300 | 353 | 74 | 22 | 0 | 10 | 306 | 116 | 100 |
| Binary | 1011101 | 11000000 | 11101011 | 111100 | 10010 | 0 | 1000 | 11000110 | 1001110 | 1000000 |
Color Harmonies of #5DC0EB
Complementary color
Monochromatic Colors of #5DC0EB
Black with #5DC0EB
Text Example
Text Example
White with #5DC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC0EB; }
p { color: rgb(93,192,235); }
H1.HeaderClassName
{
color: #5DC0EB;
}
.AnyTagClassName
{
color: #5DC0EB;
}
</style>
background-color css
<style>
a { background-color: #5DC0EB; }
a { background-color: rgb(93,192,235); }
div.DivClassName
{
background-color: #5DC0EB;
}
.BgClassName
{
background-color: #5DC0EB;
}
</style>
border-color css
<style>
span { border-color: #5DC0EB; }
span { border-color: rgb(93,192,235); }
td.TdClassName
{
border-color: #5DC0EB;
}
.TagClassName
{
border-color: #5DC0EB;
}
</style>