Shades of Malibu #64BAE4
Tints of Malibu #64BAE4
RGB
CMYK
RGB Variations
Color information
#64BAE4 (or 0x64BAE4) is known color: Malibu. HEX triplet: 64, BA and E4. RGB value is (100,186,228). Sum of RGB (Red+Green+Blue) = 100+186+228=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #64BAE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAE4 is #9B451B. Grayscale: #A4A4A4. Windows color (decimal): -10175772 or 14989924. OLE color: 14989924.
HSL color Cylindrical-coordinate representation of color #64BAE4: hue angle of 199.69º degrees, saturation: 0.7, 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 #64BAE4 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 186 | 228 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.11 |
| HSL | 199.69º | 0.7% | 0.64% | - |
| HSV(B) | 199.69º | 0.56% | 0.89% | - |
| XYZ | 36.82 | 43.43 | 79.84 | - |
| YUV | 165.07 | 163.51 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 228 | 0.56 | 0.18 | 0 | 0.11 | 199.69 | 0.7 | 0.64 |
| Hex | 64 | BA | E4 | 38 | 12 | 0 | B | C8 | 46 | 40 |
| Octal | 144 | 272 | 344 | 70 | 22 | 0 | 13 | 310 | 106 | 100 |
| Binary | 1100100 | 10111010 | 11100100 | 111000 | 10010 | 0 | 1011 | 11001000 | 1000110 | 1000000 |
Color Harmonies of #64BAE4
Complementary color
Monochromatic Colors of #64BAE4
Black with #64BAE4
Text Example
Text Example
White with #64BAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAE4; }
p { color: rgb(100,186,228); }
H1.HeaderClassName
{
color: #64BAE4;
}
.AnyTagClassName
{
color: #64BAE4;
}
</style>
background-color css
<style>
a { background-color: #64BAE4; }
a { background-color: rgb(100,186,228); }
div.DivClassName
{
background-color: #64BAE4;
}
.BgClassName
{
background-color: #64BAE4;
}
</style>
border-color css
<style>
span { border-color: #64BAE4; }
span { border-color: rgb(100,186,228); }
td.TdClassName
{
border-color: #64BAE4;
}
.TagClassName
{
border-color: #64BAE4;
}
</style>