Shades of Malibu #5EBDD7
Tints of Malibu #5EBDD7
RGB
CMYK
RGB Variations
Color information
#5EBDD7 (or 0x5EBDD7) is known color: Malibu. HEX triplet: 5E, BD and D7. RGB value is (94,189,215). Sum of RGB (Red+Green+Blue) = 94+189+215=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #5EBDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDD7 is #A14228. Grayscale: #A3A3A3. Windows color (decimal): -10568233 or 14138718. OLE color: 14138718.
HSL color Cylindrical-coordinate representation of color #5EBDD7: hue angle of 192.89º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EBDD7 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 189 | 215 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.16 |
| HSL | 192.89º | 0.6% | 0.61% | - |
| HSV(B) | 192.89º | 0.56% | 0.84% | - |
| XYZ | 35.08 | 43.68 | 70.87 | - |
| YUV | 163.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 215 | 0.56 | 0.12 | 0 | 0.16 | 192.89 | 0.6 | 0.61 |
| Hex | 5E | BD | D7 | 38 | C | 0 | 10 | C1 | 3C | 3D |
| Octal | 136 | 275 | 327 | 70 | 14 | 0 | 20 | 301 | 74 | 75 |
| Binary | 1011110 | 10111101 | 11010111 | 111000 | 1100 | 0 | 10000 | 11000001 | 111100 | 111101 |
Color Harmonies of #5EBDD7
Complementary color
Monochromatic Colors of #5EBDD7
Black with #5EBDD7
Text Example
Text Example
White with #5EBDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDD7; }
p { color: rgb(94,189,215); }
H1.HeaderClassName
{
color: #5EBDD7;
}
.AnyTagClassName
{
color: #5EBDD7;
}
</style>
background-color css
<style>
a { background-color: #5EBDD7; }
a { background-color: rgb(94,189,215); }
div.DivClassName
{
background-color: #5EBDD7;
}
.BgClassName
{
background-color: #5EBDD7;
}
</style>
border-color css
<style>
span { border-color: #5EBDD7; }
span { border-color: rgb(94,189,215); }
td.TdClassName
{
border-color: #5EBDD7;
}
.TagClassName
{
border-color: #5EBDD7;
}
</style>