Shades of Malibu #64BAD8
Tints of Malibu #64BAD8
RGB
CMYK
RGB Variations
Color information
#64BAD8 (or 0x64BAD8) is known color: Malibu. HEX triplet: 64, BA and D8. RGB value is (100,186,216). Sum of RGB (Red+Green+Blue) = 100+186+216=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #64BAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAD8 is #9B4527. Grayscale: #A3A3A3. Windows color (decimal): -10175784 or 14203492. OLE color: 14203492.
HSL color Cylindrical-coordinate representation of color #64BAD8: hue angle of 195.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64BAD8 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 186 | 216 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.15 |
| HSL | 195.52º | 0.6% | 0.62% | - |
| HSV(B) | 195.52º | 0.54% | 0.85% | - |
| XYZ | 35.21 | 42.79 | 71.37 | - |
| YUV | 163.71 | 157.51 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 216 | 0.54 | 0.14 | 0 | 0.15 | 195.52 | 0.6 | 0.62 |
| Hex | 64 | BA | D8 | 36 | E | 0 | F | C4 | 3C | 3E |
| Octal | 144 | 272 | 330 | 66 | 16 | 0 | 17 | 304 | 74 | 76 |
| Binary | 1100100 | 10111010 | 11011000 | 110110 | 1110 | 0 | 1111 | 11000100 | 111100 | 111110 |
Color Harmonies of #64BAD8
Complementary color
Monochromatic Colors of #64BAD8
Black with #64BAD8
Text Example
Text Example
White with #64BAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAD8; }
p { color: rgb(100,186,216); }
H1.HeaderClassName
{
color: #64BAD8;
}
.AnyTagClassName
{
color: #64BAD8;
}
</style>
background-color css
<style>
a { background-color: #64BAD8; }
a { background-color: rgb(100,186,216); }
div.DivClassName
{
background-color: #64BAD8;
}
.BgClassName
{
background-color: #64BAD8;
}
</style>
border-color css
<style>
span { border-color: #64BAD8; }
span { border-color: rgb(100,186,216); }
td.TdClassName
{
border-color: #64BAD8;
}
.TagClassName
{
border-color: #64BAD8;
}
</style>