Shades of Malibu #5DBCEB
Tints of Malibu #5DBCEB
RGB
CMYK
RGB Variations
Color information
#5DBCEB (or 0x5DBCEB) is known color: Malibu. HEX triplet: 5D, BC and EB. RGB value is (93,188,235). Sum of RGB (Red+Green+Blue) = 93+188+235=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DBCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCEB is #A24314. Grayscale: #A4A4A4. Windows color (decimal): -10634005 or 15449181. OLE color: 15449181.
HSL color Cylindrical-coordinate representation of color #5DBCEB: hue angle of 199.86º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBCEB is Cyan = 0.60, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 188 | 235 | - |
| CMYK | 0.60 | 0.2 | 0 | 0.08 |
| HSL | 199.86º | 0.78% | 0.64% | - |
| HSV(B) | 199.86º | 0.6% | 0.92% | - |
| XYZ | 37.49 | 44.29 | 85.17 | - |
| YUV | 164.95 | 167.53 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 235 | 0.60 | 0.2 | 0 | 0.08 | 199.86 | 0.78 | 0.64 |
| Hex | 5D | BC | EB | 3C | 14 | 0 | 8 | C8 | 4E | 40 |
| Octal | 135 | 274 | 353 | 74 | 24 | 0 | 10 | 310 | 116 | 100 |
| Binary | 1011101 | 10111100 | 11101011 | 111100 | 10100 | 0 | 1000 | 11001000 | 1001110 | 1000000 |
Color Harmonies of #5DBCEB
Complementary color
Monochromatic Colors of #5DBCEB
Black with #5DBCEB
Text Example
Text Example
White with #5DBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCEB; }
p { color: rgb(93,188,235); }
H1.HeaderClassName
{
color: #5DBCEB;
}
.AnyTagClassName
{
color: #5DBCEB;
}
</style>
background-color css
<style>
a { background-color: #5DBCEB; }
a { background-color: rgb(93,188,235); }
div.DivClassName
{
background-color: #5DBCEB;
}
.BgClassName
{
background-color: #5DBCEB;
}
</style>
border-color css
<style>
span { border-color: #5DBCEB; }
span { border-color: rgb(93,188,235); }
td.TdClassName
{
border-color: #5DBCEB;
}
.TagClassName
{
border-color: #5DBCEB;
}
</style>