Shades of Malibu #5EBCED
Tints of Malibu #5EBCED
RGB
CMYK
RGB Variations
Color information
#5EBCED (or 0x5EBCED) is known color: Malibu. HEX triplet: 5E, BC and ED. RGB value is (94,188,237). Sum of RGB (Red+Green+Blue) = 94+188+237=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EBCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBCED is #A14312. Grayscale: #A5A5A5. Windows color (decimal): -10568467 or 15580254. OLE color: 15580254.
HSL color Cylindrical-coordinate representation of color #5EBCED: hue angle of 200.56º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EBCED is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 94 | 188 | 237 | - |
CMYK | 0.60 | 0.21 | 0 | 0.07 |
HSL | 200.56º | 0.8% | 0.65% | - |
HSV(B) | 200.56º | 0.6% | 0.93% | - |
XYZ | 37.89 | 44.46 | 86.71 | - |
YUV | 165.48 | 168.36 | 77.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 188 | 237 | 0.60 | 0.21 | 0 | 0.07 | 200.56 | 0.8 | 0.65 |
Hex | 5E | BC | ED | 3C | 15 | 0 | 7 | C9 | 50 | 41 |
Octal | 136 | 274 | 355 | 74 | 25 | 0 | 7 | 311 | 120 | 101 |
Binary | 1011110 | 10111100 | 11101101 | 111100 | 10101 | 0 | 111 | 11001001 | 1010000 | 1000001 |
Color Harmonies of #5EBCED
Complementary color
Monochromatic Colors of #5EBCED
Black with #5EBCED
Text Example
Text Example
White with #5EBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCED; }
p { color: rgb(94,188,237); }
H1.HeaderClassName
{
color: #5EBCED;
}
.AnyTagClassName
{
color: #5EBCED;
}
</style>
background-color css
<style>
a { background-color: #5EBCED; }
a { background-color: rgb(94,188,237); }
div.DivClassName
{
background-color: #5EBCED;
}
.BgClassName
{
background-color: #5EBCED;
}
</style>
border-color css
<style>
span { border-color: #5EBCED; }
span { border-color: rgb(94,188,237); }
td.TdClassName
{
border-color: #5EBCED;
}
.TagClassName
{
border-color: #5EBCED;
}
</style>