Shades of Malibu #5EBDDF
Tints of Malibu #5EBDDF
RGB
CMYK
RGB Variations
Color information
#5EBDDF (or 0x5EBDDF) is known color: Malibu. HEX triplet: 5E, BD and DF. RGB value is (94,189,223). Sum of RGB (Red+Green+Blue) = 94+189+223=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDDF is #A14220. Grayscale: #A4A4A4. Windows color (decimal): -10568225 or 14663006. OLE color: 14663006.
HSL color Cylindrical-coordinate representation of color #5EBDDF: hue angle of 195.81º 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 #5EBDDF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 189 | 223 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.13 |
| HSL | 195.81º | 0.67% | 0.62% | - |
| HSV(B) | 195.81º | 0.58% | 0.87% | - |
| XYZ | 36.13 | 44.1 | 76.42 | - |
| YUV | 164.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 223 | 0.58 | 0.15 | 0 | 0.13 | 195.81 | 0.67 | 0.62 |
| Hex | 5E | BD | DF | 3A | F | 0 | D | C4 | 43 | 3E |
| Octal | 136 | 275 | 337 | 72 | 17 | 0 | 15 | 304 | 103 | 76 |
| Binary | 1011110 | 10111101 | 11011111 | 111010 | 1111 | 0 | 1101 | 11000100 | 1000011 | 111110 |
Color Harmonies of #5EBDDF
Complementary color
Monochromatic Colors of #5EBDDF
Black with #5EBDDF
Text Example
Text Example
White with #5EBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDDF; }
p { color: rgb(94,189,223); }
H1.HeaderClassName
{
color: #5EBDDF;
}
.AnyTagClassName
{
color: #5EBDDF;
}
</style>
background-color css
<style>
a { background-color: #5EBDDF; }
a { background-color: rgb(94,189,223); }
div.DivClassName
{
background-color: #5EBDDF;
}
.BgClassName
{
background-color: #5EBDDF;
}
</style>
border-color css
<style>
span { border-color: #5EBDDF; }
span { border-color: rgb(94,189,223); }
td.TdClassName
{
border-color: #5EBDDF;
}
.TagClassName
{
border-color: #5EBDDF;
}
</style>