Shades of Malibu #64AFDF
Tints of Malibu #64AFDF
RGB
CMYK
RGB Variations
Color information
#64AFDF (or 0x64AFDF) is known color: Malibu. HEX triplet: 64, AF and DF. RGB value is (100,175,223). Sum of RGB (Red+Green+Blue) = 100+175+223=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #64AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFDF is #9B5020. Grayscale: #9D9D9D. Windows color (decimal): -10178593 or 14659428. OLE color: 14659428.
HSL color Cylindrical-coordinate representation of color #64AFDF: hue angle of 203.41º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64AFDF is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 175 | 223 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.13 |
| HSL | 203.41º | 0.66% | 0.63% | - |
| HSV(B) | 203.41º | 0.55% | 0.87% | - |
| XYZ | 33.9 | 38.7 | 75.49 | - |
| YUV | 158.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 223 | 0.55 | 0.22 | 0 | 0.13 | 203.41 | 0.66 | 0.63 |
| Hex | 64 | AF | DF | 37 | 16 | 0 | D | CB | 42 | 3F |
| Octal | 144 | 257 | 337 | 67 | 26 | 0 | 15 | 313 | 102 | 77 |
| Binary | 1100100 | 10101111 | 11011111 | 110111 | 10110 | 0 | 1101 | 11001011 | 1000010 | 111111 |
Color Harmonies of #64AFDF
Complementary color
Monochromatic Colors of #64AFDF
Black with #64AFDF
Text Example
Text Example
White with #64AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFDF; }
p { color: rgb(100,175,223); }
H1.HeaderClassName
{
color: #64AFDF;
}
.AnyTagClassName
{
color: #64AFDF;
}
</style>
background-color css
<style>
a { background-color: #64AFDF; }
a { background-color: rgb(100,175,223); }
div.DivClassName
{
background-color: #64AFDF;
}
.BgClassName
{
background-color: #64AFDF;
}
</style>
border-color css
<style>
span { border-color: #64AFDF; }
span { border-color: rgb(100,175,223); }
td.TdClassName
{
border-color: #64AFDF;
}
.TagClassName
{
border-color: #64AFDF;
}
</style>