Shades of Malibu #5EBDDB
Tints of Malibu #5EBDDB
RGB
CMYK
RGB Variations
Color information
#5EBDDB (or 0x5EBDDB) is known color: Malibu. HEX triplet: 5E, BD and DB. RGB value is (94,189,219). Sum of RGB (Red+Green+Blue) = 94+189+219=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDDB is #A14224. Grayscale: #A3A3A3. Windows color (decimal): -10568229 or 14400862. OLE color: 14400862.
HSL color Cylindrical-coordinate representation of color #5EBDDB: hue angle of 194.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBDDB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 94 | 189 | 219 | - |
CMYK | 0.57 | 0.14 | 0 | 0.14 |
HSL | 194.4º | 0.63% | 0.61% | - |
HSV(B) | 194.4º | 0.57% | 0.86% | - |
XYZ | 35.6 | 43.89 | 73.61 | - |
YUV | 164.02 | 159.03 | 78.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 189 | 219 | 0.57 | 0.14 | 0 | 0.14 | 194.4 | 0.63 | 0.61 |
Hex | 5E | BD | DB | 39 | E | 0 | E | C2 | 3F | 3D |
Octal | 136 | 275 | 333 | 71 | 16 | 0 | 16 | 302 | 77 | 75 |
Binary | 1011110 | 10111101 | 11011011 | 111001 | 1110 | 0 | 1110 | 11000010 | 111111 | 111101 |
Color Harmonies of #5EBDDB
Complementary color
Monochromatic Colors of #5EBDDB
Black with #5EBDDB
Text Example
Text Example
White with #5EBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDDB; }
p { color: rgb(94,189,219); }
H1.HeaderClassName
{
color: #5EBDDB;
}
.AnyTagClassName
{
color: #5EBDDB;
}
</style>
background-color css
<style>
a { background-color: #5EBDDB; }
a { background-color: rgb(94,189,219); }
div.DivClassName
{
background-color: #5EBDDB;
}
.BgClassName
{
background-color: #5EBDDB;
}
</style>
border-color css
<style>
span { border-color: #5EBDDB; }
span { border-color: rgb(94,189,219); }
td.TdClassName
{
border-color: #5EBDDB;
}
.TagClassName
{
border-color: #5EBDDB;
}
</style>