Shades of Malibu #64AFE3
Tints of Malibu #64AFE3
RGB
CMYK
RGB Variations
Color information
#64AFE3 (or 0x64AFE3) is known color: Malibu. HEX triplet: 64, AF and E3. RGB value is (100,175,227). Sum of RGB (Red+Green+Blue) = 100+175+227=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #64AFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFE3 is #9B501C. Grayscale: #9E9E9E. Windows color (decimal): -10178589 or 14921572. OLE color: 14921572.
HSL color Cylindrical-coordinate representation of color #64AFE3: hue angle of 204.57º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64AFE3 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 175 | 227 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.11 |
| HSL | 204.57º | 0.69% | 0.64% | - |
| HSV(B) | 204.57º | 0.56% | 0.89% | - |
| XYZ | 34.45 | 38.92 | 78.37 | - |
| YUV | 158.5 | 166.65 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 227 | 0.56 | 0.23 | 0 | 0.11 | 204.57 | 0.69 | 0.64 |
| Hex | 64 | AF | E3 | 38 | 17 | 0 | B | CD | 45 | 40 |
| Octal | 144 | 257 | 343 | 70 | 27 | 0 | 13 | 315 | 105 | 100 |
| Binary | 1100100 | 10101111 | 11100011 | 111000 | 10111 | 0 | 1011 | 11001101 | 1000101 | 1000000 |
Color Harmonies of #64AFE3
Complementary color
Monochromatic Colors of #64AFE3
Black with #64AFE3
Text Example
Text Example
White with #64AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFE3; }
p { color: rgb(100,175,227); }
H1.HeaderClassName
{
color: #64AFE3;
}
.AnyTagClassName
{
color: #64AFE3;
}
</style>
background-color css
<style>
a { background-color: #64AFE3; }
a { background-color: rgb(100,175,227); }
div.DivClassName
{
background-color: #64AFE3;
}
.BgClassName
{
background-color: #64AFE3;
}
</style>
border-color css
<style>
span { border-color: #64AFE3; }
span { border-color: rgb(100,175,227); }
td.TdClassName
{
border-color: #64AFE3;
}
.TagClassName
{
border-color: #64AFE3;
}
</style>