Shades of Malibu #64BDDF
Tints of Malibu #64BDDF
RGB
CMYK
RGB Variations
Color information
#64BDDF (or 0x64BDDF) is known color: Malibu. HEX triplet: 64, BD and DF. RGB value is (100,189,223). Sum of RGB (Red+Green+Blue) = 100+189+223=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #64BDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDDF is #9B4220. Grayscale: #A6A6A6. Windows color (decimal): -10175009 or 14663012. OLE color: 14663012.
HSL color Cylindrical-coordinate representation of color #64BDDF: hue angle of 196.59º 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 #64BDDF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 189 | 223 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.13 |
| HSL | 196.59º | 0.66% | 0.63% | - |
| HSV(B) | 196.59º | 0.55% | 0.87% | - |
| XYZ | 36.77 | 44.43 | 76.45 | - |
| YUV | 166.27 | 160.01 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 223 | 0.55 | 0.15 | 0 | 0.13 | 196.59 | 0.66 | 0.63 |
| Hex | 64 | BD | DF | 37 | F | 0 | D | C5 | 42 | 3F |
| Octal | 144 | 275 | 337 | 67 | 17 | 0 | 15 | 305 | 102 | 77 |
| Binary | 1100100 | 10111101 | 11011111 | 110111 | 1111 | 0 | 1101 | 11000101 | 1000010 | 111111 |
Color Harmonies of #64BDDF
Complementary color
Monochromatic Colors of #64BDDF
Black with #64BDDF
Text Example
Text Example
White with #64BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDDF; }
p { color: rgb(100,189,223); }
H1.HeaderClassName
{
color: #64BDDF;
}
.AnyTagClassName
{
color: #64BDDF;
}
</style>
background-color css
<style>
a { background-color: #64BDDF; }
a { background-color: rgb(100,189,223); }
div.DivClassName
{
background-color: #64BDDF;
}
.BgClassName
{
background-color: #64BDDF;
}
</style>
border-color css
<style>
span { border-color: #64BDDF; }
span { border-color: rgb(100,189,223); }
td.TdClassName
{
border-color: #64BDDF;
}
.TagClassName
{
border-color: #64BDDF;
}
</style>