Shades of Malibu #64ADDB
Tints of Malibu #64ADDB
RGB
CMYK
RGB Variations
Color information
#64ADDB (or 0x64ADDB) is known color: Malibu. HEX triplet: 64, AD and DB. RGB value is (100,173,219). Sum of RGB (Red+Green+Blue) = 100+173+219=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #64ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADDB is #9B5224. Grayscale: #9C9C9C. Windows color (decimal): -10179109 or 14396772. OLE color: 14396772.
HSL color Cylindrical-coordinate representation of color #64ADDB: hue angle of 203.19º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64ADDB is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 173 | 219 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.14 |
| HSL | 203.19º | 0.62% | 0.63% | - |
| HSV(B) | 203.19º | 0.54% | 0.86% | - |
| XYZ | 32.99 | 37.71 | 72.56 | - |
| YUV | 156.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 219 | 0.54 | 0.21 | 0 | 0.14 | 203.19 | 0.62 | 0.63 |
| Hex | 64 | AD | DB | 36 | 15 | 0 | E | CB | 3E | 3F |
| Octal | 144 | 255 | 333 | 66 | 25 | 0 | 16 | 313 | 76 | 77 |
| Binary | 1100100 | 10101101 | 11011011 | 110110 | 10101 | 0 | 1110 | 11001011 | 111110 | 111111 |
Color Harmonies of #64ADDB
Complementary color
Monochromatic Colors of #64ADDB
Black with #64ADDB
Text Example
Text Example
White with #64ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADDB; }
p { color: rgb(100,173,219); }
H1.HeaderClassName
{
color: #64ADDB;
}
.AnyTagClassName
{
color: #64ADDB;
}
</style>
background-color css
<style>
a { background-color: #64ADDB; }
a { background-color: rgb(100,173,219); }
div.DivClassName
{
background-color: #64ADDB;
}
.BgClassName
{
background-color: #64ADDB;
}
</style>
border-color css
<style>
span { border-color: #64ADDB; }
span { border-color: rgb(100,173,219); }
td.TdClassName
{
border-color: #64ADDB;
}
.TagClassName
{
border-color: #64ADDB;
}
</style>