Shades of Malibu #5EBDDC
Tints of Malibu #5EBDDC
RGB
CMYK
RGB Variations
Color information
#5EBDDC (or 0x5EBDDC) is known color: Malibu. HEX triplet: 5E, BD and DC. RGB value is (94,189,220). Sum of RGB (Red+Green+Blue) = 94+189+220=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EBDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDDC is #A14223. Grayscale: #A3A3A3. Windows color (decimal): -10568228 or 14466398. OLE color: 14466398.
HSL color Cylindrical-coordinate representation of color #5EBDDC: hue angle of 194.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBDDC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 189 | 220 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.14 |
| HSL | 194.76º | 0.64% | 0.62% | - |
| HSV(B) | 194.76º | 0.57% | 0.86% | - |
| XYZ | 35.73 | 43.94 | 74.31 | - |
| YUV | 164.13 | 159.53 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 220 | 0.57 | 0.14 | 0 | 0.14 | 194.76 | 0.64 | 0.62 |
| Hex | 5E | BD | DC | 39 | E | 0 | E | C3 | 40 | 3E |
| Octal | 136 | 275 | 334 | 71 | 16 | 0 | 16 | 303 | 100 | 76 |
| Binary | 1011110 | 10111101 | 11011100 | 111001 | 1110 | 0 | 1110 | 11000011 | 1000000 | 111110 |
Color Harmonies of #5EBDDC
Complementary color
Monochromatic Colors of #5EBDDC
Black with #5EBDDC
Text Example
Text Example
White with #5EBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDDC; }
p { color: rgb(94,189,220); }
H1.HeaderClassName
{
color: #5EBDDC;
}
.AnyTagClassName
{
color: #5EBDDC;
}
</style>
background-color css
<style>
a { background-color: #5EBDDC; }
a { background-color: rgb(94,189,220); }
div.DivClassName
{
background-color: #5EBDDC;
}
.BgClassName
{
background-color: #5EBDDC;
}
</style>
border-color css
<style>
span { border-color: #5EBDDC; }
span { border-color: rgb(94,189,220); }
td.TdClassName
{
border-color: #5EBDDC;
}
.TagClassName
{
border-color: #5EBDDC;
}
</style>