Shades of Malibu #5EBCDC
Tints of Malibu #5EBCDC
RGB
CMYK
RGB Variations
Color information
#5EBCDC (or 0x5EBCDC) is known color: Malibu. HEX triplet: 5E, BC and DC. RGB value is (94,188,220). Sum of RGB (Red+Green+Blue) = 94+188+220=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCDC is #A14323. Grayscale: #A3A3A3. Windows color (decimal): -10568484 or 14466142. OLE color: 14466142.
HSL color Cylindrical-coordinate representation of color #5EBCDC: hue angle of 195.24º 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 #5EBCDC is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 188 | 220 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.14 |
| HSL | 195.24º | 0.64% | 0.62% | - |
| HSV(B) | 195.24º | 0.57% | 0.86% | - |
| XYZ | 35.52 | 43.51 | 74.24 | - |
| YUV | 163.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 220 | 0.57 | 0.15 | 0 | 0.14 | 195.24 | 0.64 | 0.62 |
| Hex | 5E | BC | DC | 39 | F | 0 | E | C3 | 40 | 3E |
| Octal | 136 | 274 | 334 | 71 | 17 | 0 | 16 | 303 | 100 | 76 |
| Binary | 1011110 | 10111100 | 11011100 | 111001 | 1111 | 0 | 1110 | 11000011 | 1000000 | 111110 |
Color Harmonies of #5EBCDC
Complementary color
Monochromatic Colors of #5EBCDC
Black with #5EBCDC
Text Example
Text Example
White with #5EBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCDC; }
p { color: rgb(94,188,220); }
H1.HeaderClassName
{
color: #5EBCDC;
}
.AnyTagClassName
{
color: #5EBCDC;
}
</style>
background-color css
<style>
a { background-color: #5EBCDC; }
a { background-color: rgb(94,188,220); }
div.DivClassName
{
background-color: #5EBCDC;
}
.BgClassName
{
background-color: #5EBCDC;
}
</style>
border-color css
<style>
span { border-color: #5EBCDC; }
span { border-color: rgb(94,188,220); }
td.TdClassName
{
border-color: #5EBCDC;
}
.TagClassName
{
border-color: #5EBCDC;
}
</style>