Shades of Malibu #5EBDEF
Tints of Malibu #5EBDEF
RGB
CMYK
RGB Variations
Color information
#5EBDEF (or 0x5EBDEF) is known color: Malibu. HEX triplet: 5E, BD and EF. RGB value is (94,189,239). Sum of RGB (Red+Green+Blue) = 94+189+239=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBDEF is #A14210. Grayscale: #A5A5A5. Windows color (decimal): -10568209 or 15711582. OLE color: 15711582.
HSL color Cylindrical-coordinate representation of color #5EBDEF: hue angle of 200.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBDEF is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 189 | 239 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.06 |
| HSL | 200.69º | 0.82% | 0.65% | - |
| HSV(B) | 200.69º | 0.61% | 0.94% | - |
| XYZ | 38.39 | 45.01 | 88.32 | - |
| YUV | 166.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 239 | 0.61 | 0.21 | 0 | 0.06 | 200.69 | 0.82 | 0.65 |
| Hex | 5E | BD | EF | 3D | 15 | 0 | 6 | C9 | 52 | 41 |
| Octal | 136 | 275 | 357 | 75 | 25 | 0 | 6 | 311 | 122 | 101 |
| Binary | 1011110 | 10111101 | 11101111 | 111101 | 10101 | 0 | 110 | 11001001 | 1010010 | 1000001 |
Color Harmonies of #5EBDEF
Complementary color
Monochromatic Colors of #5EBDEF
Black with #5EBDEF
Text Example
Text Example
White with #5EBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDEF; }
p { color: rgb(94,189,239); }
H1.HeaderClassName
{
color: #5EBDEF;
}
.AnyTagClassName
{
color: #5EBDEF;
}
</style>
background-color css
<style>
a { background-color: #5EBDEF; }
a { background-color: rgb(94,189,239); }
div.DivClassName
{
background-color: #5EBDEF;
}
.BgClassName
{
background-color: #5EBDEF;
}
</style>
border-color css
<style>
span { border-color: #5EBDEF; }
span { border-color: rgb(94,189,239); }
td.TdClassName
{
border-color: #5EBDEF;
}
.TagClassName
{
border-color: #5EBDEF;
}
</style>