Shades of Malibu #5DB8EB
Tints of Malibu #5DB8EB
RGB
CMYK
RGB Variations
Color information
#5DB8EB (or 0x5DB8EB) is known color: Malibu. HEX triplet: 5D, B8 and EB. RGB value is (93,184,235). Sum of RGB (Red+Green+Blue) = 93+184+235=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DB8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB8EB is #A24714. Grayscale: #A2A2A2. Windows color (decimal): -10635029 or 15448157. OLE color: 15448157.
HSL color Cylindrical-coordinate representation of color #5DB8EB: hue angle of 201.55º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DB8EB is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 184 | 235 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.08 |
| HSL | 201.55º | 0.78% | 0.64% | - |
| HSV(B) | 201.55º | 0.6% | 0.92% | - |
| XYZ | 36.65 | 42.61 | 84.89 | - |
| YUV | 162.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 235 | 0.60 | 0.22 | 0 | 0.08 | 201.55 | 0.78 | 0.64 |
| Hex | 5D | B8 | EB | 3C | 16 | 0 | 8 | CA | 4E | 40 |
| Octal | 135 | 270 | 353 | 74 | 26 | 0 | 10 | 312 | 116 | 100 |
| Binary | 1011101 | 10111000 | 11101011 | 111100 | 10110 | 0 | 1000 | 11001010 | 1001110 | 1000000 |
Color Harmonies of #5DB8EB
Complementary color
Monochromatic Colors of #5DB8EB
Black with #5DB8EB
Text Example
Text Example
White with #5DB8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8EB; }
p { color: rgb(93,184,235); }
H1.HeaderClassName
{
color: #5DB8EB;
}
.AnyTagClassName
{
color: #5DB8EB;
}
</style>
background-color css
<style>
a { background-color: #5DB8EB; }
a { background-color: rgb(93,184,235); }
div.DivClassName
{
background-color: #5DB8EB;
}
.BgClassName
{
background-color: #5DB8EB;
}
</style>
border-color css
<style>
span { border-color: #5DB8EB; }
span { border-color: rgb(93,184,235); }
td.TdClassName
{
border-color: #5DB8EB;
}
.TagClassName
{
border-color: #5DB8EB;
}
</style>