Shades of Malibu #5EB0DB
Tints of Malibu #5EB0DB
RGB
CMYK
RGB Variations
Color information
#5EB0DB (or 0x5EB0DB) is known color: Malibu. HEX triplet: 5E, B0 and DB. RGB value is (94,176,219). Sum of RGB (Red+Green+Blue) = 94+176+219=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EB0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB0DB is #A14F24. Grayscale: #9C9C9C. Windows color (decimal): -10571557 or 14397534. OLE color: 14397534.
HSL color Cylindrical-coordinate representation of color #5EB0DB: hue angle of 200.64º 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 #5EB0DB is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 176 | 219 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.14 |
| HSL | 200.64º | 0.63% | 0.61% | - |
| HSV(B) | 200.64º | 0.57% | 0.86% | - |
| XYZ | 32.93 | 38.54 | 72.72 | - |
| YUV | 156.38 | 163.33 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 176 | 219 | 0.57 | 0.20 | 0 | 0.14 | 200.64 | 0.63 | 0.61 |
| Hex | 5E | B0 | DB | 39 | 14 | 0 | E | C9 | 3F | 3D |
| Octal | 136 | 260 | 333 | 71 | 24 | 0 | 16 | 311 | 77 | 75 |
| Binary | 1011110 | 10110000 | 11011011 | 111001 | 10100 | 0 | 1110 | 11001001 | 111111 | 111101 |
Color Harmonies of #5EB0DB
Complementary color
Monochromatic Colors of #5EB0DB
Black with #5EB0DB
Text Example
Text Example
White with #5EB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB0DB; }
p { color: rgb(94,176,219); }
H1.HeaderClassName
{
color: #5EB0DB;
}
.AnyTagClassName
{
color: #5EB0DB;
}
</style>
background-color css
<style>
a { background-color: #5EB0DB; }
a { background-color: rgb(94,176,219); }
div.DivClassName
{
background-color: #5EB0DB;
}
.BgClassName
{
background-color: #5EB0DB;
}
</style>
border-color css
<style>
span { border-color: #5EB0DB; }
span { border-color: rgb(94,176,219); }
td.TdClassName
{
border-color: #5EB0DB;
}
.TagClassName
{
border-color: #5EB0DB;
}
</style>