Shades of Malibu #64AFEC
Tints of Malibu #64AFEC
RGB
CMYK
RGB Variations
Color information
#64AFEC (or 0x64AFEC) is known color: Malibu. HEX triplet: 64, AF and EC. RGB value is (100,175,236). Sum of RGB (Red+Green+Blue) = 100+175+236=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #64AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFEC is #9B5013. Grayscale: #9F9F9F. Windows color (decimal): -10178580 or 15511396. OLE color: 15511396.
HSL color Cylindrical-coordinate representation of color #64AFEC: hue angle of 206.91º degrees, saturation: 0.78, 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 #64AFEC is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 175 | 236 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.07 |
| HSL | 206.91º | 0.78% | 0.66% | - |
| HSV(B) | 206.91º | 0.58% | 0.93% | - |
| XYZ | 35.73 | 39.43 | 85.08 | - |
| YUV | 159.53 | 171.15 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 236 | 0.58 | 0.26 | 0 | 0.07 | 206.91 | 0.78 | 0.66 |
| Hex | 64 | AF | EC | 3A | 1A | 0 | 7 | CF | 4E | 42 |
| Octal | 144 | 257 | 354 | 72 | 32 | 0 | 7 | 317 | 116 | 102 |
| Binary | 1100100 | 10101111 | 11101100 | 111010 | 11010 | 0 | 111 | 11001111 | 1001110 | 1000010 |
Color Harmonies of #64AFEC
Complementary color
Monochromatic Colors of #64AFEC
Black with #64AFEC
Text Example
Text Example
White with #64AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFEC; }
p { color: rgb(100,175,236); }
H1.HeaderClassName
{
color: #64AFEC;
}
.AnyTagClassName
{
color: #64AFEC;
}
</style>
background-color css
<style>
a { background-color: #64AFEC; }
a { background-color: rgb(100,175,236); }
div.DivClassName
{
background-color: #64AFEC;
}
.BgClassName
{
background-color: #64AFEC;
}
</style>
border-color css
<style>
span { border-color: #64AFEC; }
span { border-color: rgb(100,175,236); }
td.TdClassName
{
border-color: #64AFEC;
}
.TagClassName
{
border-color: #64AFEC;
}
</style>