Shades of Malibu #64B2F2
Tints of Malibu #64B2F2
RGB
CMYK
RGB Variations
Color information
#64B2F2 (or 0x64B2F2) is known color: Malibu. HEX triplet: 64, B2 and F2. RGB value is (100,178,242). Sum of RGB (Red+Green+Blue) = 100+178+242=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #64B2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B2F2 is #9B4D0D. Grayscale: #A1A1A1. Windows color (decimal): -10177806 or 15905380. OLE color: 15905380.
HSL color Cylindrical-coordinate representation of color #64B2F2: hue angle of 207.04º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64B2F2 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 178 | 242 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.05 |
| HSL | 207.04º | 0.85% | 0.67% | - |
| HSV(B) | 207.04º | 0.59% | 0.95% | - |
| XYZ | 37.2 | 40.96 | 89.95 | - |
| YUV | 161.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 242 | 0.59 | 0.26 | 0 | 0.05 | 207.04 | 0.85 | 0.67 |
| Hex | 64 | B2 | F2 | 3B | 1A | 0 | 5 | CF | 55 | 43 |
| Octal | 144 | 262 | 362 | 73 | 32 | 0 | 5 | 317 | 125 | 103 |
| Binary | 1100100 | 10110010 | 11110010 | 111011 | 11010 | 0 | 101 | 11001111 | 1010101 | 1000011 |
Color Harmonies of #64B2F2
Complementary color
Monochromatic Colors of #64B2F2
Black with #64B2F2
Text Example
Text Example
White with #64B2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B2F2; }
p { color: rgb(100,178,242); }
H1.HeaderClassName
{
color: #64B2F2;
}
.AnyTagClassName
{
color: #64B2F2;
}
</style>
background-color css
<style>
a { background-color: #64B2F2; }
a { background-color: rgb(100,178,242); }
div.DivClassName
{
background-color: #64B2F2;
}
.BgClassName
{
background-color: #64B2F2;
}
</style>
border-color css
<style>
span { border-color: #64B2F2; }
span { border-color: rgb(100,178,242); }
td.TdClassName
{
border-color: #64B2F2;
}
.TagClassName
{
border-color: #64B2F2;
}
</style>