Shades of Malibu #5AC5EE
Tints of Malibu #5AC5EE
RGB
CMYK
RGB Variations
Color information
#5AC5EE (or 0x5AC5EE) is known color: Malibu. HEX triplet: 5A, C5 and EE. RGB value is (90,197,238). Sum of RGB (Red+Green+Blue) = 90+197+238=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AC5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC5EE is #A53A11. Grayscale: #A9A9A9. Windows color (decimal): -10828306 or 15648090. OLE color: 15648090.
HSL color Cylindrical-coordinate representation of color #5AC5EE: hue angle of 196.62º degrees, saturation: 0.81, 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 #5AC5EE is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 197 | 238 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.07 |
| HSL | 196.62º | 0.81% | 0.64% | - |
| HSV(B) | 196.62º | 0.62% | 0.93% | - |
| XYZ | 39.62 | 48.28 | 88.12 | - |
| YUV | 169.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 238 | 0.62 | 0.17 | 0 | 0.07 | 196.62 | 0.81 | 0.64 |
| Hex | 5A | C5 | EE | 3E | 11 | 0 | 7 | C5 | 51 | 40 |
| Octal | 132 | 305 | 356 | 76 | 21 | 0 | 7 | 305 | 121 | 100 |
| Binary | 1011010 | 11000101 | 11101110 | 111110 | 10001 | 0 | 111 | 11000101 | 1010001 | 1000000 |
Color Harmonies of #5AC5EE
Complementary color
Monochromatic Colors of #5AC5EE
Black with #5AC5EE
Text Example
Text Example
White with #5AC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC5EE; }
p { color: rgb(90,197,238); }
H1.HeaderClassName
{
color: #5AC5EE;
}
.AnyTagClassName
{
color: #5AC5EE;
}
</style>
background-color css
<style>
a { background-color: #5AC5EE; }
a { background-color: rgb(90,197,238); }
div.DivClassName
{
background-color: #5AC5EE;
}
.BgClassName
{
background-color: #5AC5EE;
}
</style>
border-color css
<style>
span { border-color: #5AC5EE; }
span { border-color: rgb(90,197,238); }
td.TdClassName
{
border-color: #5AC5EE;
}
.TagClassName
{
border-color: #5AC5EE;
}
</style>