Shades of Malibu #5DBDE1
Tints of Malibu #5DBDE1
RGB
CMYK
RGB Variations
Color information
#5DBDE1 (or 0x5DBDE1) is known color: Malibu. HEX triplet: 5D, BD and E1. RGB value is (93,189,225). Sum of RGB (Red+Green+Blue) = 93+189+225=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DBDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDE1 is #A2421E. Grayscale: #A4A4A4. Windows color (decimal): -10633759 or 14794077. OLE color: 14794077.
HSL color Cylindrical-coordinate representation of color #5DBDE1: hue angle of 196.36º 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 #5DBDE1 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 189 | 225 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.12 |
| HSL | 196.36º | 0.69% | 0.62% | - |
| HSV(B) | 196.36º | 0.59% | 0.88% | - |
| XYZ | 36.3 | 44.16 | 77.84 | - |
| YUV | 164.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 225 | 0.59 | 0.16 | 0 | 0.12 | 196.36 | 0.69 | 0.62 |
| Hex | 5D | BD | E1 | 3B | 10 | 0 | C | C4 | 45 | 3E |
| Octal | 135 | 275 | 341 | 73 | 20 | 0 | 14 | 304 | 105 | 76 |
| Binary | 1011101 | 10111101 | 11100001 | 111011 | 10000 | 0 | 1100 | 11000100 | 1000101 | 111110 |
Color Harmonies of #5DBDE1
Complementary color
Monochromatic Colors of #5DBDE1
Black with #5DBDE1
Text Example
Text Example
White with #5DBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDE1; }
p { color: rgb(93,189,225); }
H1.HeaderClassName
{
color: #5DBDE1;
}
.AnyTagClassName
{
color: #5DBDE1;
}
</style>
background-color css
<style>
a { background-color: #5DBDE1; }
a { background-color: rgb(93,189,225); }
div.DivClassName
{
background-color: #5DBDE1;
}
.BgClassName
{
background-color: #5DBDE1;
}
</style>
border-color css
<style>
span { border-color: #5DBDE1; }
span { border-color: rgb(93,189,225); }
td.TdClassName
{
border-color: #5DBDE1;
}
.TagClassName
{
border-color: #5DBDE1;
}
</style>