Shades of Malibu #5EBFDC
Tints of Malibu #5EBFDC
RGB
CMYK
RGB Variations
Color information
#5EBFDC (or 0x5EBFDC) is known color: Malibu. HEX triplet: 5E, BF and DC. RGB value is (94,191,220). Sum of RGB (Red+Green+Blue) = 94+191+220=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFDC is #A14023. Grayscale: #A5A5A5. Windows color (decimal): -10567716 or 14466910. OLE color: 14466910.
HSL color Cylindrical-coordinate representation of color #5EBFDC: hue angle of 193.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBFDC is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 191 | 220 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.14 |
| HSL | 193.81º | 0.64% | 0.62% | - |
| HSV(B) | 193.81º | 0.57% | 0.86% | - |
| XYZ | 36.17 | 44.81 | 74.45 | - |
| YUV | 165.3 | 158.86 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 220 | 0.57 | 0.13 | 0 | 0.14 | 193.81 | 0.64 | 0.62 |
| Hex | 5E | BF | DC | 39 | D | 0 | E | C2 | 40 | 3E |
| Octal | 136 | 277 | 334 | 71 | 15 | 0 | 16 | 302 | 100 | 76 |
| Binary | 1011110 | 10111111 | 11011100 | 111001 | 1101 | 0 | 1110 | 11000010 | 1000000 | 111110 |
Color Harmonies of #5EBFDC
Complementary color
Monochromatic Colors of #5EBFDC
Black with #5EBFDC
Text Example
Text Example
White with #5EBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBFDC; }
p { color: rgb(94,191,220); }
H1.HeaderClassName
{
color: #5EBFDC;
}
.AnyTagClassName
{
color: #5EBFDC;
}
</style>
background-color css
<style>
a { background-color: #5EBFDC; }
a { background-color: rgb(94,191,220); }
div.DivClassName
{
background-color: #5EBFDC;
}
.BgClassName
{
background-color: #5EBFDC;
}
</style>
border-color css
<style>
span { border-color: #5EBFDC; }
span { border-color: rgb(94,191,220); }
td.TdClassName
{
border-color: #5EBFDC;
}
.TagClassName
{
border-color: #5EBFDC;
}
</style>