Shades of Malibu #5DBCEC
Tints of Malibu #5DBCEC
RGB
CMYK
RGB Variations
Color information
#5DBCEC (or 0x5DBCEC) is known color: Malibu. HEX triplet: 5D, BC and EC. RGB value is (93,188,236). Sum of RGB (Red+Green+Blue) = 93+188+236=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DBCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCEC is #A24313. Grayscale: #A4A4A4. Windows color (decimal): -10634004 or 15514717. OLE color: 15514717.
HSL color Cylindrical-coordinate representation of color #5DBCEC: hue angle of 200.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBCEC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 188 | 236 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.07 |
| HSL | 200.14º | 0.79% | 0.65% | - |
| HSV(B) | 200.14º | 0.61% | 0.93% | - |
| XYZ | 37.64 | 44.35 | 85.93 | - |
| YUV | 165.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 236 | 0.61 | 0.20 | 0 | 0.07 | 200.14 | 0.79 | 0.65 |
| Hex | 5D | BC | EC | 3D | 14 | 0 | 7 | C8 | 4F | 41 |
| Octal | 135 | 274 | 354 | 75 | 24 | 0 | 7 | 310 | 117 | 101 |
| Binary | 1011101 | 10111100 | 11101100 | 111101 | 10100 | 0 | 111 | 11001000 | 1001111 | 1000001 |
Color Harmonies of #5DBCEC
Complementary color
Monochromatic Colors of #5DBCEC
Black with #5DBCEC
Text Example
Text Example
White with #5DBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCEC; }
p { color: rgb(93,188,236); }
H1.HeaderClassName
{
color: #5DBCEC;
}
.AnyTagClassName
{
color: #5DBCEC;
}
</style>
background-color css
<style>
a { background-color: #5DBCEC; }
a { background-color: rgb(93,188,236); }
div.DivClassName
{
background-color: #5DBCEC;
}
.BgClassName
{
background-color: #5DBCEC;
}
</style>
border-color css
<style>
span { border-color: #5DBCEC; }
span { border-color: rgb(93,188,236); }
td.TdClassName
{
border-color: #5DBCEC;
}
.TagClassName
{
border-color: #5DBCEC;
}
</style>