Shades of Malibu #5DB2ED
Tints of Malibu #5DB2ED
RGB
CMYK
RGB Variations
Color information
#5DB2ED (or 0x5DB2ED) is known color: Malibu. HEX triplet: 5D, B2 and ED. RGB value is (93,178,237). Sum of RGB (Red+Green+Blue) = 93+178+237=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DB2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB2ED is #A24D12. Grayscale: #9E9E9E. Windows color (decimal): -10636563 or 15577693. OLE color: 15577693.
HSL color Cylindrical-coordinate representation of color #5DB2ED: hue angle of 204.58º degrees, saturation: 0.8, 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 #5DB2ED is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 178 | 237 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.07 |
| HSL | 204.58º | 0.8% | 0.65% | - |
| HSV(B) | 204.58º | 0.61% | 0.93% | - |
| XYZ | 35.72 | 40.28 | 86.01 | - |
| YUV | 159.31 | 171.84 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 237 | 0.61 | 0.25 | 0 | 0.07 | 204.58 | 0.8 | 0.65 |
| Hex | 5D | B2 | ED | 3D | 19 | 0 | 7 | CD | 50 | 41 |
| Octal | 135 | 262 | 355 | 75 | 31 | 0 | 7 | 315 | 120 | 101 |
| Binary | 1011101 | 10110010 | 11101101 | 111101 | 11001 | 0 | 111 | 11001101 | 1010000 | 1000001 |
Color Harmonies of #5DB2ED
Complementary color
Monochromatic Colors of #5DB2ED
Black with #5DB2ED
Text Example
Text Example
White with #5DB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2ED; }
p { color: rgb(93,178,237); }
H1.HeaderClassName
{
color: #5DB2ED;
}
.AnyTagClassName
{
color: #5DB2ED;
}
</style>
background-color css
<style>
a { background-color: #5DB2ED; }
a { background-color: rgb(93,178,237); }
div.DivClassName
{
background-color: #5DB2ED;
}
.BgClassName
{
background-color: #5DB2ED;
}
</style>
border-color css
<style>
span { border-color: #5DB2ED; }
span { border-color: rgb(93,178,237); }
td.TdClassName
{
border-color: #5DB2ED;
}
.TagClassName
{
border-color: #5DB2ED;
}
</style>