Shades of Malibu #5DBEDA
Tints of Malibu #5DBEDA
RGB
CMYK
RGB Variations
Color information
#5DBEDA (or 0x5DBEDA) is known color: Malibu. HEX triplet: 5D, BE and DA. RGB value is (93,190,218). Sum of RGB (Red+Green+Blue) = 93+190+218=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #5DBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBEDA is #A24125. Grayscale: #A3A3A3. Windows color (decimal): -10633510 or 14335581. OLE color: 14335581.
HSL color Cylindrical-coordinate representation of color #5DBEDA: hue angle of 193.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DBEDA is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 190 | 218 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.15 |
| HSL | 193.44º | 0.63% | 0.61% | - |
| HSV(B) | 193.44º | 0.57% | 0.85% | - |
| XYZ | 35.58 | 44.22 | 72.99 | - |
| YUV | 164.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 218 | 0.57 | 0.13 | 0 | 0.15 | 193.44 | 0.63 | 0.61 |
| Hex | 5D | BE | DA | 39 | D | 0 | F | C1 | 3F | 3D |
| Octal | 135 | 276 | 332 | 71 | 15 | 0 | 17 | 301 | 77 | 75 |
| Binary | 1011101 | 10111110 | 11011010 | 111001 | 1101 | 0 | 1111 | 11000001 | 111111 | 111101 |
Color Harmonies of #5DBEDA
Complementary color
Monochromatic Colors of #5DBEDA
Black with #5DBEDA
Text Example
Text Example
White with #5DBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEDA; }
p { color: rgb(93,190,218); }
H1.HeaderClassName
{
color: #5DBEDA;
}
.AnyTagClassName
{
color: #5DBEDA;
}
</style>
background-color css
<style>
a { background-color: #5DBEDA; }
a { background-color: rgb(93,190,218); }
div.DivClassName
{
background-color: #5DBEDA;
}
.BgClassName
{
background-color: #5DBEDA;
}
</style>
border-color css
<style>
span { border-color: #5DBEDA; }
span { border-color: rgb(93,190,218); }
td.TdClassName
{
border-color: #5DBEDA;
}
.TagClassName
{
border-color: #5DBEDA;
}
</style>