Shades of Malibu #5DB8EE
Tints of Malibu #5DB8EE
RGB
CMYK
RGB Variations
Color information
#5DB8EE (or 0x5DB8EE) is known color: Malibu. HEX triplet: 5D, B8 and EE. RGB value is (93,184,238). Sum of RGB (Red+Green+Blue) = 93+184+238=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DB8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB8EE is #A24711. Grayscale: #A2A2A2. Windows color (decimal): -10635026 or 15644765. OLE color: 15644765.
HSL color Cylindrical-coordinate representation of color #5DB8EE: hue angle of 202.34º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB8EE is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 184 | 238 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.07 |
| HSL | 202.34º | 0.81% | 0.65% | - |
| HSV(B) | 202.34º | 0.61% | 0.93% | - |
| XYZ | 37.09 | 42.78 | 87.19 | - |
| YUV | 162.95 | 170.35 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 238 | 0.61 | 0.23 | 0 | 0.07 | 202.34 | 0.81 | 0.65 |
| Hex | 5D | B8 | EE | 3D | 17 | 0 | 7 | CA | 51 | 41 |
| Octal | 135 | 270 | 356 | 75 | 27 | 0 | 7 | 312 | 121 | 101 |
| Binary | 1011101 | 10111000 | 11101110 | 111101 | 10111 | 0 | 111 | 11001010 | 1010001 | 1000001 |
Color Harmonies of #5DB8EE
Complementary color
Monochromatic Colors of #5DB8EE
Black with #5DB8EE
Text Example
Text Example
White with #5DB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8EE; }
p { color: rgb(93,184,238); }
H1.HeaderClassName
{
color: #5DB8EE;
}
.AnyTagClassName
{
color: #5DB8EE;
}
</style>
background-color css
<style>
a { background-color: #5DB8EE; }
a { background-color: rgb(93,184,238); }
div.DivClassName
{
background-color: #5DB8EE;
}
.BgClassName
{
background-color: #5DB8EE;
}
</style>
border-color css
<style>
span { border-color: #5DB8EE; }
span { border-color: rgb(93,184,238); }
td.TdClassName
{
border-color: #5DB8EE;
}
.TagClassName
{
border-color: #5DB8EE;
}
</style>