Shades of Malibu #64BDD9
Tints of Malibu #64BDD9
RGB
CMYK
RGB Variations
Color information
#64BDD9 (or 0x64BDD9) is known color: Malibu. HEX triplet: 64, BD and D9. RGB value is (100,189,217). Sum of RGB (Red+Green+Blue) = 100+189+217=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #64BDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDD9 is #9B4226. Grayscale: #A5A5A5. Windows color (decimal): -10175015 or 14269796. OLE color: 14269796.
HSL color Cylindrical-coordinate representation of color #64BDD9: hue angle of 194.36º degrees, saturation: 0.61, 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 #64BDD9 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 189 | 217 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.15 |
| HSL | 194.36º | 0.61% | 0.62% | - |
| HSV(B) | 194.36º | 0.54% | 0.85% | - |
| XYZ | 35.98 | 44.11 | 72.26 | - |
| YUV | 165.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 217 | 0.54 | 0.13 | 0 | 0.15 | 194.36 | 0.61 | 0.62 |
| Hex | 64 | BD | D9 | 36 | D | 0 | F | C2 | 3D | 3E |
| Octal | 144 | 275 | 331 | 66 | 15 | 0 | 17 | 302 | 75 | 76 |
| Binary | 1100100 | 10111101 | 11011001 | 110110 | 1101 | 0 | 1111 | 11000010 | 111101 | 111110 |
Color Harmonies of #64BDD9
Complementary color
Monochromatic Colors of #64BDD9
Black with #64BDD9
Text Example
Text Example
White with #64BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDD9; }
p { color: rgb(100,189,217); }
H1.HeaderClassName
{
color: #64BDD9;
}
.AnyTagClassName
{
color: #64BDD9;
}
</style>
background-color css
<style>
a { background-color: #64BDD9; }
a { background-color: rgb(100,189,217); }
div.DivClassName
{
background-color: #64BDD9;
}
.BgClassName
{
background-color: #64BDD9;
}
</style>
border-color css
<style>
span { border-color: #64BDD9; }
span { border-color: rgb(100,189,217); }
td.TdClassName
{
border-color: #64BDD9;
}
.TagClassName
{
border-color: #64BDD9;
}
</style>