Shades of Malibu #64AFED
Tints of Malibu #64AFED
RGB
CMYK
RGB Variations
Color information
#64AFED (or 0x64AFED) is known color: Malibu. HEX triplet: 64, AF and ED. RGB value is (100,175,237). Sum of RGB (Red+Green+Blue) = 100+175+237=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #64AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFED is #9B5012. Grayscale: #9F9F9F. Windows color (decimal): -10178579 or 15576932. OLE color: 15576932.
HSL color Cylindrical-coordinate representation of color #64AFED: hue angle of 207.15º 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 #64AFED is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 175 | 237 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.07 |
| HSL | 207.15º | 0.79% | 0.66% | - |
| HSV(B) | 207.15º | 0.58% | 0.93% | - |
| XYZ | 35.87 | 39.48 | 85.85 | - |
| YUV | 159.64 | 171.65 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 237 | 0.58 | 0.26 | 0 | 0.07 | 207.15 | 0.79 | 0.66 |
| Hex | 64 | AF | ED | 3A | 1A | 0 | 7 | CF | 4F | 42 |
| Octal | 144 | 257 | 355 | 72 | 32 | 0 | 7 | 317 | 117 | 102 |
| Binary | 1100100 | 10101111 | 11101101 | 111010 | 11010 | 0 | 111 | 11001111 | 1001111 | 1000010 |
Color Harmonies of #64AFED
Complementary color
Monochromatic Colors of #64AFED
Black with #64AFED
Text Example
Text Example
White with #64AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFED; }
p { color: rgb(100,175,237); }
H1.HeaderClassName
{
color: #64AFED;
}
.AnyTagClassName
{
color: #64AFED;
}
</style>
background-color css
<style>
a { background-color: #64AFED; }
a { background-color: rgb(100,175,237); }
div.DivClassName
{
background-color: #64AFED;
}
.BgClassName
{
background-color: #64AFED;
}
</style>
border-color css
<style>
span { border-color: #64AFED; }
span { border-color: rgb(100,175,237); }
td.TdClassName
{
border-color: #64AFED;
}
.TagClassName
{
border-color: #64AFED;
}
</style>