Shades of Malibu #64BCE0
Tints of Malibu #64BCE0
RGB
CMYK
RGB Variations
Color information
#64BCE0 (or 0x64BCE0) is known color: Malibu. HEX triplet: 64, BC and E0. RGB value is (100,188,224). Sum of RGB (Red+Green+Blue) = 100+188+224=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #64BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCE0 is #9B431F. Grayscale: #A5A5A5. Windows color (decimal): -10175264 or 14728292. OLE color: 14728292.
HSL color Cylindrical-coordinate representation of color #64BCE0: hue angle of 197.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BCE0 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 188 | 224 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.12 |
| HSL | 197.42º | 0.67% | 0.64% | - |
| HSV(B) | 197.42º | 0.55% | 0.88% | - |
| XYZ | 36.69 | 44.06 | 77.09 | - |
| YUV | 165.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 224 | 0.55 | 0.16 | 0 | 0.12 | 197.42 | 0.67 | 0.64 |
| Hex | 64 | BC | E0 | 37 | 10 | 0 | C | C5 | 43 | 40 |
| Octal | 144 | 274 | 340 | 67 | 20 | 0 | 14 | 305 | 103 | 100 |
| Binary | 1100100 | 10111100 | 11100000 | 110111 | 10000 | 0 | 1100 | 11000101 | 1000011 | 1000000 |
Color Harmonies of #64BCE0
Complementary color
Monochromatic Colors of #64BCE0
Black with #64BCE0
Text Example
Text Example
White with #64BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCE0; }
p { color: rgb(100,188,224); }
H1.HeaderClassName
{
color: #64BCE0;
}
.AnyTagClassName
{
color: #64BCE0;
}
</style>
background-color css
<style>
a { background-color: #64BCE0; }
a { background-color: rgb(100,188,224); }
div.DivClassName
{
background-color: #64BCE0;
}
.BgClassName
{
background-color: #64BCE0;
}
</style>
border-color css
<style>
span { border-color: #64BCE0; }
span { border-color: rgb(100,188,224); }
td.TdClassName
{
border-color: #64BCE0;
}
.TagClassName
{
border-color: #64BCE0;
}
</style>