Shades of Malibu #5DBBDD
Tints of Malibu #5DBBDD
RGB
CMYK
RGB Variations
Color information
#5DBBDD (or 0x5DBBDD) is known color: Malibu. HEX triplet: 5D, BB and DD. RGB value is (93,187,221). Sum of RGB (Red+Green+Blue) = 93+187+221=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBDD is #A24422. Grayscale: #A2A2A2. Windows color (decimal): -10634275 or 14531421. OLE color: 14531421.
HSL color Cylindrical-coordinate representation of color #5DBBDD: hue angle of 195.94º degrees, saturation: 0.65, 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 #5DBBDD is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 187 | 221 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.13 |
| HSL | 195.94º | 0.65% | 0.62% | - |
| HSV(B) | 195.94º | 0.58% | 0.87% | - |
| XYZ | 35.34 | 43.09 | 74.86 | - |
| YUV | 162.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 221 | 0.58 | 0.15 | 0 | 0.13 | 195.94 | 0.65 | 0.62 |
| Hex | 5D | BB | DD | 3A | F | 0 | D | C4 | 41 | 3E |
| Octal | 135 | 273 | 335 | 72 | 17 | 0 | 15 | 304 | 101 | 76 |
| Binary | 1011101 | 10111011 | 11011101 | 111010 | 1111 | 0 | 1101 | 11000100 | 1000001 | 111110 |
Color Harmonies of #5DBBDD
Complementary color
Monochromatic Colors of #5DBBDD
Black with #5DBBDD
Text Example
Text Example
White with #5DBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBDD; }
p { color: rgb(93,187,221); }
H1.HeaderClassName
{
color: #5DBBDD;
}
.AnyTagClassName
{
color: #5DBBDD;
}
</style>
background-color css
<style>
a { background-color: #5DBBDD; }
a { background-color: rgb(93,187,221); }
div.DivClassName
{
background-color: #5DBBDD;
}
.BgClassName
{
background-color: #5DBBDD;
}
</style>
border-color css
<style>
span { border-color: #5DBBDD; }
span { border-color: rgb(93,187,221); }
td.TdClassName
{
border-color: #5DBBDD;
}
.TagClassName
{
border-color: #5DBBDD;
}
</style>