Shades of Malibu #5DBBED
Tints of Malibu #5DBBED
RGB
CMYK
RGB Variations
Color information
#5DBBED (or 0x5DBBED) is known color: Malibu. HEX triplet: 5D, BB and ED. RGB value is (93,187,237). Sum of RGB (Red+Green+Blue) = 93+187+237=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DBBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBBED is #A24412. Grayscale: #A4A4A4. Windows color (decimal): -10634259 or 15579997. OLE color: 15579997.
HSL color Cylindrical-coordinate representation of color #5DBBED: hue angle of 200.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBBED is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 187 | 237 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.07 |
| HSL | 200.83º | 0.8% | 0.65% | - |
| HSV(B) | 200.83º | 0.61% | 0.93% | - |
| XYZ | 37.57 | 43.98 | 86.63 | - |
| YUV | 164.59 | 168.86 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 237 | 0.61 | 0.21 | 0 | 0.07 | 200.83 | 0.8 | 0.65 |
| Hex | 5D | BB | ED | 3D | 15 | 0 | 7 | C9 | 50 | 41 |
| Octal | 135 | 273 | 355 | 75 | 25 | 0 | 7 | 311 | 120 | 101 |
| Binary | 1011101 | 10111011 | 11101101 | 111101 | 10101 | 0 | 111 | 11001001 | 1010000 | 1000001 |
Color Harmonies of #5DBBED
Complementary color
Monochromatic Colors of #5DBBED
Black with #5DBBED
Text Example
Text Example
White with #5DBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBED; }
p { color: rgb(93,187,237); }
H1.HeaderClassName
{
color: #5DBBED;
}
.AnyTagClassName
{
color: #5DBBED;
}
</style>
background-color css
<style>
a { background-color: #5DBBED; }
a { background-color: rgb(93,187,237); }
div.DivClassName
{
background-color: #5DBBED;
}
.BgClassName
{
background-color: #5DBBED;
}
</style>
border-color css
<style>
span { border-color: #5DBBED; }
span { border-color: rgb(93,187,237); }
td.TdClassName
{
border-color: #5DBBED;
}
.TagClassName
{
border-color: #5DBBED;
}
</style>