Shades of Malibu #5EBEDC
Tints of Malibu #5EBEDC
RGB
CMYK
RGB Variations
Color information
#5EBEDC (or 0x5EBEDC) is known color: Malibu. HEX triplet: 5E, BE and DC. RGB value is (94,190,220). Sum of RGB (Red+Green+Blue) = 94+190+220=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBEDC is #A14123. Grayscale: #A4A4A4. Windows color (decimal): -10567972 or 14466654. OLE color: 14466654.
HSL color Cylindrical-coordinate representation of color #5EBEDC: hue angle of 194.29º 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 #5EBEDC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 190 | 220 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.14 |
| HSL | 194.29º | 0.64% | 0.62% | - |
| HSV(B) | 194.29º | 0.57% | 0.86% | - |
| XYZ | 35.95 | 44.37 | 74.38 | - |
| YUV | 164.72 | 159.2 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 190 | 220 | 0.57 | 0.14 | 0 | 0.14 | 194.29 | 0.64 | 0.62 |
| Hex | 5E | BE | DC | 39 | E | 0 | E | C2 | 40 | 3E |
| Octal | 136 | 276 | 334 | 71 | 16 | 0 | 16 | 302 | 100 | 76 |
| Binary | 1011110 | 10111110 | 11011100 | 111001 | 1110 | 0 | 1110 | 11000010 | 1000000 | 111110 |
Color Harmonies of #5EBEDC
Complementary color
Monochromatic Colors of #5EBEDC
Black with #5EBEDC
Text Example
Text Example
White with #5EBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBEDC; }
p { color: rgb(94,190,220); }
H1.HeaderClassName
{
color: #5EBEDC;
}
.AnyTagClassName
{
color: #5EBEDC;
}
</style>
background-color css
<style>
a { background-color: #5EBEDC; }
a { background-color: rgb(94,190,220); }
div.DivClassName
{
background-color: #5EBEDC;
}
.BgClassName
{
background-color: #5EBEDC;
}
</style>
border-color css
<style>
span { border-color: #5EBEDC; }
span { border-color: rgb(94,190,220); }
td.TdClassName
{
border-color: #5EBEDC;
}
.TagClassName
{
border-color: #5EBEDC;
}
</style>