Shades of Malibu #64C5EC
Tints of Malibu #64C5EC
RGB
CMYK
RGB Variations
Color information
#64C5EC (or 0x64C5EC) is known color: Malibu. HEX triplet: 64, C5 and EC. RGB value is (100,197,236). Sum of RGB (Red+Green+Blue) = 100+197+236=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #64C5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C5EC is #9B3A13. Grayscale: #ACACAC. Windows color (decimal): -10172948 or 15517028. OLE color: 15517028.
HSL color Cylindrical-coordinate representation of color #64C5EC: hue angle of 197.21º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C5EC is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 197 | 236 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.07 |
| HSL | 197.21º | 0.78% | 0.66% | - |
| HSV(B) | 197.21º | 0.58% | 0.93% | - |
| XYZ | 40.36 | 48.7 | 86.63 | - |
| YUV | 172.44 | 163.86 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 236 | 0.58 | 0.17 | 0 | 0.07 | 197.21 | 0.78 | 0.66 |
| Hex | 64 | C5 | EC | 3A | 11 | 0 | 7 | C5 | 4E | 42 |
| Octal | 144 | 305 | 354 | 72 | 21 | 0 | 7 | 305 | 116 | 102 |
| Binary | 1100100 | 11000101 | 11101100 | 111010 | 10001 | 0 | 111 | 11000101 | 1001110 | 1000010 |
Color Harmonies of #64C5EC
Complementary color
Monochromatic Colors of #64C5EC
Black with #64C5EC
Text Example
Text Example
White with #64C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C5EC; }
p { color: rgb(100,197,236); }
H1.HeaderClassName
{
color: #64C5EC;
}
.AnyTagClassName
{
color: #64C5EC;
}
</style>
background-color css
<style>
a { background-color: #64C5EC; }
a { background-color: rgb(100,197,236); }
div.DivClassName
{
background-color: #64C5EC;
}
.BgClassName
{
background-color: #64C5EC;
}
</style>
border-color css
<style>
span { border-color: #64C5EC; }
span { border-color: rgb(100,197,236); }
td.TdClassName
{
border-color: #64C5EC;
}
.TagClassName
{
border-color: #64C5EC;
}
</style>