Shades of Malibu #64BBE5
Tints of Malibu #64BBE5
RGB
CMYK
RGB Variations
Color information
#64BBE5 (or 0x64BBE5) is known color: Malibu. HEX triplet: 64, BB and E5. RGB value is (100,187,229). Sum of RGB (Red+Green+Blue) = 100+187+229=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #64BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBE5 is #9B441A. Grayscale: #A5A5A5. Windows color (decimal): -10175515 or 15055716. OLE color: 15055716.
HSL color Cylindrical-coordinate representation of color #64BBE5: hue angle of 199.53º 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 #64BBE5 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 187 | 229 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.10 |
| HSL | 199.53º | 0.71% | 0.65% | - |
| HSV(B) | 199.53º | 0.56% | 0.9% | - |
| XYZ | 37.17 | 43.91 | 80.64 | - |
| YUV | 165.78 | 163.68 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 229 | 0.56 | 0.18 | 0 | 0.10 | 199.53 | 0.71 | 0.65 |
| Hex | 64 | BB | E5 | 38 | 12 | 0 | A | C8 | 47 | 41 |
| Octal | 144 | 273 | 345 | 70 | 22 | 0 | 12 | 310 | 107 | 101 |
| Binary | 1100100 | 10111011 | 11100101 | 111000 | 10010 | 0 | 1010 | 11001000 | 1000111 | 1000001 |
Color Harmonies of #64BBE5
Complementary color
Monochromatic Colors of #64BBE5
Black with #64BBE5
Text Example
Text Example
White with #64BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BBE5; }
p { color: rgb(100,187,229); }
H1.HeaderClassName
{
color: #64BBE5;
}
.AnyTagClassName
{
color: #64BBE5;
}
</style>
background-color css
<style>
a { background-color: #64BBE5; }
a { background-color: rgb(100,187,229); }
div.DivClassName
{
background-color: #64BBE5;
}
.BgClassName
{
background-color: #64BBE5;
}
</style>
border-color css
<style>
span { border-color: #64BBE5; }
span { border-color: rgb(100,187,229); }
td.TdClassName
{
border-color: #64BBE5;
}
.TagClassName
{
border-color: #64BBE5;
}
</style>