Shades of Malibu #64ADED
Tints of Malibu #64ADED
RGB
CMYK
RGB Variations
Color information
#64ADED (or 0x64ADED) is known color: Malibu. HEX triplet: 64, AD and ED. RGB value is (100,173,237). Sum of RGB (Red+Green+Blue) = 100+173+237=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #64ADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADED is #9B5212. Grayscale: #9E9E9E. Windows color (decimal): -10179091 or 15576420. OLE color: 15576420.
HSL color Cylindrical-coordinate representation of color #64ADED: hue angle of 208.03º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ADED is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 173 | 237 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.07 |
| HSL | 208.03º | 0.79% | 0.66% | - |
| HSV(B) | 208.03º | 0.58% | 0.93% | - |
| XYZ | 35.49 | 38.71 | 85.72 | - |
| YUV | 158.47 | 172.32 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 237 | 0.58 | 0.27 | 0 | 0.07 | 208.03 | 0.79 | 0.66 |
| Hex | 64 | AD | ED | 3A | 1B | 0 | 7 | D0 | 4F | 42 |
| Octal | 144 | 255 | 355 | 72 | 33 | 0 | 7 | 320 | 117 | 102 |
| Binary | 1100100 | 10101101 | 11101101 | 111010 | 11011 | 0 | 111 | 11010000 | 1001111 | 1000010 |
Color Harmonies of #64ADED
Complementary color
Monochromatic Colors of #64ADED
Black with #64ADED
Text Example
Text Example
White with #64ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADED; }
p { color: rgb(100,173,237); }
H1.HeaderClassName
{
color: #64ADED;
}
.AnyTagClassName
{
color: #64ADED;
}
</style>
background-color css
<style>
a { background-color: #64ADED; }
a { background-color: rgb(100,173,237); }
div.DivClassName
{
background-color: #64ADED;
}
.BgClassName
{
background-color: #64ADED;
}
</style>
border-color css
<style>
span { border-color: #64ADED; }
span { border-color: rgb(100,173,237); }
td.TdClassName
{
border-color: #64ADED;
}
.TagClassName
{
border-color: #64ADED;
}
</style>