Shades of Malibu #64ADEF
Tints of Malibu #64ADEF
RGB
CMYK
RGB Variations
Color information
#64ADEF (or 0x64ADEF) is known color: Malibu. HEX triplet: 64, AD and EF. RGB value is (100,173,239). Sum of RGB (Red+Green+Blue) = 100+173+239=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #64ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADEF is #9B5210. Grayscale: #9E9E9E. Windows color (decimal): -10179089 or 15707492. OLE color: 15707492.
HSL color Cylindrical-coordinate representation of color #64ADEF: hue angle of 208.49º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ADEF is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 173 | 239 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.06 |
| HSL | 208.49º | 0.81% | 0.66% | - |
| HSV(B) | 208.49º | 0.58% | 0.94% | - |
| XYZ | 35.78 | 38.83 | 87.27 | - |
| YUV | 158.7 | 173.32 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 239 | 0.58 | 0.28 | 0 | 0.06 | 208.49 | 0.81 | 0.66 |
| Hex | 64 | AD | EF | 3A | 1C | 0 | 6 | D0 | 51 | 42 |
| Octal | 144 | 255 | 357 | 72 | 34 | 0 | 6 | 320 | 121 | 102 |
| Binary | 1100100 | 10101101 | 11101111 | 111010 | 11100 | 0 | 110 | 11010000 | 1010001 | 1000010 |
Color Harmonies of #64ADEF
Complementary color
Monochromatic Colors of #64ADEF
Black with #64ADEF
Text Example
Text Example
White with #64ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADEF; }
p { color: rgb(100,173,239); }
H1.HeaderClassName
{
color: #64ADEF;
}
.AnyTagClassName
{
color: #64ADEF;
}
</style>
background-color css
<style>
a { background-color: #64ADEF; }
a { background-color: rgb(100,173,239); }
div.DivClassName
{
background-color: #64ADEF;
}
.BgClassName
{
background-color: #64ADEF;
}
</style>
border-color css
<style>
span { border-color: #64ADEF; }
span { border-color: rgb(100,173,239); }
td.TdClassName
{
border-color: #64ADEF;
}
.TagClassName
{
border-color: #64ADEF;
}
</style>