Shades of Malibu #5DBFEC
Tints of Malibu #5DBFEC
RGB
CMYK
RGB Variations
Color information
#5DBFEC (or 0x5DBFEC) is known color: Malibu. HEX triplet: 5D, BF and EC. RGB value is (93,191,236). Sum of RGB (Red+Green+Blue) = 93+191+236=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DBFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFEC is #A24013. Grayscale: #A6A6A6. Windows color (decimal): -10633236 or 15515485. OLE color: 15515485.
HSL color Cylindrical-coordinate representation of color #5DBFEC: hue angle of 198.88º 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 #5DBFEC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 191 | 236 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.07 |
| HSL | 198.88º | 0.79% | 0.65% | - |
| HSV(B) | 198.88º | 0.61% | 0.93% | - |
| XYZ | 38.29 | 45.64 | 86.15 | - |
| YUV | 166.83 | 167.03 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 236 | 0.61 | 0.19 | 0 | 0.07 | 198.88 | 0.79 | 0.65 |
| Hex | 5D | BF | EC | 3D | 13 | 0 | 7 | C7 | 4F | 41 |
| Octal | 135 | 277 | 354 | 75 | 23 | 0 | 7 | 307 | 117 | 101 |
| Binary | 1011101 | 10111111 | 11101100 | 111101 | 10011 | 0 | 111 | 11000111 | 1001111 | 1000001 |
Color Harmonies of #5DBFEC
Complementary color
Monochromatic Colors of #5DBFEC
Black with #5DBFEC
Text Example
Text Example
White with #5DBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFEC; }
p { color: rgb(93,191,236); }
H1.HeaderClassName
{
color: #5DBFEC;
}
.AnyTagClassName
{
color: #5DBFEC;
}
</style>
background-color css
<style>
a { background-color: #5DBFEC; }
a { background-color: rgb(93,191,236); }
div.DivClassName
{
background-color: #5DBFEC;
}
.BgClassName
{
background-color: #5DBFEC;
}
</style>
border-color css
<style>
span { border-color: #5DBFEC; }
span { border-color: rgb(93,191,236); }
td.TdClassName
{
border-color: #5DBFEC;
}
.TagClassName
{
border-color: #5DBFEC;
}
</style>