Shades of Malibu #5EC6EB
Tints of Malibu #5EC6EB
RGB
CMYK
RGB Variations
Color information
#5EC6EB (or 0x5EC6EB) is known color: Malibu. HEX triplet: 5E, C6 and EB. RGB value is (94,198,235). Sum of RGB (Red+Green+Blue) = 94+198+235=527 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.84% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EC6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC6EB is #A13914. Grayscale: #AAAAAA. Windows color (decimal): -10565909 or 15451742. OLE color: 15451742.
HSL color Cylindrical-coordinate representation of color #5EC6EB: hue angle of 195.74º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC6EB is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 198 | 235 | - |
| CMYK | 0.6 | 0.16 | 0 | 0.08 |
| HSL | 195.74º | 0.78% | 0.65% | - |
| HSV(B) | 195.74º | 0.6% | 0.92% | - |
| XYZ | 39.81 | 48.77 | 85.91 | - |
| YUV | 171.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 198 | 235 | 0.6 | 0.16 | 0 | 0.08 | 195.74 | 0.78 | 0.65 |
| Hex | 5E | C6 | EB | 3C | 10 | 0 | 8 | C4 | 4E | 41 |
| Octal | 136 | 306 | 353 | 74 | 20 | 0 | 10 | 304 | 116 | 101 |
| Binary | 1011110 | 11000110 | 11101011 | 111100 | 10000 | 0 | 1000 | 11000100 | 1001110 | 1000001 |
Color Harmonies of #5EC6EB
Complementary color
Monochromatic Colors of #5EC6EB
Black with #5EC6EB
Text Example
Text Example
White with #5EC6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC6EB; }
p { color: rgb(94,198,235); }
H1.HeaderClassName
{
color: #5EC6EB;
}
.AnyTagClassName
{
color: #5EC6EB;
}
</style>
background-color css
<style>
a { background-color: #5EC6EB; }
a { background-color: rgb(94,198,235); }
div.DivClassName
{
background-color: #5EC6EB;
}
.BgClassName
{
background-color: #5EC6EB;
}
</style>
border-color css
<style>
span { border-color: #5EC6EB; }
span { border-color: rgb(94,198,235); }
td.TdClassName
{
border-color: #5EC6EB;
}
.TagClassName
{
border-color: #5EC6EB;
}
</style>