Shades of Malibu #64BBEB
Tints of Malibu #64BBEB
RGB
CMYK
RGB Variations
Color information
#64BBEB (or 0x64BBEB) is known color: Malibu. HEX triplet: 64, BB and EB. RGB value is (100,187,235). Sum of RGB (Red+Green+Blue) = 100+187+235=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #64BBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBEB is #9B4414. Grayscale: #A6A6A6. Windows color (decimal): -10175509 or 15448932. OLE color: 15448932.
HSL color Cylindrical-coordinate representation of color #64BBEB: hue angle of 201.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BBEB is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 187 | 235 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.08 |
| HSL | 201.33º | 0.77% | 0.66% | - |
| HSV(B) | 201.33º | 0.57% | 0.92% | - |
| XYZ | 38.02 | 44.25 | 85.13 | - |
| YUV | 166.46 | 166.68 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 235 | 0.57 | 0.20 | 0 | 0.08 | 201.33 | 0.77 | 0.66 |
| Hex | 64 | BB | EB | 39 | 14 | 0 | 8 | C9 | 4D | 42 |
| Octal | 144 | 273 | 353 | 71 | 24 | 0 | 10 | 311 | 115 | 102 |
| Binary | 1100100 | 10111011 | 11101011 | 111001 | 10100 | 0 | 1000 | 11001001 | 1001101 | 1000010 |
Color Harmonies of #64BBEB
Complementary color
Monochromatic Colors of #64BBEB
Black with #64BBEB
Text Example
Text Example
White with #64BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BBEB; }
p { color: rgb(100,187,235); }
H1.HeaderClassName
{
color: #64BBEB;
}
.AnyTagClassName
{
color: #64BBEB;
}
</style>
background-color css
<style>
a { background-color: #64BBEB; }
a { background-color: rgb(100,187,235); }
div.DivClassName
{
background-color: #64BBEB;
}
.BgClassName
{
background-color: #64BBEB;
}
</style>
border-color css
<style>
span { border-color: #64BBEB; }
span { border-color: rgb(100,187,235); }
td.TdClassName
{
border-color: #64BBEB;
}
.TagClassName
{
border-color: #64BBEB;
}
</style>