Shades of Malibu #5CACF2
Tints of Malibu #5CACF2
RGB
CMYK
RGB Variations
Color information
#5CACF2 (or 0x5CACF2) is known color: Malibu. HEX triplet: 5C, AC and F2. RGB value is (92,172,242). Sum of RGB (Red+Green+Blue) = 92+172+242=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACF2 is #A3530D. Grayscale: #9B9B9B. Windows color (decimal): -10703630 or 15903836. OLE color: 15903836.
HSL color Cylindrical-coordinate representation of color #5CACF2: hue angle of 208º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CACF2 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 172 | 242 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.05 |
| HSL | 208º | 0.85% | 0.65% | - |
| HSV(B) | 208º | 0.62% | 0.95% | - |
| XYZ | 35.19 | 38.19 | 89.52 | - |
| YUV | 156.06 | 176.5 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 242 | 0.62 | 0.29 | 0 | 0.05 | 208 | 0.85 | 0.65 |
| Hex | 5C | AC | F2 | 3E | 1D | 0 | 5 | D0 | 55 | 41 |
| Octal | 134 | 254 | 362 | 76 | 35 | 0 | 5 | 320 | 125 | 101 |
| Binary | 1011100 | 10101100 | 11110010 | 111110 | 11101 | 0 | 101 | 11010000 | 1010101 | 1000001 |
Color Harmonies of #5CACF2
Complementary color
Monochromatic Colors of #5CACF2
Black with #5CACF2
Text Example
Text Example
White with #5CACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACF2; }
p { color: rgb(92,172,242); }
H1.HeaderClassName
{
color: #5CACF2;
}
.AnyTagClassName
{
color: #5CACF2;
}
</style>
background-color css
<style>
a { background-color: #5CACF2; }
a { background-color: rgb(92,172,242); }
div.DivClassName
{
background-color: #5CACF2;
}
.BgClassName
{
background-color: #5CACF2;
}
</style>
border-color css
<style>
span { border-color: #5CACF2; }
span { border-color: rgb(92,172,242); }
td.TdClassName
{
border-color: #5CACF2;
}
.TagClassName
{
border-color: #5CACF2;
}
</style>