Shades of Malibu #5DB7EB
Tints of Malibu #5DB7EB
RGB
CMYK
RGB Variations
Color information
#5DB7EB (or 0x5DB7EB) is known color: Malibu. HEX triplet: 5D, B7 and EB. RGB value is (93,183,235). Sum of RGB (Red+Green+Blue) = 93+183+235=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DB7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB7EB is #A24814. Grayscale: #A1A1A1. Windows color (decimal): -10635285 or 15447901. OLE color: 15447901.
HSL color Cylindrical-coordinate representation of color #5DB7EB: hue angle of 201.97º 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 #5DB7EB is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 183 | 235 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.08 |
| HSL | 201.97º | 0.78% | 0.64% | - |
| HSV(B) | 201.97º | 0.6% | 0.92% | - |
| XYZ | 36.44 | 42.19 | 84.82 | - |
| YUV | 162.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 235 | 0.60 | 0.22 | 0 | 0.08 | 201.97 | 0.78 | 0.64 |
| Hex | 5D | B7 | EB | 3C | 16 | 0 | 8 | CA | 4E | 40 |
| Octal | 135 | 267 | 353 | 74 | 26 | 0 | 10 | 312 | 116 | 100 |
| Binary | 1011101 | 10110111 | 11101011 | 111100 | 10110 | 0 | 1000 | 11001010 | 1001110 | 1000000 |
Color Harmonies of #5DB7EB
Complementary color
Monochromatic Colors of #5DB7EB
Black with #5DB7EB
Text Example
Text Example
White with #5DB7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB7EB; }
p { color: rgb(93,183,235); }
H1.HeaderClassName
{
color: #5DB7EB;
}
.AnyTagClassName
{
color: #5DB7EB;
}
</style>
background-color css
<style>
a { background-color: #5DB7EB; }
a { background-color: rgb(93,183,235); }
div.DivClassName
{
background-color: #5DB7EB;
}
.BgClassName
{
background-color: #5DB7EB;
}
</style>
border-color css
<style>
span { border-color: #5DB7EB; }
span { border-color: rgb(93,183,235); }
td.TdClassName
{
border-color: #5DB7EB;
}
.TagClassName
{
border-color: #5DB7EB;
}
</style>