Shades of Malibu #5DBCDB
Tints of Malibu #5DBCDB
RGB
CMYK
RGB Variations
Color information
#5DBCDB (or 0x5DBCDB) is known color: Malibu. HEX triplet: 5D, BC and DB. RGB value is (93,188,219). Sum of RGB (Red+Green+Blue) = 93+188+219=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCDB is #A24324. Grayscale: #A2A2A2. Windows color (decimal): -10634021 or 14400605. OLE color: 14400605.
HSL color Cylindrical-coordinate representation of color #5DBCDB: hue angle of 194.76º 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 #5DBCDB is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 188 | 219 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.14 |
| HSL | 194.76º | 0.64% | 0.61% | - |
| HSV(B) | 194.76º | 0.58% | 0.86% | - |
| XYZ | 35.28 | 43.41 | 73.54 | - |
| YUV | 163.13 | 159.53 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 219 | 0.58 | 0.14 | 0 | 0.14 | 194.76 | 0.64 | 0.61 |
| Hex | 5D | BC | DB | 3A | E | 0 | E | C3 | 40 | 3D |
| Octal | 135 | 274 | 333 | 72 | 16 | 0 | 16 | 303 | 100 | 75 |
| Binary | 1011101 | 10111100 | 11011011 | 111010 | 1110 | 0 | 1110 | 11000011 | 1000000 | 111101 |
Color Harmonies of #5DBCDB
Complementary color
Monochromatic Colors of #5DBCDB
Black with #5DBCDB
Text Example
Text Example
White with #5DBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCDB; }
p { color: rgb(93,188,219); }
H1.HeaderClassName
{
color: #5DBCDB;
}
.AnyTagClassName
{
color: #5DBCDB;
}
</style>
background-color css
<style>
a { background-color: #5DBCDB; }
a { background-color: rgb(93,188,219); }
div.DivClassName
{
background-color: #5DBCDB;
}
.BgClassName
{
background-color: #5DBCDB;
}
</style>
border-color css
<style>
span { border-color: #5DBCDB; }
span { border-color: rgb(93,188,219); }
td.TdClassName
{
border-color: #5DBCDB;
}
.TagClassName
{
border-color: #5DBCDB;
}
</style>