Shades of Malibu #64BEEF
Tints of Malibu #64BEEF
RGB
CMYK
RGB Variations
Color information
#64BEEF (or 0x64BEEF) is known color: Malibu. HEX triplet: 64, BE and EF. RGB value is (100,190,239). Sum of RGB (Red+Green+Blue) = 100+190+239=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #64BEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEEF is #9B4110. Grayscale: #A8A8A8. Windows color (decimal): -10174737 or 15711844. OLE color: 15711844.
HSL color Cylindrical-coordinate representation of color #64BEEF: hue angle of 201.15º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64BEEF is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 190 | 239 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.06 |
| HSL | 201.15º | 0.81% | 0.66% | - |
| HSV(B) | 201.15º | 0.58% | 0.94% | - |
| XYZ | 39.25 | 45.77 | 88.43 | - |
| YUV | 168.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 239 | 0.58 | 0.21 | 0 | 0.06 | 201.15 | 0.81 | 0.66 |
| Hex | 64 | BE | EF | 3A | 15 | 0 | 6 | C9 | 51 | 42 |
| Octal | 144 | 276 | 357 | 72 | 25 | 0 | 6 | 311 | 121 | 102 |
| Binary | 1100100 | 10111110 | 11101111 | 111010 | 10101 | 0 | 110 | 11001001 | 1010001 | 1000010 |
Color Harmonies of #64BEEF
Complementary color
Monochromatic Colors of #64BEEF
Black with #64BEEF
Text Example
Text Example
White with #64BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEEF; }
p { color: rgb(100,190,239); }
H1.HeaderClassName
{
color: #64BEEF;
}
.AnyTagClassName
{
color: #64BEEF;
}
</style>
background-color css
<style>
a { background-color: #64BEEF; }
a { background-color: rgb(100,190,239); }
div.DivClassName
{
background-color: #64BEEF;
}
.BgClassName
{
background-color: #64BEEF;
}
</style>
border-color css
<style>
span { border-color: #64BEEF; }
span { border-color: rgb(100,190,239); }
td.TdClassName
{
border-color: #64BEEF;
}
.TagClassName
{
border-color: #64BEEF;
}
</style>