Shades of Malibu #65AAE2
Tints of Malibu #65AAE2
RGB
CMYK
RGB Variations
Color information
#65AAE2 (or 0x65AAE2) is known color: Malibu. HEX triplet: 65, AA and E2. RGB value is (101,170,226). Sum of RGB (Red+Green+Blue) = 101+170+226=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #65AAE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AAE2 is #9A551D. Grayscale: #9B9B9B. Windows color (decimal): -10114334 or 14854757. OLE color: 14854757.
HSL color Cylindrical-coordinate representation of color #65AAE2: hue angle of 206.88º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65AAE2 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 170 | 226 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.11 |
| HSL | 206.88º | 0.68% | 0.64% | - |
| HSV(B) | 206.88º | 0.55% | 0.89% | - |
| XYZ | 33.47 | 37.01 | 77.33 | - |
| YUV | 155.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 226 | 0.55 | 0.25 | 0 | 0.11 | 206.88 | 0.68 | 0.64 |
| Hex | 65 | AA | E2 | 37 | 19 | 0 | B | CF | 44 | 40 |
| Octal | 145 | 252 | 342 | 67 | 31 | 0 | 13 | 317 | 104 | 100 |
| Binary | 1100101 | 10101010 | 11100010 | 110111 | 11001 | 0 | 1011 | 11001111 | 1000100 | 1000000 |
Color Harmonies of #65AAE2
Complementary color
Monochromatic Colors of #65AAE2
Black with #65AAE2
Text Example
Text Example
White with #65AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AAE2; }
p { color: rgb(101,170,226); }
H1.HeaderClassName
{
color: #65AAE2;
}
.AnyTagClassName
{
color: #65AAE2;
}
</style>
background-color css
<style>
a { background-color: #65AAE2; }
a { background-color: rgb(101,170,226); }
div.DivClassName
{
background-color: #65AAE2;
}
.BgClassName
{
background-color: #65AAE2;
}
</style>
border-color css
<style>
span { border-color: #65AAE2; }
span { border-color: rgb(101,170,226); }
td.TdClassName
{
border-color: #65AAE2;
}
.TagClassName
{
border-color: #65AAE2;
}
</style>