Shades of Malibu #5DBCE1
Tints of Malibu #5DBCE1
RGB
CMYK
RGB Variations
Color information
#5DBCE1 (or 0x5DBCE1) is known color: Malibu. HEX triplet: 5D, BC and E1. RGB value is (93,188,225). Sum of RGB (Red+Green+Blue) = 93+188+225=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DBCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCE1 is #A2431E. Grayscale: #A3A3A3. Windows color (decimal): -10634015 or 14793821. OLE color: 14793821.
HSL color Cylindrical-coordinate representation of color #5DBCE1: hue angle of 196.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DBCE1 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 188 | 225 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.12 |
| HSL | 196.82º | 0.69% | 0.62% | - |
| HSV(B) | 196.82º | 0.59% | 0.88% | - |
| XYZ | 36.09 | 43.73 | 77.77 | - |
| YUV | 163.81 | 162.53 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 225 | 0.59 | 0.16 | 0 | 0.12 | 196.82 | 0.69 | 0.62 |
| Hex | 5D | BC | E1 | 3B | 10 | 0 | C | C5 | 45 | 3E |
| Octal | 135 | 274 | 341 | 73 | 20 | 0 | 14 | 305 | 105 | 76 |
| Binary | 1011101 | 10111100 | 11100001 | 111011 | 10000 | 0 | 1100 | 11000101 | 1000101 | 111110 |
Color Harmonies of #5DBCE1
Complementary color
Monochromatic Colors of #5DBCE1
Black with #5DBCE1
Text Example
Text Example
White with #5DBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCE1; }
p { color: rgb(93,188,225); }
H1.HeaderClassName
{
color: #5DBCE1;
}
.AnyTagClassName
{
color: #5DBCE1;
}
</style>
background-color css
<style>
a { background-color: #5DBCE1; }
a { background-color: rgb(93,188,225); }
div.DivClassName
{
background-color: #5DBCE1;
}
.BgClassName
{
background-color: #5DBCE1;
}
</style>
border-color css
<style>
span { border-color: #5DBCE1; }
span { border-color: rgb(93,188,225); }
td.TdClassName
{
border-color: #5DBCE1;
}
.TagClassName
{
border-color: #5DBCE1;
}
</style>