Shades of Malibu #5DBBD7
Tints of Malibu #5DBBD7
RGB
CMYK
RGB Variations
Color information
#5DBBD7 (or 0x5DBBD7) is known color: Malibu. HEX triplet: 5D, BB and D7. RGB value is (93,187,215). Sum of RGB (Red+Green+Blue) = 93+187+215=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #5DBBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBD7 is #A24428. Grayscale: #A1A1A1. Windows color (decimal): -10634281 or 14138205. OLE color: 14138205.
HSL color Cylindrical-coordinate representation of color #5DBBD7: hue angle of 193.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DBBD7 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 187 | 215 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.16 |
| HSL | 193.77º | 0.6% | 0.6% | - |
| HSV(B) | 193.77º | 0.57% | 0.84% | - |
| XYZ | 34.55 | 42.77 | 70.73 | - |
| YUV | 162.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 215 | 0.57 | 0.13 | 0 | 0.16 | 193.77 | 0.6 | 0.6 |
| Hex | 5D | BB | D7 | 39 | D | 0 | 10 | C2 | 3C | 3C |
| Octal | 135 | 273 | 327 | 71 | 15 | 0 | 20 | 302 | 74 | 74 |
| Binary | 1011101 | 10111011 | 11010111 | 111001 | 1101 | 0 | 10000 | 11000010 | 111100 | 111100 |
Color Harmonies of #5DBBD7
Complementary color
Monochromatic Colors of #5DBBD7
Black with #5DBBD7
Text Example
Text Example
White with #5DBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBD7; }
p { color: rgb(93,187,215); }
H1.HeaderClassName
{
color: #5DBBD7;
}
.AnyTagClassName
{
color: #5DBBD7;
}
</style>
background-color css
<style>
a { background-color: #5DBBD7; }
a { background-color: rgb(93,187,215); }
div.DivClassName
{
background-color: #5DBBD7;
}
.BgClassName
{
background-color: #5DBBD7;
}
</style>
border-color css
<style>
span { border-color: #5DBBD7; }
span { border-color: rgb(93,187,215); }
td.TdClassName
{
border-color: #5DBBD7;
}
.TagClassName
{
border-color: #5DBBD7;
}
</style>