Shades of Malibu #5CBDEC
Tints of Malibu #5CBDEC
RGB
CMYK
RGB Variations
Color information
#5CBDEC (or 0x5CBDEC) is known color: Malibu. HEX triplet: 5C, BD and EC. RGB value is (92,189,236). Sum of RGB (Red+Green+Blue) = 92+189+236=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CBDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBDEC is #A34213. Grayscale: #A5A5A5. Windows color (decimal): -10699284 or 15514972. OLE color: 15514972.
HSL color Cylindrical-coordinate representation of color #5CBDEC: hue angle of 199.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CBDEC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 189 | 236 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.07 |
| HSL | 199.58º | 0.79% | 0.64% | - |
| HSV(B) | 199.58º | 0.61% | 0.93% | - |
| XYZ | 37.75 | 44.73 | 86 | - |
| YUV | 165.36 | 167.86 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 236 | 0.61 | 0.20 | 0 | 0.07 | 199.58 | 0.79 | 0.64 |
| Hex | 5C | BD | EC | 3D | 14 | 0 | 7 | C8 | 4F | 40 |
| Octal | 134 | 275 | 354 | 75 | 24 | 0 | 7 | 310 | 117 | 100 |
| Binary | 1011100 | 10111101 | 11101100 | 111101 | 10100 | 0 | 111 | 11001000 | 1001111 | 1000000 |
Color Harmonies of #5CBDEC
Complementary color
Monochromatic Colors of #5CBDEC
Black with #5CBDEC
Text Example
Text Example
White with #5CBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBDEC; }
p { color: rgb(92,189,236); }
H1.HeaderClassName
{
color: #5CBDEC;
}
.AnyTagClassName
{
color: #5CBDEC;
}
</style>
background-color css
<style>
a { background-color: #5CBDEC; }
a { background-color: rgb(92,189,236); }
div.DivClassName
{
background-color: #5CBDEC;
}
.BgClassName
{
background-color: #5CBDEC;
}
</style>
border-color css
<style>
span { border-color: #5CBDEC; }
span { border-color: rgb(92,189,236); }
td.TdClassName
{
border-color: #5CBDEC;
}
.TagClassName
{
border-color: #5CBDEC;
}
</style>