Shades of Malibu #5DBEDB
Tints of Malibu #5DBEDB
RGB
CMYK
RGB Variations
Color information
#5DBEDB (or 0x5DBEDB) is known color: Malibu. HEX triplet: 5D, BE and DB. RGB value is (93,190,219). Sum of RGB (Red+Green+Blue) = 93+190+219=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBEDB is #A24124. Grayscale: #A4A4A4. Windows color (decimal): -10633509 or 14401117. OLE color: 14401117.
HSL color Cylindrical-coordinate representation of color #5DBEDB: hue angle of 193.81º 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 #5DBEDB is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 190 | 219 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.14 |
| HSL | 193.81º | 0.64% | 0.61% | - |
| HSV(B) | 193.81º | 0.58% | 0.86% | - |
| XYZ | 35.71 | 44.27 | 73.68 | - |
| YUV | 164.3 | 158.86 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 219 | 0.58 | 0.13 | 0 | 0.14 | 193.81 | 0.64 | 0.61 |
| Hex | 5D | BE | DB | 3A | D | 0 | E | C2 | 40 | 3D |
| Octal | 135 | 276 | 333 | 72 | 15 | 0 | 16 | 302 | 100 | 75 |
| Binary | 1011101 | 10111110 | 11011011 | 111010 | 1101 | 0 | 1110 | 11000010 | 1000000 | 111101 |
Color Harmonies of #5DBEDB
Complementary color
Monochromatic Colors of #5DBEDB
Black with #5DBEDB
Text Example
Text Example
White with #5DBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEDB; }
p { color: rgb(93,190,219); }
H1.HeaderClassName
{
color: #5DBEDB;
}
.AnyTagClassName
{
color: #5DBEDB;
}
</style>
background-color css
<style>
a { background-color: #5DBEDB; }
a { background-color: rgb(93,190,219); }
div.DivClassName
{
background-color: #5DBEDB;
}
.BgClassName
{
background-color: #5DBEDB;
}
</style>
border-color css
<style>
span { border-color: #5DBEDB; }
span { border-color: rgb(93,190,219); }
td.TdClassName
{
border-color: #5DBEDB;
}
.TagClassName
{
border-color: #5DBEDB;
}
</style>