Shades of Malibu #5DBDEF
Tints of Malibu #5DBDEF
RGB
CMYK
RGB Variations
Color information
#5DBDEF (or 0x5DBDEF) is known color: Malibu. HEX triplet: 5D, BD and EF. RGB value is (93,189,239). Sum of RGB (Red+Green+Blue) = 93+189+239=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBDEF is #A24210. Grayscale: #A5A5A5. Windows color (decimal): -10633745 or 15711581. OLE color: 15711581.
HSL color Cylindrical-coordinate representation of color #5DBDEF: hue angle of 200.55º 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 #5DBDEF is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 189 | 239 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.06 |
| HSL | 200.55º | 0.82% | 0.65% | - |
| HSV(B) | 200.55º | 0.61% | 0.94% | - |
| XYZ | 38.29 | 44.95 | 88.32 | - |
| YUV | 166 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 239 | 0.61 | 0.21 | 0 | 0.06 | 200.55 | 0.82 | 0.65 |
| Hex | 5D | BD | EF | 3D | 15 | 0 | 6 | C9 | 52 | 41 |
| Octal | 135 | 275 | 357 | 75 | 25 | 0 | 6 | 311 | 122 | 101 |
| Binary | 1011101 | 10111101 | 11101111 | 111101 | 10101 | 0 | 110 | 11001001 | 1010010 | 1000001 |
Color Harmonies of #5DBDEF
Complementary color
Monochromatic Colors of #5DBDEF
Black with #5DBDEF
Text Example
Text Example
White with #5DBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDEF; }
p { color: rgb(93,189,239); }
H1.HeaderClassName
{
color: #5DBDEF;
}
.AnyTagClassName
{
color: #5DBDEF;
}
</style>
background-color css
<style>
a { background-color: #5DBDEF; }
a { background-color: rgb(93,189,239); }
div.DivClassName
{
background-color: #5DBDEF;
}
.BgClassName
{
background-color: #5DBDEF;
}
</style>
border-color css
<style>
span { border-color: #5DBDEF; }
span { border-color: rgb(93,189,239); }
td.TdClassName
{
border-color: #5DBDEF;
}
.TagClassName
{
border-color: #5DBDEF;
}
</style>