Shades of Malibu #64AEE3
Tints of Malibu #64AEE3
RGB
CMYK
RGB Variations
Color information
#64AEE3 (or 0x64AEE3) is known color: Malibu. HEX triplet: 64, AE and E3. RGB value is (100,174,227). Sum of RGB (Red+Green+Blue) = 100+174+227=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #64AEE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEE3 is #9B511C. Grayscale: #9D9D9D. Windows color (decimal): -10178845 or 14921316. OLE color: 14921316.
HSL color Cylindrical-coordinate representation of color #64AEE3: hue angle of 205.04º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64AEE3 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 174 | 227 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.11 |
| HSL | 205.04º | 0.69% | 0.64% | - |
| HSV(B) | 205.04º | 0.56% | 0.89% | - |
| XYZ | 34.26 | 38.53 | 78.3 | - |
| YUV | 157.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 227 | 0.56 | 0.23 | 0 | 0.11 | 205.04 | 0.69 | 0.64 |
| Hex | 64 | AE | E3 | 38 | 17 | 0 | B | CD | 45 | 40 |
| Octal | 144 | 256 | 343 | 70 | 27 | 0 | 13 | 315 | 105 | 100 |
| Binary | 1100100 | 10101110 | 11100011 | 111000 | 10111 | 0 | 1011 | 11001101 | 1000101 | 1000000 |
Color Harmonies of #64AEE3
Complementary color
Monochromatic Colors of #64AEE3
Black with #64AEE3
Text Example
Text Example
White with #64AEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AEE3; }
p { color: rgb(100,174,227); }
H1.HeaderClassName
{
color: #64AEE3;
}
.AnyTagClassName
{
color: #64AEE3;
}
</style>
background-color css
<style>
a { background-color: #64AEE3; }
a { background-color: rgb(100,174,227); }
div.DivClassName
{
background-color: #64AEE3;
}
.BgClassName
{
background-color: #64AEE3;
}
</style>
border-color css
<style>
span { border-color: #64AEE3; }
span { border-color: rgb(100,174,227); }
td.TdClassName
{
border-color: #64AEE3;
}
.TagClassName
{
border-color: #64AEE3;
}
</style>