Shades of Malibu #5DB2EE
Tints of Malibu #5DB2EE
RGB
CMYK
RGB Variations
Color information
#5DB2EE (or 0x5DB2EE) is known color: Malibu. HEX triplet: 5D, B2 and EE. RGB value is (93,178,238). Sum of RGB (Red+Green+Blue) = 93+178+238=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DB2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB2EE is #A24D11. Grayscale: #9F9F9F. Windows color (decimal): -10636562 or 15643229. OLE color: 15643229.
HSL color Cylindrical-coordinate representation of color #5DB2EE: hue angle of 204.83º 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 #5DB2EE is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 178 | 238 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.07 |
| HSL | 204.83º | 0.81% | 0.65% | - |
| HSV(B) | 204.83º | 0.61% | 0.93% | - |
| XYZ | 35.87 | 40.34 | 86.79 | - |
| YUV | 159.43 | 172.34 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 238 | 0.61 | 0.25 | 0 | 0.07 | 204.83 | 0.81 | 0.65 |
| Hex | 5D | B2 | EE | 3D | 19 | 0 | 7 | CD | 51 | 41 |
| Octal | 135 | 262 | 356 | 75 | 31 | 0 | 7 | 315 | 121 | 101 |
| Binary | 1011101 | 10110010 | 11101110 | 111101 | 11001 | 0 | 111 | 11001101 | 1010001 | 1000001 |
Color Harmonies of #5DB2EE
Complementary color
Monochromatic Colors of #5DB2EE
Black with #5DB2EE
Text Example
Text Example
White with #5DB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2EE; }
p { color: rgb(93,178,238); }
H1.HeaderClassName
{
color: #5DB2EE;
}
.AnyTagClassName
{
color: #5DB2EE;
}
</style>
background-color css
<style>
a { background-color: #5DB2EE; }
a { background-color: rgb(93,178,238); }
div.DivClassName
{
background-color: #5DB2EE;
}
.BgClassName
{
background-color: #5DB2EE;
}
</style>
border-color css
<style>
span { border-color: #5DB2EE; }
span { border-color: rgb(93,178,238); }
td.TdClassName
{
border-color: #5DB2EE;
}
.TagClassName
{
border-color: #5DB2EE;
}
</style>