Shades of Malibu #5DBEEC
Tints of Malibu #5DBEEC
RGB
CMYK
RGB Variations
Color information
#5DBEEC (or 0x5DBEEC) is known color: Malibu. HEX triplet: 5D, BE and EC. RGB value is (93,190,236). Sum of RGB (Red+Green+Blue) = 93+190+236=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DBEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEEC is #A24113. Grayscale: #A5A5A5. Windows color (decimal): -10633492 or 15515229. OLE color: 15515229.
HSL color Cylindrical-coordinate representation of color #5DBEEC: hue angle of 199.3º degrees, saturation: 0.79, 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 #5DBEEC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 190 | 236 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.07 |
| HSL | 199.3º | 0.79% | 0.65% | - |
| HSV(B) | 199.3º | 0.61% | 0.93% | - |
| XYZ | 38.07 | 45.21 | 86.08 | - |
| YUV | 166.24 | 167.36 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 236 | 0.61 | 0.19 | 0 | 0.07 | 199.3 | 0.79 | 0.65 |
| Hex | 5D | BE | EC | 3D | 13 | 0 | 7 | C7 | 4F | 41 |
| Octal | 135 | 276 | 354 | 75 | 23 | 0 | 7 | 307 | 117 | 101 |
| Binary | 1011101 | 10111110 | 11101100 | 111101 | 10011 | 0 | 111 | 11000111 | 1001111 | 1000001 |
Color Harmonies of #5DBEEC
Complementary color
Monochromatic Colors of #5DBEEC
Black with #5DBEEC
Text Example
Text Example
White with #5DBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEEC; }
p { color: rgb(93,190,236); }
H1.HeaderClassName
{
color: #5DBEEC;
}
.AnyTagClassName
{
color: #5DBEEC;
}
</style>
background-color css
<style>
a { background-color: #5DBEEC; }
a { background-color: rgb(93,190,236); }
div.DivClassName
{
background-color: #5DBEEC;
}
.BgClassName
{
background-color: #5DBEEC;
}
</style>
border-color css
<style>
span { border-color: #5DBEEC; }
span { border-color: rgb(93,190,236); }
td.TdClassName
{
border-color: #5DBEEC;
}
.TagClassName
{
border-color: #5DBEEC;
}
</style>