Shades of Malibu #64B1CF
Tints of Malibu #64B1CF
RGB
CMYK
RGB Variations
Color information
#64B1CF (or 0x64B1CF) is known color: Malibu. HEX triplet: 64, B1 and CF. RGB value is (100,177,207). Sum of RGB (Red+Green+Blue) = 100+177+207=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #64B1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B1CF is #9B4E30. Grayscale: #9D9D9D. Windows color (decimal): -10178097 or 13611364. OLE color: 13611364.
HSL color Cylindrical-coordinate representation of color #64B1CF: hue angle of 196.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64B1CF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 177 | 207 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.19 |
| HSL | 196.82º | 0.53% | 0.6% | - |
| HSV(B) | 196.82º | 0.52% | 0.81% | - |
| XYZ | 32.24 | 38.66 | 64.79 | - |
| YUV | 157.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 177 | 207 | 0.52 | 0.14 | 0 | 0.19 | 196.82 | 0.53 | 0.6 |
| Hex | 64 | B1 | CF | 34 | E | 0 | 13 | C5 | 35 | 3C |
| Octal | 144 | 261 | 317 | 64 | 16 | 0 | 23 | 305 | 65 | 74 |
| Binary | 1100100 | 10110001 | 11001111 | 110100 | 1110 | 0 | 10011 | 11000101 | 110101 | 111100 |
Color Harmonies of #64B1CF
Complementary color
Monochromatic Colors of #64B1CF
Black with #64B1CF
Text Example
Text Example
White with #64B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B1CF; }
p { color: rgb(100,177,207); }
H1.HeaderClassName
{
color: #64B1CF;
}
.AnyTagClassName
{
color: #64B1CF;
}
</style>
background-color css
<style>
a { background-color: #64B1CF; }
a { background-color: rgb(100,177,207); }
div.DivClassName
{
background-color: #64B1CF;
}
.BgClassName
{
background-color: #64B1CF;
}
</style>
border-color css
<style>
span { border-color: #64B1CF; }
span { border-color: rgb(100,177,207); }
td.TdClassName
{
border-color: #64B1CF;
}
.TagClassName
{
border-color: #64B1CF;
}
</style>