Shades of Malibu #64C0DF
Tints of Malibu #64C0DF
RGB
CMYK
RGB Variations
Color information
#64C0DF (or 0x64C0DF) is known color: Malibu. HEX triplet: 64, C0 and DF. RGB value is (100,192,223). Sum of RGB (Red+Green+Blue) = 100+192+223=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #64C0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0DF is #9B3F20. Grayscale: #A7A7A7. Windows color (decimal): -10174241 or 14663780. OLE color: 14663780.
HSL color Cylindrical-coordinate representation of color #64C0DF: hue angle of 195.12º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64C0DF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 192 | 223 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.13 |
| HSL | 195.12º | 0.66% | 0.63% | - |
| HSV(B) | 195.12º | 0.55% | 0.87% | - |
| XYZ | 37.42 | 45.74 | 76.67 | - |
| YUV | 168.03 | 159.02 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 223 | 0.55 | 0.14 | 0 | 0.13 | 195.12 | 0.66 | 0.63 |
| Hex | 64 | C0 | DF | 37 | E | 0 | D | C3 | 42 | 3F |
| Octal | 144 | 300 | 337 | 67 | 16 | 0 | 15 | 303 | 102 | 77 |
| Binary | 1100100 | 11000000 | 11011111 | 110111 | 1110 | 0 | 1101 | 11000011 | 1000010 | 111111 |
Color Harmonies of #64C0DF
Complementary color
Monochromatic Colors of #64C0DF
Black with #64C0DF
Text Example
Text Example
White with #64C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C0DF; }
p { color: rgb(100,192,223); }
H1.HeaderClassName
{
color: #64C0DF;
}
.AnyTagClassName
{
color: #64C0DF;
}
</style>
background-color css
<style>
a { background-color: #64C0DF; }
a { background-color: rgb(100,192,223); }
div.DivClassName
{
background-color: #64C0DF;
}
.BgClassName
{
background-color: #64C0DF;
}
</style>
border-color css
<style>
span { border-color: #64C0DF; }
span { border-color: rgb(100,192,223); }
td.TdClassName
{
border-color: #64C0DF;
}
.TagClassName
{
border-color: #64C0DF;
}
</style>