Shades of Malibu #5DB6EB
Tints of Malibu #5DB6EB
RGB
CMYK
RGB Variations
Color information
#5DB6EB (or 0x5DB6EB) is known color: Malibu. HEX triplet: 5D, B6 and EB. RGB value is (93,182,235). Sum of RGB (Red+Green+Blue) = 93+182+235=510 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.24% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DB6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB6EB is #A24914. Grayscale: #A1A1A1. Windows color (decimal): -10635541 or 15447645. OLE color: 15447645.
HSL color Cylindrical-coordinate representation of color #5DB6EB: hue angle of 202.39º 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 #5DB6EB is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 182 | 235 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.08 |
| HSL | 202.39º | 0.78% | 0.64% | - |
| HSV(B) | 202.39º | 0.6% | 0.92% | - |
| XYZ | 36.24 | 41.78 | 84.75 | - |
| YUV | 161.43 | 169.51 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 235 | 0.60 | 0.23 | 0 | 0.08 | 202.39 | 0.78 | 0.64 |
| Hex | 5D | B6 | EB | 3C | 17 | 0 | 8 | CA | 4E | 40 |
| Octal | 135 | 266 | 353 | 74 | 27 | 0 | 10 | 312 | 116 | 100 |
| Binary | 1011101 | 10110110 | 11101011 | 111100 | 10111 | 0 | 1000 | 11001010 | 1001110 | 1000000 |
Color Harmonies of #5DB6EB
Complementary color
Monochromatic Colors of #5DB6EB
Black with #5DB6EB
Text Example
Text Example
White with #5DB6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB6EB; }
p { color: rgb(93,182,235); }
H1.HeaderClassName
{
color: #5DB6EB;
}
.AnyTagClassName
{
color: #5DB6EB;
}
</style>
background-color css
<style>
a { background-color: #5DB6EB; }
a { background-color: rgb(93,182,235); }
div.DivClassName
{
background-color: #5DB6EB;
}
.BgClassName
{
background-color: #5DB6EB;
}
</style>
border-color css
<style>
span { border-color: #5DB6EB; }
span { border-color: rgb(93,182,235); }
td.TdClassName
{
border-color: #5DB6EB;
}
.TagClassName
{
border-color: #5DB6EB;
}
</style>