Shades of Malibu #64BFDF
Tints of Malibu #64BFDF
RGB
CMYK
RGB Variations
Color information
#64BFDF (or 0x64BFDF) is known color: Malibu. HEX triplet: 64, BF and DF. RGB value is (100,191,223). Sum of RGB (Red+Green+Blue) = 100+191+223=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #64BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFDF is #9B4020. Grayscale: #A7A7A7. Windows color (decimal): -10174497 or 14663524. OLE color: 14663524.
HSL color Cylindrical-coordinate representation of color #64BFDF: hue angle of 195.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BFDF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 191 | 223 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.13 |
| HSL | 195.61º | 0.66% | 0.63% | - |
| HSV(B) | 195.61º | 0.55% | 0.87% | - |
| XYZ | 37.21 | 45.3 | 76.59 | - |
| YUV | 167.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 223 | 0.55 | 0.14 | 0 | 0.13 | 195.61 | 0.66 | 0.63 |
| Hex | 64 | BF | DF | 37 | E | 0 | D | C4 | 42 | 3F |
| Octal | 144 | 277 | 337 | 67 | 16 | 0 | 15 | 304 | 102 | 77 |
| Binary | 1100100 | 10111111 | 11011111 | 110111 | 1110 | 0 | 1101 | 11000100 | 1000010 | 111111 |
Color Harmonies of #64BFDF
Complementary color
Monochromatic Colors of #64BFDF
Black with #64BFDF
Text Example
Text Example
White with #64BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFDF; }
p { color: rgb(100,191,223); }
H1.HeaderClassName
{
color: #64BFDF;
}
.AnyTagClassName
{
color: #64BFDF;
}
</style>
background-color css
<style>
a { background-color: #64BFDF; }
a { background-color: rgb(100,191,223); }
div.DivClassName
{
background-color: #64BFDF;
}
.BgClassName
{
background-color: #64BFDF;
}
</style>
border-color css
<style>
span { border-color: #64BFDF; }
span { border-color: rgb(100,191,223); }
td.TdClassName
{
border-color: #64BFDF;
}
.TagClassName
{
border-color: #64BFDF;
}
</style>