Shades of Malibu #64BCD5
Tints of Malibu #64BCD5
RGB
CMYK
RGB Variations
Color information
#64BCD5 (or 0x64BCD5) is known color: Malibu. HEX triplet: 64, BC and D5. RGB value is (100,188,213). Sum of RGB (Red+Green+Blue) = 100+188+213=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #64BCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCD5 is #9B432A. Grayscale: #A4A4A4. Windows color (decimal): -10175275 or 14007396. OLE color: 14007396.
HSL color Cylindrical-coordinate representation of color #64BCD5: hue angle of 193.27º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BCD5 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 188 | 213 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.16 |
| HSL | 193.27º | 0.57% | 0.61% | - |
| HSV(B) | 193.27º | 0.53% | 0.84% | - |
| XYZ | 35.25 | 43.48 | 69.49 | - |
| YUV | 164.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 213 | 0.53 | 0.12 | 0 | 0.16 | 193.27 | 0.57 | 0.61 |
| Hex | 64 | BC | D5 | 35 | C | 0 | 10 | C1 | 39 | 3D |
| Octal | 144 | 274 | 325 | 65 | 14 | 0 | 20 | 301 | 71 | 75 |
| Binary | 1100100 | 10111100 | 11010101 | 110101 | 1100 | 0 | 10000 | 11000001 | 111001 | 111101 |
Color Harmonies of #64BCD5
Complementary color
Monochromatic Colors of #64BCD5
Black with #64BCD5
Text Example
Text Example
White with #64BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCD5; }
p { color: rgb(100,188,213); }
H1.HeaderClassName
{
color: #64BCD5;
}
.AnyTagClassName
{
color: #64BCD5;
}
</style>
background-color css
<style>
a { background-color: #64BCD5; }
a { background-color: rgb(100,188,213); }
div.DivClassName
{
background-color: #64BCD5;
}
.BgClassName
{
background-color: #64BCD5;
}
</style>
border-color css
<style>
span { border-color: #64BCD5; }
span { border-color: rgb(100,188,213); }
td.TdClassName
{
border-color: #64BCD5;
}
.TagClassName
{
border-color: #64BCD5;
}
</style>