Shades of Malibu #5AC1EC
Tints of Malibu #5AC1EC
RGB
CMYK
RGB Variations
Color information
#5AC1EC (or 0x5AC1EC) is known color: Malibu. HEX triplet: 5A, C1 and EC. RGB value is (90,193,236). Sum of RGB (Red+Green+Blue) = 90+193+236=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AC1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC1EC is #A53E13. Grayscale: #A6A6A6. Windows color (decimal): -10829332 or 15515994. OLE color: 15515994.
HSL color Cylindrical-coordinate representation of color #5AC1EC: hue angle of 197.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AC1EC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 193 | 236 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.07 |
| HSL | 197.67º | 0.79% | 0.64% | - |
| HSV(B) | 197.67º | 0.62% | 0.93% | - |
| XYZ | 38.43 | 46.37 | 86.28 | - |
| YUV | 167.11 | 166.88 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 236 | 0.62 | 0.18 | 0 | 0.07 | 197.67 | 0.79 | 0.64 |
| Hex | 5A | C1 | EC | 3E | 12 | 0 | 7 | C6 | 4F | 40 |
| Octal | 132 | 301 | 354 | 76 | 22 | 0 | 7 | 306 | 117 | 100 |
| Binary | 1011010 | 11000001 | 11101100 | 111110 | 10010 | 0 | 111 | 11000110 | 1001111 | 1000000 |
Color Harmonies of #5AC1EC
Complementary color
Monochromatic Colors of #5AC1EC
Black with #5AC1EC
Text Example
Text Example
White with #5AC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC1EC; }
p { color: rgb(90,193,236); }
H1.HeaderClassName
{
color: #5AC1EC;
}
.AnyTagClassName
{
color: #5AC1EC;
}
</style>
background-color css
<style>
a { background-color: #5AC1EC; }
a { background-color: rgb(90,193,236); }
div.DivClassName
{
background-color: #5AC1EC;
}
.BgClassName
{
background-color: #5AC1EC;
}
</style>
border-color css
<style>
span { border-color: #5AC1EC; }
span { border-color: rgb(90,193,236); }
td.TdClassName
{
border-color: #5AC1EC;
}
.TagClassName
{
border-color: #5AC1EC;
}
</style>