Shades of Malibu #5DC9EB
Tints of Malibu #5DC9EB
RGB
CMYK
RGB Variations
Color information
#5DC9EB (or 0x5DC9EB) is known color: Malibu. HEX triplet: 5D, C9 and EB. RGB value is (93,201,235). Sum of RGB (Red+Green+Blue) = 93+201+235=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DC9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC9EB is #A23614. Grayscale: #ACACAC. Windows color (decimal): -10630677 or 15452509. OLE color: 15452509.
HSL color Cylindrical-coordinate representation of color #5DC9EB: hue angle of 194.37º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC9EB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 201 | 235 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.08 |
| HSL | 194.37º | 0.78% | 0.64% | - |
| HSV(B) | 194.37º | 0.6% | 0.92% | - |
| XYZ | 40.4 | 50.1 | 86.14 | - |
| YUV | 172.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 235 | 0.60 | 0.14 | 0 | 0.08 | 194.37 | 0.78 | 0.64 |
| Hex | 5D | C9 | EB | 3C | E | 0 | 8 | C2 | 4E | 40 |
| Octal | 135 | 311 | 353 | 74 | 16 | 0 | 10 | 302 | 116 | 100 |
| Binary | 1011101 | 11001001 | 11101011 | 111100 | 1110 | 0 | 1000 | 11000010 | 1001110 | 1000000 |
Color Harmonies of #5DC9EB
Complementary color
Monochromatic Colors of #5DC9EB
Black with #5DC9EB
Text Example
Text Example
White with #5DC9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC9EB; }
p { color: rgb(93,201,235); }
H1.HeaderClassName
{
color: #5DC9EB;
}
.AnyTagClassName
{
color: #5DC9EB;
}
</style>
background-color css
<style>
a { background-color: #5DC9EB; }
a { background-color: rgb(93,201,235); }
div.DivClassName
{
background-color: #5DC9EB;
}
.BgClassName
{
background-color: #5DC9EB;
}
</style>
border-color css
<style>
span { border-color: #5DC9EB; }
span { border-color: rgb(93,201,235); }
td.TdClassName
{
border-color: #5DC9EB;
}
.TagClassName
{
border-color: #5DC9EB;
}
</style>