Shades of Malibu #64BFD7
Tints of Malibu #64BFD7
RGB
CMYK
RGB Variations
Color information
#64BFD7 (or 0x64BFD7) is known color: Malibu. HEX triplet: 64, BF and D7. RGB value is (100,191,215). Sum of RGB (Red+Green+Blue) = 100+191+215=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #64BFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFD7 is #9B4028. Grayscale: #A6A6A6. Windows color (decimal): -10174505 or 14139236. OLE color: 14139236.
HSL color Cylindrical-coordinate representation of color #64BFD7: hue angle of 192.52º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BFD7 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 191 | 215 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.16 |
| HSL | 192.52º | 0.59% | 0.62% | - |
| HSV(B) | 192.52º | 0.53% | 0.84% | - |
| XYZ | 36.15 | 44.88 | 71.05 | - |
| YUV | 166.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 215 | 0.53 | 0.11 | 0 | 0.16 | 192.52 | 0.59 | 0.62 |
| Hex | 64 | BF | D7 | 35 | B | 0 | 10 | C1 | 3B | 3E |
| Octal | 144 | 277 | 327 | 65 | 13 | 0 | 20 | 301 | 73 | 76 |
| Binary | 1100100 | 10111111 | 11010111 | 110101 | 1011 | 0 | 10000 | 11000001 | 111011 | 111110 |
Color Harmonies of #64BFD7
Complementary color
Monochromatic Colors of #64BFD7
Black with #64BFD7
Text Example
Text Example
White with #64BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFD7; }
p { color: rgb(100,191,215); }
H1.HeaderClassName
{
color: #64BFD7;
}
.AnyTagClassName
{
color: #64BFD7;
}
</style>
background-color css
<style>
a { background-color: #64BFD7; }
a { background-color: rgb(100,191,215); }
div.DivClassName
{
background-color: #64BFD7;
}
.BgClassName
{
background-color: #64BFD7;
}
</style>
border-color css
<style>
span { border-color: #64BFD7; }
span { border-color: rgb(100,191,215); }
td.TdClassName
{
border-color: #64BFD7;
}
.TagClassName
{
border-color: #64BFD7;
}
</style>