Shades of Malibu #5DBCDC
Tints of Malibu #5DBCDC
RGB
CMYK
RGB Variations
Color information
#5DBCDC (or 0x5DBCDC) is known color: Malibu. HEX triplet: 5D, BC and DC. RGB value is (93,188,220). Sum of RGB (Red+Green+Blue) = 93+188+220=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCDC is #A24323. Grayscale: #A3A3A3. Windows color (decimal): -10634020 or 14466141. OLE color: 14466141.
HSL color Cylindrical-coordinate representation of color #5DBCDC: hue angle of 195.12º 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 #5DBCDC is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 188 | 220 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.14 |
| HSL | 195.12º | 0.64% | 0.61% | - |
| HSV(B) | 195.12º | 0.58% | 0.86% | - |
| XYZ | 35.42 | 43.46 | 74.23 | - |
| YUV | 163.24 | 160.03 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 220 | 0.58 | 0.15 | 0 | 0.14 | 195.12 | 0.64 | 0.61 |
| Hex | 5D | BC | DC | 3A | F | 0 | E | C3 | 40 | 3D |
| Octal | 135 | 274 | 334 | 72 | 17 | 0 | 16 | 303 | 100 | 75 |
| Binary | 1011101 | 10111100 | 11011100 | 111010 | 1111 | 0 | 1110 | 11000011 | 1000000 | 111101 |
Color Harmonies of #5DBCDC
Complementary color
Monochromatic Colors of #5DBCDC
Black with #5DBCDC
Text Example
Text Example
White with #5DBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCDC; }
p { color: rgb(93,188,220); }
H1.HeaderClassName
{
color: #5DBCDC;
}
.AnyTagClassName
{
color: #5DBCDC;
}
</style>
background-color css
<style>
a { background-color: #5DBCDC; }
a { background-color: rgb(93,188,220); }
div.DivClassName
{
background-color: #5DBCDC;
}
.BgClassName
{
background-color: #5DBCDC;
}
</style>
border-color css
<style>
span { border-color: #5DBCDC; }
span { border-color: rgb(93,188,220); }
td.TdClassName
{
border-color: #5DBCDC;
}
.TagClassName
{
border-color: #5DBCDC;
}
</style>