Shades of Malibu #5DBBDB
Tints of Malibu #5DBBDB
RGB
CMYK
RGB Variations
Color information
#5DBBDB (or 0x5DBBDB) is known color: Malibu. HEX triplet: 5D, BB and DB. RGB value is (93,187,219). Sum of RGB (Red+Green+Blue) = 93+187+219=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBDB is #A24424. Grayscale: #A2A2A2. Windows color (decimal): -10634277 or 14400349. OLE color: 14400349.
HSL color Cylindrical-coordinate representation of color #5DBBDB: hue angle of 195.24º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBBDB is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 187 | 219 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.14 |
| HSL | 195.24º | 0.64% | 0.61% | - |
| HSV(B) | 195.24º | 0.58% | 0.86% | - |
| XYZ | 35.07 | 42.98 | 73.47 | - |
| YUV | 162.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 219 | 0.58 | 0.15 | 0 | 0.14 | 195.24 | 0.64 | 0.61 |
| Hex | 5D | BB | DB | 3A | F | 0 | E | C3 | 40 | 3D |
| Octal | 135 | 273 | 333 | 72 | 17 | 0 | 16 | 303 | 100 | 75 |
| Binary | 1011101 | 10111011 | 11011011 | 111010 | 1111 | 0 | 1110 | 11000011 | 1000000 | 111101 |
Color Harmonies of #5DBBDB
Complementary color
Monochromatic Colors of #5DBBDB
Black with #5DBBDB
Text Example
Text Example
White with #5DBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBDB; }
p { color: rgb(93,187,219); }
H1.HeaderClassName
{
color: #5DBBDB;
}
.AnyTagClassName
{
color: #5DBBDB;
}
</style>
background-color css
<style>
a { background-color: #5DBBDB; }
a { background-color: rgb(93,187,219); }
div.DivClassName
{
background-color: #5DBBDB;
}
.BgClassName
{
background-color: #5DBBDB;
}
</style>
border-color css
<style>
span { border-color: #5DBBDB; }
span { border-color: rgb(93,187,219); }
td.TdClassName
{
border-color: #5DBBDB;
}
.TagClassName
{
border-color: #5DBBDB;
}
</style>