Shades of Malibu #5CBAEB
Tints of Malibu #5CBAEB
RGB
CMYK
RGB Variations
Color information
#5CBAEB (or 0x5CBAEB) is known color: Malibu. HEX triplet: 5C, BA and EB. RGB value is (92,186,235). Sum of RGB (Red+Green+Blue) = 92+186+235=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAEB is #A34514. Grayscale: #A3A3A3. Windows color (decimal): -10700053 or 15448668. OLE color: 15448668.
HSL color Cylindrical-coordinate representation of color #5CBAEB: hue angle of 200.56º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CBAEB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 186 | 235 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.08 |
| HSL | 200.56º | 0.78% | 0.64% | - |
| HSV(B) | 200.56º | 0.61% | 0.92% | - |
| XYZ | 36.97 | 43.39 | 85.02 | - |
| YUV | 163.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 235 | 0.61 | 0.21 | 0 | 0.08 | 200.56 | 0.78 | 0.64 |
| Hex | 5C | BA | EB | 3D | 15 | 0 | 8 | C9 | 4E | 40 |
| Octal | 134 | 272 | 353 | 75 | 25 | 0 | 10 | 311 | 116 | 100 |
| Binary | 1011100 | 10111010 | 11101011 | 111101 | 10101 | 0 | 1000 | 11001001 | 1001110 | 1000000 |
Color Harmonies of #5CBAEB
Complementary color
Monochromatic Colors of #5CBAEB
Black with #5CBAEB
Text Example
Text Example
White with #5CBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBAEB; }
p { color: rgb(92,186,235); }
H1.HeaderClassName
{
color: #5CBAEB;
}
.AnyTagClassName
{
color: #5CBAEB;
}
</style>
background-color css
<style>
a { background-color: #5CBAEB; }
a { background-color: rgb(92,186,235); }
div.DivClassName
{
background-color: #5CBAEB;
}
.BgClassName
{
background-color: #5CBAEB;
}
</style>
border-color css
<style>
span { border-color: #5CBAEB; }
span { border-color: rgb(92,186,235); }
td.TdClassName
{
border-color: #5CBAEB;
}
.TagClassName
{
border-color: #5CBAEB;
}
</style>