Shades of Malibu #61AAE5
Tints of Malibu #61AAE5
RGB
CMYK
RGB Variations
Color information
#61AAE5 (or 0x61AAE5) is known color: Malibu. HEX triplet: 61, AA and E5. RGB value is (97,170,229). Sum of RGB (Red+Green+Blue) = 97+170+229=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #61AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAE5 is #9E551A. Grayscale: #9A9A9A. Windows color (decimal): -10376475 or 15051361. OLE color: 15051361.
HSL color Cylindrical-coordinate representation of color #61AAE5: hue angle of 206.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61AAE5 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 170 | 229 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.10 |
| HSL | 206.82º | 0.72% | 0.64% | - |
| HSV(B) | 206.82º | 0.58% | 0.9% | - |
| XYZ | 33.45 | 36.95 | 79.5 | - |
| YUV | 154.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 229 | 0.58 | 0.26 | 0 | 0.10 | 206.82 | 0.72 | 0.64 |
| Hex | 61 | AA | E5 | 3A | 1A | 0 | A | CF | 48 | 40 |
| Octal | 141 | 252 | 345 | 72 | 32 | 0 | 12 | 317 | 110 | 100 |
| Binary | 1100001 | 10101010 | 11100101 | 111010 | 11010 | 0 | 1010 | 11001111 | 1001000 | 1000000 |
Color Harmonies of #61AAE5
Complementary color
Monochromatic Colors of #61AAE5
Black with #61AAE5
Text Example
Text Example
White with #61AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAE5; }
p { color: rgb(97,170,229); }
H1.HeaderClassName
{
color: #61AAE5;
}
.AnyTagClassName
{
color: #61AAE5;
}
</style>
background-color css
<style>
a { background-color: #61AAE5; }
a { background-color: rgb(97,170,229); }
div.DivClassName
{
background-color: #61AAE5;
}
.BgClassName
{
background-color: #61AAE5;
}
</style>
border-color css
<style>
span { border-color: #61AAE5; }
span { border-color: rgb(97,170,229); }
td.TdClassName
{
border-color: #61AAE5;
}
.TagClassName
{
border-color: #61AAE5;
}
</style>