Shades of Malibu #5CACEF
Tints of Malibu #5CACEF
RGB
CMYK
RGB Variations
Color information
#5CACEF (or 0x5CACEF) is known color: Malibu. HEX triplet: 5C, AC and EF. RGB value is (92,172,239). Sum of RGB (Red+Green+Blue) = 92+172+239=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACEF is #A35310. Grayscale: #9B9B9B. Windows color (decimal): -10703633 or 15707228. OLE color: 15707228.
HSL color Cylindrical-coordinate representation of color #5CACEF: hue angle of 207.35º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CACEF is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 172 | 239 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.06 |
| HSL | 207.35º | 0.82% | 0.65% | - |
| HSV(B) | 207.35º | 0.62% | 0.94% | - |
| XYZ | 34.75 | 38.01 | 87.17 | - |
| YUV | 155.72 | 175 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 239 | 0.62 | 0.28 | 0 | 0.06 | 207.35 | 0.82 | 0.65 |
| Hex | 5C | AC | EF | 3E | 1C | 0 | 6 | CF | 52 | 41 |
| Octal | 134 | 254 | 357 | 76 | 34 | 0 | 6 | 317 | 122 | 101 |
| Binary | 1011100 | 10101100 | 11101111 | 111110 | 11100 | 0 | 110 | 11001111 | 1010010 | 1000001 |
Color Harmonies of #5CACEF
Complementary color
Monochromatic Colors of #5CACEF
Black with #5CACEF
Text Example
Text Example
White with #5CACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACEF; }
p { color: rgb(92,172,239); }
H1.HeaderClassName
{
color: #5CACEF;
}
.AnyTagClassName
{
color: #5CACEF;
}
</style>
background-color css
<style>
a { background-color: #5CACEF; }
a { background-color: rgb(92,172,239); }
div.DivClassName
{
background-color: #5CACEF;
}
.BgClassName
{
background-color: #5CACEF;
}
</style>
border-color css
<style>
span { border-color: #5CACEF; }
span { border-color: rgb(92,172,239); }
td.TdClassName
{
border-color: #5CACEF;
}
.TagClassName
{
border-color: #5CACEF;
}
</style>