Shades of Malibu #5DBCDD
Tints of Malibu #5DBCDD
RGB
CMYK
RGB Variations
Color information
#5DBCDD (or 0x5DBCDD) is known color: Malibu. HEX triplet: 5D, BC and DD. RGB value is (93,188,221). Sum of RGB (Red+Green+Blue) = 93+188+221=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCDD is #A24322. Grayscale: #A3A3A3. Windows color (decimal): -10634019 or 14531677. OLE color: 14531677.
HSL color Cylindrical-coordinate representation of color #5DBCDD: hue angle of 195.47º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBCDD is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 188 | 221 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.13 |
| HSL | 195.47º | 0.65% | 0.62% | - |
| HSV(B) | 195.47º | 0.58% | 0.87% | - |
| XYZ | 35.55 | 43.51 | 74.93 | - |
| YUV | 163.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 221 | 0.58 | 0.15 | 0 | 0.13 | 195.47 | 0.65 | 0.62 |
| Hex | 5D | BC | DD | 3A | F | 0 | D | C3 | 41 | 3E |
| Octal | 135 | 274 | 335 | 72 | 17 | 0 | 15 | 303 | 101 | 76 |
| Binary | 1011101 | 10111100 | 11011101 | 111010 | 1111 | 0 | 1101 | 11000011 | 1000001 | 111110 |
Color Harmonies of #5DBCDD
Complementary color
Monochromatic Colors of #5DBCDD
Black with #5DBCDD
Text Example
Text Example
White with #5DBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCDD; }
p { color: rgb(93,188,221); }
H1.HeaderClassName
{
color: #5DBCDD;
}
.AnyTagClassName
{
color: #5DBCDD;
}
</style>
background-color css
<style>
a { background-color: #5DBCDD; }
a { background-color: rgb(93,188,221); }
div.DivClassName
{
background-color: #5DBCDD;
}
.BgClassName
{
background-color: #5DBCDD;
}
</style>
border-color css
<style>
span { border-color: #5DBCDD; }
span { border-color: rgb(93,188,221); }
td.TdClassName
{
border-color: #5DBCDD;
}
.TagClassName
{
border-color: #5DBCDD;
}
</style>