Shades of Malibu #5EBCEF
Tints of Malibu #5EBCEF
RGB
CMYK
RGB Variations
Color information
#5EBCEF (or 0x5EBCEF) is known color: Malibu. HEX triplet: 5E, BC and EF. RGB value is (94,188,239). Sum of RGB (Red+Green+Blue) = 94+188+239=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EBCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBCEF is #A14310. Grayscale: #A5A5A5. Windows color (decimal): -10568465 or 15711326. OLE color: 15711326.
HSL color Cylindrical-coordinate representation of color #5EBCEF: hue angle of 201.1º 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 #5EBCEF is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 188 | 239 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.06 |
| HSL | 201.1º | 0.82% | 0.65% | - |
| HSV(B) | 201.1º | 0.61% | 0.94% | - |
| XYZ | 38.18 | 44.58 | 88.25 | - |
| YUV | 165.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 239 | 0.61 | 0.21 | 0 | 0.06 | 201.1 | 0.82 | 0.65 |
| Hex | 5E | BC | EF | 3D | 15 | 0 | 6 | C9 | 52 | 41 |
| Octal | 136 | 274 | 357 | 75 | 25 | 0 | 6 | 311 | 122 | 101 |
| Binary | 1011110 | 10111100 | 11101111 | 111101 | 10101 | 0 | 110 | 11001001 | 1010010 | 1000001 |
Color Harmonies of #5EBCEF
Complementary color
Monochromatic Colors of #5EBCEF
Black with #5EBCEF
Text Example
Text Example
White with #5EBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCEF; }
p { color: rgb(94,188,239); }
H1.HeaderClassName
{
color: #5EBCEF;
}
.AnyTagClassName
{
color: #5EBCEF;
}
</style>
background-color css
<style>
a { background-color: #5EBCEF; }
a { background-color: rgb(94,188,239); }
div.DivClassName
{
background-color: #5EBCEF;
}
.BgClassName
{
background-color: #5EBCEF;
}
</style>
border-color css
<style>
span { border-color: #5EBCEF; }
span { border-color: rgb(94,188,239); }
td.TdClassName
{
border-color: #5EBCEF;
}
.TagClassName
{
border-color: #5EBCEF;
}
</style>