Shades of Malibu #64AFDB
Tints of Malibu #64AFDB
RGB
CMYK
RGB Variations
Color information
#64AFDB (or 0x64AFDB) is known color: Malibu. HEX triplet: 64, AF and DB. RGB value is (100,175,219). Sum of RGB (Red+Green+Blue) = 100+175+219=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #64AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFDB is #9B5024. Grayscale: #9D9D9D. Windows color (decimal): -10178597 or 14397284. OLE color: 14397284.
HSL color Cylindrical-coordinate representation of color #64AFDB: hue angle of 202.18º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64AFDB is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 175 | 219 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.14 |
| HSL | 202.18º | 0.62% | 0.63% | - |
| HSV(B) | 202.18º | 0.54% | 0.86% | - |
| XYZ | 33.37 | 38.48 | 72.69 | - |
| YUV | 157.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 219 | 0.54 | 0.20 | 0 | 0.14 | 202.18 | 0.62 | 0.63 |
| Hex | 64 | AF | DB | 36 | 14 | 0 | E | CA | 3E | 3F |
| Octal | 144 | 257 | 333 | 66 | 24 | 0 | 16 | 312 | 76 | 77 |
| Binary | 1100100 | 10101111 | 11011011 | 110110 | 10100 | 0 | 1110 | 11001010 | 111110 | 111111 |
Color Harmonies of #64AFDB
Complementary color
Monochromatic Colors of #64AFDB
Black with #64AFDB
Text Example
Text Example
White with #64AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFDB; }
p { color: rgb(100,175,219); }
H1.HeaderClassName
{
color: #64AFDB;
}
.AnyTagClassName
{
color: #64AFDB;
}
</style>
background-color css
<style>
a { background-color: #64AFDB; }
a { background-color: rgb(100,175,219); }
div.DivClassName
{
background-color: #64AFDB;
}
.BgClassName
{
background-color: #64AFDB;
}
</style>
border-color css
<style>
span { border-color: #64AFDB; }
span { border-color: rgb(100,175,219); }
td.TdClassName
{
border-color: #64AFDB;
}
.TagClassName
{
border-color: #64AFDB;
}
</style>