Shades of Malibu #5EBBDF
Tints of Malibu #5EBBDF
RGB
CMYK
RGB Variations
Color information
#5EBBDF (or 0x5EBBDF) is known color: Malibu. HEX triplet: 5E, BB and DF. RGB value is (94,187,223). Sum of RGB (Red+Green+Blue) = 94+187+223=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EBBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBDF is #A14420. Grayscale: #A3A3A3. Windows color (decimal): -10568737 or 14662494. OLE color: 14662494.
HSL color Cylindrical-coordinate representation of color #5EBBDF: hue angle of 196.74º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EBBDF is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 187 | 223 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.13 |
| HSL | 196.74º | 0.67% | 0.62% | - |
| HSV(B) | 196.74º | 0.58% | 0.87% | - |
| XYZ | 35.71 | 43.25 | 76.28 | - |
| YUV | 163.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 223 | 0.58 | 0.16 | 0 | 0.13 | 196.74 | 0.67 | 0.62 |
| Hex | 5E | BB | DF | 3A | 10 | 0 | D | C5 | 43 | 3E |
| Octal | 136 | 273 | 337 | 72 | 20 | 0 | 15 | 305 | 103 | 76 |
| Binary | 1011110 | 10111011 | 11011111 | 111010 | 10000 | 0 | 1101 | 11000101 | 1000011 | 111110 |
Color Harmonies of #5EBBDF
Complementary color
Monochromatic Colors of #5EBBDF
Black with #5EBBDF
Text Example
Text Example
White with #5EBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBDF; }
p { color: rgb(94,187,223); }
H1.HeaderClassName
{
color: #5EBBDF;
}
.AnyTagClassName
{
color: #5EBBDF;
}
</style>
background-color css
<style>
a { background-color: #5EBBDF; }
a { background-color: rgb(94,187,223); }
div.DivClassName
{
background-color: #5EBBDF;
}
.BgClassName
{
background-color: #5EBBDF;
}
</style>
border-color css
<style>
span { border-color: #5EBBDF; }
span { border-color: rgb(94,187,223); }
td.TdClassName
{
border-color: #5EBBDF;
}
.TagClassName
{
border-color: #5EBBDF;
}
</style>