Shades of Malibu #5DC4DB
Tints of Malibu #5DC4DB
RGB
CMYK
RGB Variations
Color information
#5DC4DB (or 0x5DC4DB) is known color: Malibu. HEX triplet: 5D, C4 and DB. RGB value is (93,196,219). Sum of RGB (Red+Green+Blue) = 93+196+219=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC4DB is #A23B24. Grayscale: #A7A7A7. Windows color (decimal): -10631973 or 14402653. OLE color: 14402653.
HSL color Cylindrical-coordinate representation of color #5DC4DB: hue angle of 190.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DC4DB is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 196 | 219 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.14 |
| HSL | 190.95º | 0.64% | 0.61% | - |
| HSV(B) | 190.95º | 0.58% | 0.86% | - |
| XYZ | 37.04 | 46.92 | 74.12 | - |
| YUV | 167.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 219 | 0.58 | 0.11 | 0 | 0.14 | 190.95 | 0.64 | 0.61 |
| Hex | 5D | C4 | DB | 3A | B | 0 | E | BF | 40 | 3D |
| Octal | 135 | 304 | 333 | 72 | 13 | 0 | 16 | 277 | 100 | 75 |
| Binary | 1011101 | 11000100 | 11011011 | 111010 | 1011 | 0 | 1110 | 10111111 | 1000000 | 111101 |
Color Harmonies of #5DC4DB
Complementary color
Monochromatic Colors of #5DC4DB
Black with #5DC4DB
Text Example
Text Example
White with #5DC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC4DB; }
p { color: rgb(93,196,219); }
H1.HeaderClassName
{
color: #5DC4DB;
}
.AnyTagClassName
{
color: #5DC4DB;
}
</style>
background-color css
<style>
a { background-color: #5DC4DB; }
a { background-color: rgb(93,196,219); }
div.DivClassName
{
background-color: #5DC4DB;
}
.BgClassName
{
background-color: #5DC4DB;
}
</style>
border-color css
<style>
span { border-color: #5DC4DB; }
span { border-color: rgb(93,196,219); }
td.TdClassName
{
border-color: #5DC4DB;
}
.TagClassName
{
border-color: #5DC4DB;
}
</style>