Shades of Malibu #5EBAEE
Tints of Malibu #5EBAEE
RGB
CMYK
RGB Variations
Color information
#5EBAEE (or 0x5EBAEE) is known color: Malibu. HEX triplet: 5E, BA and EE. RGB value is (94,186,238). Sum of RGB (Red+Green+Blue) = 94+186+238=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #5EBAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBAEE is #A14511. Grayscale: #A4A4A4. Windows color (decimal): -10568978 or 15645278. OLE color: 15645278.
HSL color Cylindrical-coordinate representation of color #5EBAEE: hue angle of 201.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBAEE is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 186 | 238 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.07 |
| HSL | 201.67º | 0.81% | 0.65% | - |
| HSV(B) | 201.67º | 0.61% | 0.93% | - |
| XYZ | 37.61 | 43.67 | 87.34 | - |
| YUV | 164.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 238 | 0.61 | 0.22 | 0 | 0.07 | 201.67 | 0.81 | 0.65 |
| Hex | 5E | BA | EE | 3D | 16 | 0 | 7 | CA | 51 | 41 |
| Octal | 136 | 272 | 356 | 75 | 26 | 0 | 7 | 312 | 121 | 101 |
| Binary | 1011110 | 10111010 | 11101110 | 111101 | 10110 | 0 | 111 | 11001010 | 1010001 | 1000001 |
Color Harmonies of #5EBAEE
Complementary color
Monochromatic Colors of #5EBAEE
Black with #5EBAEE
Text Example
Text Example
White with #5EBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBAEE; }
p { color: rgb(94,186,238); }
H1.HeaderClassName
{
color: #5EBAEE;
}
.AnyTagClassName
{
color: #5EBAEE;
}
</style>
background-color css
<style>
a { background-color: #5EBAEE; }
a { background-color: rgb(94,186,238); }
div.DivClassName
{
background-color: #5EBAEE;
}
.BgClassName
{
background-color: #5EBAEE;
}
</style>
border-color css
<style>
span { border-color: #5EBAEE; }
span { border-color: rgb(94,186,238); }
td.TdClassName
{
border-color: #5EBAEE;
}
.TagClassName
{
border-color: #5EBAEE;
}
</style>