Shades of Malibu #5DBCE6
Tints of Malibu #5DBCE6
RGB
CMYK
RGB Variations
Color information
#5DBCE6 (or 0x5DBCE6) is known color: Malibu. HEX triplet: 5D, BC and E6. RGB value is (93,188,230). Sum of RGB (Red+Green+Blue) = 93+188+230=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #5DBCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCE6 is #A24319. Grayscale: #A4A4A4. Windows color (decimal): -10634010 or 15121501. OLE color: 15121501.
HSL color Cylindrical-coordinate representation of color #5DBCE6: hue angle of 198.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBCE6 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 188 | 230 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.10 |
| HSL | 198.39º | 0.73% | 0.63% | - |
| HSV(B) | 198.39º | 0.6% | 0.9% | - |
| XYZ | 36.78 | 44.01 | 81.42 | - |
| YUV | 164.38 | 165.03 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 230 | 0.60 | 0.18 | 0 | 0.10 | 198.39 | 0.73 | 0.63 |
| Hex | 5D | BC | E6 | 3C | 12 | 0 | A | C6 | 49 | 3F |
| Octal | 135 | 274 | 346 | 74 | 22 | 0 | 12 | 306 | 111 | 77 |
| Binary | 1011101 | 10111100 | 11100110 | 111100 | 10010 | 0 | 1010 | 11000110 | 1001001 | 111111 |
Color Harmonies of #5DBCE6
Complementary color
Monochromatic Colors of #5DBCE6
Black with #5DBCE6
Text Example
Text Example
White with #5DBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCE6; }
p { color: rgb(93,188,230); }
H1.HeaderClassName
{
color: #5DBCE6;
}
.AnyTagClassName
{
color: #5DBCE6;
}
</style>
background-color css
<style>
a { background-color: #5DBCE6; }
a { background-color: rgb(93,188,230); }
div.DivClassName
{
background-color: #5DBCE6;
}
.BgClassName
{
background-color: #5DBCE6;
}
</style>
border-color css
<style>
span { border-color: #5DBCE6; }
span { border-color: rgb(93,188,230); }
td.TdClassName
{
border-color: #5DBCE6;
}
.TagClassName
{
border-color: #5DBCE6;
}
</style>