Shades of Malibu #5DBADE
Tints of Malibu #5DBADE
RGB
CMYK
RGB Variations
Color information
#5DBADE (or 0x5DBADE) is known color: Malibu. HEX triplet: 5D, BA and DE. RGB value is (93,186,222). Sum of RGB (Red+Green+Blue) = 93+186+222=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DBADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBADE is #A24521. Grayscale: #A2A2A2. Windows color (decimal): -10634530 or 14596701. OLE color: 14596701.
HSL color Cylindrical-coordinate representation of color #5DBADE: hue angle of 196.74º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBADE is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 186 | 222 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.13 |
| HSL | 196.74º | 0.66% | 0.62% | - |
| HSV(B) | 196.74º | 0.58% | 0.87% | - |
| XYZ | 35.26 | 42.72 | 75.49 | - |
| YUV | 162.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 222 | 0.58 | 0.16 | 0 | 0.13 | 196.74 | 0.66 | 0.62 |
| Hex | 5D | BA | DE | 3A | 10 | 0 | D | C5 | 42 | 3E |
| Octal | 135 | 272 | 336 | 72 | 20 | 0 | 15 | 305 | 102 | 76 |
| Binary | 1011101 | 10111010 | 11011110 | 111010 | 10000 | 0 | 1101 | 11000101 | 1000010 | 111110 |
Color Harmonies of #5DBADE
Complementary color
Monochromatic Colors of #5DBADE
Black with #5DBADE
Text Example
Text Example
White with #5DBADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBADE; }
p { color: rgb(93,186,222); }
H1.HeaderClassName
{
color: #5DBADE;
}
.AnyTagClassName
{
color: #5DBADE;
}
</style>
background-color css
<style>
a { background-color: #5DBADE; }
a { background-color: rgb(93,186,222); }
div.DivClassName
{
background-color: #5DBADE;
}
.BgClassName
{
background-color: #5DBADE;
}
</style>
border-color css
<style>
span { border-color: #5DBADE; }
span { border-color: rgb(93,186,222); }
td.TdClassName
{
border-color: #5DBADE;
}
.TagClassName
{
border-color: #5DBADE;
}
</style>