Shades of Malibu #5CAEEA
Tints of Malibu #5CAEEA
RGB
CMYK
RGB Variations
Color information
#5CAEEA (or 0x5CAEEA) is known color: Malibu. HEX triplet: 5C, AE and EA. RGB value is (92,174,234). Sum of RGB (Red+Green+Blue) = 92+174+234=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAEEA is #A35115. Grayscale: #9C9C9C. Windows color (decimal): -10703126 or 15380060. OLE color: 15380060.
HSL color Cylindrical-coordinate representation of color #5CAEEA: hue angle of 205.35º degrees, saturation: 0.77, 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 #5CAEEA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 174 | 234 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.08 |
| HSL | 205.35º | 0.77% | 0.64% | - |
| HSV(B) | 205.35º | 0.61% | 0.92% | - |
| XYZ | 34.4 | 38.49 | 83.46 | - |
| YUV | 156.32 | 171.83 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 234 | 0.61 | 0.26 | 0 | 0.08 | 205.35 | 0.77 | 0.64 |
| Hex | 5C | AE | EA | 3D | 1A | 0 | 8 | CD | 4D | 40 |
| Octal | 134 | 256 | 352 | 75 | 32 | 0 | 10 | 315 | 115 | 100 |
| Binary | 1011100 | 10101110 | 11101010 | 111101 | 11010 | 0 | 1000 | 11001101 | 1001101 | 1000000 |
Color Harmonies of #5CAEEA
Complementary color
Monochromatic Colors of #5CAEEA
Black with #5CAEEA
Text Example
Text Example
White with #5CAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAEEA; }
p { color: rgb(92,174,234); }
H1.HeaderClassName
{
color: #5CAEEA;
}
.AnyTagClassName
{
color: #5CAEEA;
}
</style>
background-color css
<style>
a { background-color: #5CAEEA; }
a { background-color: rgb(92,174,234); }
div.DivClassName
{
background-color: #5CAEEA;
}
.BgClassName
{
background-color: #5CAEEA;
}
</style>
border-color css
<style>
span { border-color: #5CAEEA; }
span { border-color: rgb(92,174,234); }
td.TdClassName
{
border-color: #5CAEEA;
}
.TagClassName
{
border-color: #5CAEEA;
}
</style>