Shades of Malibu #64B1E5
Tints of Malibu #64B1E5
RGB
CMYK
RGB Variations
Color information
#64B1E5 (or 0x64B1E5) is known color: Malibu. HEX triplet: 64, B1 and E5. RGB value is (100,177,229). Sum of RGB (Red+Green+Blue) = 100+177+229=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #64B1E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B1E5 is #9B4E1A. Grayscale: #9F9F9F. Windows color (decimal): -10178075 or 15053156. OLE color: 15053156.
HSL color Cylindrical-coordinate representation of color #64B1E5: hue angle of 204.19º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64B1E5 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 177 | 229 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.10 |
| HSL | 204.19º | 0.71% | 0.65% | - |
| HSV(B) | 204.19º | 0.56% | 0.9% | - |
| XYZ | 35.12 | 39.81 | 79.96 | - |
| YUV | 159.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 177 | 229 | 0.56 | 0.23 | 0 | 0.10 | 204.19 | 0.71 | 0.65 |
| Hex | 64 | B1 | E5 | 38 | 17 | 0 | A | CC | 47 | 41 |
| Octal | 144 | 261 | 345 | 70 | 27 | 0 | 12 | 314 | 107 | 101 |
| Binary | 1100100 | 10110001 | 11100101 | 111000 | 10111 | 0 | 1010 | 11001100 | 1000111 | 1000001 |
Color Harmonies of #64B1E5
Complementary color
Monochromatic Colors of #64B1E5
Black with #64B1E5
Text Example
Text Example
White with #64B1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B1E5; }
p { color: rgb(100,177,229); }
H1.HeaderClassName
{
color: #64B1E5;
}
.AnyTagClassName
{
color: #64B1E5;
}
</style>
background-color css
<style>
a { background-color: #64B1E5; }
a { background-color: rgb(100,177,229); }
div.DivClassName
{
background-color: #64B1E5;
}
.BgClassName
{
background-color: #64B1E5;
}
</style>
border-color css
<style>
span { border-color: #64B1E5; }
span { border-color: rgb(100,177,229); }
td.TdClassName
{
border-color: #64B1E5;
}
.TagClassName
{
border-color: #64B1E5;
}
</style>