Shades of Malibu #64B7EB
Tints of Malibu #64B7EB
RGB
CMYK
RGB Variations
Color information
#64B7EB (or 0x64B7EB) is known color: Malibu. HEX triplet: 64, B7 and EB. RGB value is (100,183,235). Sum of RGB (Red+Green+Blue) = 100+183+235=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #64B7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B7EB is #9B4814. Grayscale: #A3A3A3. Windows color (decimal): -10176533 or 15447908. OLE color: 15447908.
HSL color Cylindrical-coordinate representation of color #64B7EB: hue angle of 203.11º 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 #64B7EB is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 183 | 235 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.08 |
| HSL | 203.11º | 0.77% | 0.66% | - |
| HSV(B) | 203.11º | 0.57% | 0.92% | - |
| XYZ | 37.18 | 42.57 | 84.86 | - |
| YUV | 164.11 | 168 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 235 | 0.57 | 0.22 | 0 | 0.08 | 203.11 | 0.77 | 0.66 |
| Hex | 64 | B7 | EB | 39 | 16 | 0 | 8 | CB | 4D | 42 |
| Octal | 144 | 267 | 353 | 71 | 26 | 0 | 10 | 313 | 115 | 102 |
| Binary | 1100100 | 10110111 | 11101011 | 111001 | 10110 | 0 | 1000 | 11001011 | 1001101 | 1000010 |
Color Harmonies of #64B7EB
Complementary color
Monochromatic Colors of #64B7EB
Black with #64B7EB
Text Example
Text Example
White with #64B7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7EB; }
p { color: rgb(100,183,235); }
H1.HeaderClassName
{
color: #64B7EB;
}
.AnyTagClassName
{
color: #64B7EB;
}
</style>
background-color css
<style>
a { background-color: #64B7EB; }
a { background-color: rgb(100,183,235); }
div.DivClassName
{
background-color: #64B7EB;
}
.BgClassName
{
background-color: #64B7EB;
}
</style>
border-color css
<style>
span { border-color: #64B7EB; }
span { border-color: rgb(100,183,235); }
td.TdClassName
{
border-color: #64B7EB;
}
.TagClassName
{
border-color: #64B7EB;
}
</style>