Shades of Malibu #5DB8EF
Tints of Malibu #5DB8EF
RGB
CMYK
RGB Variations
Color information
#5DB8EF (or 0x5DB8EF) is known color: Malibu. HEX triplet: 5D, B8 and EF. RGB value is (93,184,239). Sum of RGB (Red+Green+Blue) = 93+184+239=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DB8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB8EF is #A24710. Grayscale: #A2A2A2. Windows color (decimal): -10635025 or 15710301. OLE color: 15710301.
HSL color Cylindrical-coordinate representation of color #5DB8EF: hue angle of 202.6º 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 #5DB8EF is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 184 | 239 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.06 |
| HSL | 202.6º | 0.82% | 0.65% | - |
| HSV(B) | 202.6º | 0.61% | 0.94% | - |
| XYZ | 37.23 | 42.84 | 87.97 | - |
| YUV | 163.06 | 170.85 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 239 | 0.61 | 0.23 | 0 | 0.06 | 202.6 | 0.82 | 0.65 |
| Hex | 5D | B8 | EF | 3D | 17 | 0 | 6 | CB | 52 | 41 |
| Octal | 135 | 270 | 357 | 75 | 27 | 0 | 6 | 313 | 122 | 101 |
| Binary | 1011101 | 10111000 | 11101111 | 111101 | 10111 | 0 | 110 | 11001011 | 1010010 | 1000001 |
Color Harmonies of #5DB8EF
Complementary color
Monochromatic Colors of #5DB8EF
Black with #5DB8EF
Text Example
Text Example
White with #5DB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8EF; }
p { color: rgb(93,184,239); }
H1.HeaderClassName
{
color: #5DB8EF;
}
.AnyTagClassName
{
color: #5DB8EF;
}
</style>
background-color css
<style>
a { background-color: #5DB8EF; }
a { background-color: rgb(93,184,239); }
div.DivClassName
{
background-color: #5DB8EF;
}
.BgClassName
{
background-color: #5DB8EF;
}
</style>
border-color css
<style>
span { border-color: #5DB8EF; }
span { border-color: rgb(93,184,239); }
td.TdClassName
{
border-color: #5DB8EF;
}
.TagClassName
{
border-color: #5DB8EF;
}
</style>