Shades of Malibu #64ADF3
Tints of Malibu #64ADF3
RGB
CMYK
RGB Variations
Color information
#64ADF3 (or 0x64ADF3) is known color: Malibu. HEX triplet: 64, AD and F3. RGB value is (100,173,243). Sum of RGB (Red+Green+Blue) = 100+173+243=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #64ADF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADF3 is #9B520C. Grayscale: #9E9E9E. Windows color (decimal): -10179085 or 15969636. OLE color: 15969636.
HSL color Cylindrical-coordinate representation of color #64ADF3: hue angle of 209.37º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64ADF3 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 173 | 243 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.05 |
| HSL | 209.37º | 0.86% | 0.67% | - |
| HSV(B) | 209.37º | 0.59% | 0.95% | - |
| XYZ | 36.38 | 39.07 | 90.42 | - |
| YUV | 159.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 243 | 0.59 | 0.29 | 0 | 0.05 | 209.37 | 0.86 | 0.67 |
| Hex | 64 | AD | F3 | 3B | 1D | 0 | 5 | D1 | 56 | 43 |
| Octal | 144 | 255 | 363 | 73 | 35 | 0 | 5 | 321 | 126 | 103 |
| Binary | 1100100 | 10101101 | 11110011 | 111011 | 11101 | 0 | 101 | 11010001 | 1010110 | 1000011 |
Color Harmonies of #64ADF3
Complementary color
Monochromatic Colors of #64ADF3
Black with #64ADF3
Text Example
Text Example
White with #64ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADF3; }
p { color: rgb(100,173,243); }
H1.HeaderClassName
{
color: #64ADF3;
}
.AnyTagClassName
{
color: #64ADF3;
}
</style>
background-color css
<style>
a { background-color: #64ADF3; }
a { background-color: rgb(100,173,243); }
div.DivClassName
{
background-color: #64ADF3;
}
.BgClassName
{
background-color: #64ADF3;
}
</style>
border-color css
<style>
span { border-color: #64ADF3; }
span { border-color: rgb(100,173,243); }
td.TdClassName
{
border-color: #64ADF3;
}
.TagClassName
{
border-color: #64ADF3;
}
</style>