Shades of Malibu #5DB7EF
Tints of Malibu #5DB7EF
RGB
CMYK
RGB Variations
Color information
#5DB7EF (or 0x5DB7EF) is known color: Malibu. HEX triplet: 5D, B7 and EF. RGB value is (93,183,239). Sum of RGB (Red+Green+Blue) = 93+183+239=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DB7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB7EF is #A24810. Grayscale: #A2A2A2. Windows color (decimal): -10635281 or 15710045. OLE color: 15710045.
HSL color Cylindrical-coordinate representation of color #5DB7EF: hue angle of 203.01º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB7EF is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 183 | 239 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.06 |
| HSL | 203.01º | 0.82% | 0.65% | - |
| HSV(B) | 203.01º | 0.61% | 0.94% | - |
| XYZ | 37.03 | 42.43 | 87.9 | - |
| YUV | 162.47 | 171.18 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 239 | 0.61 | 0.23 | 0 | 0.06 | 203.01 | 0.82 | 0.65 |
| Hex | 5D | B7 | EF | 3D | 17 | 0 | 6 | CB | 52 | 41 |
| Octal | 135 | 267 | 357 | 75 | 27 | 0 | 6 | 313 | 122 | 101 |
| Binary | 1011101 | 10110111 | 11101111 | 111101 | 10111 | 0 | 110 | 11001011 | 1010010 | 1000001 |
Color Harmonies of #5DB7EF
Complementary color
Monochromatic Colors of #5DB7EF
Black with #5DB7EF
Text Example
Text Example
White with #5DB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB7EF; }
p { color: rgb(93,183,239); }
H1.HeaderClassName
{
color: #5DB7EF;
}
.AnyTagClassName
{
color: #5DB7EF;
}
</style>
background-color css
<style>
a { background-color: #5DB7EF; }
a { background-color: rgb(93,183,239); }
div.DivClassName
{
background-color: #5DB7EF;
}
.BgClassName
{
background-color: #5DB7EF;
}
</style>
border-color css
<style>
span { border-color: #5DB7EF; }
span { border-color: rgb(93,183,239); }
td.TdClassName
{
border-color: #5DB7EF;
}
.TagClassName
{
border-color: #5DB7EF;
}
</style>