Shades of Malibu #64BDDC
Tints of Malibu #64BDDC
RGB
CMYK
RGB Variations
Color information
#64BDDC (or 0x64BDDC) is known color: Malibu. HEX triplet: 64, BD and DC. RGB value is (100,189,220). Sum of RGB (Red+Green+Blue) = 100+189+220=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #64BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDDC is #9B4223. Grayscale: #A5A5A5. Windows color (decimal): -10175012 or 14466404. OLE color: 14466404.
HSL color Cylindrical-coordinate representation of color #64BDDC: hue angle of 195.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BDDC is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 189 | 220 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.14 |
| HSL | 195.5º | 0.63% | 0.63% | - |
| HSV(B) | 195.5º | 0.55% | 0.86% | - |
| XYZ | 36.37 | 44.27 | 74.34 | - |
| YUV | 165.92 | 158.51 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 220 | 0.55 | 0.14 | 0 | 0.14 | 195.5 | 0.63 | 0.63 |
| Hex | 64 | BD | DC | 37 | E | 0 | E | C4 | 3F | 3F |
| Octal | 144 | 275 | 334 | 67 | 16 | 0 | 16 | 304 | 77 | 77 |
| Binary | 1100100 | 10111101 | 11011100 | 110111 | 1110 | 0 | 1110 | 11000100 | 111111 | 111111 |
Color Harmonies of #64BDDC
Complementary color
Monochromatic Colors of #64BDDC
Black with #64BDDC
Text Example
Text Example
White with #64BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDDC; }
p { color: rgb(100,189,220); }
H1.HeaderClassName
{
color: #64BDDC;
}
.AnyTagClassName
{
color: #64BDDC;
}
</style>
background-color css
<style>
a { background-color: #64BDDC; }
a { background-color: rgb(100,189,220); }
div.DivClassName
{
background-color: #64BDDC;
}
.BgClassName
{
background-color: #64BDDC;
}
</style>
border-color css
<style>
span { border-color: #64BDDC; }
span { border-color: rgb(100,189,220); }
td.TdClassName
{
border-color: #64BDDC;
}
.TagClassName
{
border-color: #64BDDC;
}
</style>