Shades of Malibu #64BED9
Tints of Malibu #64BED9
RGB
CMYK
RGB Variations
Color information
#64BED9 (or 0x64BED9) is known color: Malibu. HEX triplet: 64, BE and D9. RGB value is (100,190,217). Sum of RGB (Red+Green+Blue) = 100+190+217=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #64BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BED9 is #9B4126. Grayscale: #A5A5A5. Windows color (decimal): -10174759 or 14270052. OLE color: 14270052.
HSL color Cylindrical-coordinate representation of color #64BED9: hue angle of 193.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64BED9 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 190 | 217 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.15 |
| HSL | 193.85º | 0.61% | 0.62% | - |
| HSV(B) | 193.85º | 0.54% | 0.85% | - |
| XYZ | 36.19 | 44.55 | 72.34 | - |
| YUV | 166.17 | 156.68 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 217 | 0.54 | 0.12 | 0 | 0.15 | 193.85 | 0.61 | 0.62 |
| Hex | 64 | BE | D9 | 36 | C | 0 | F | C2 | 3D | 3E |
| Octal | 144 | 276 | 331 | 66 | 14 | 0 | 17 | 302 | 75 | 76 |
| Binary | 1100100 | 10111110 | 11011001 | 110110 | 1100 | 0 | 1111 | 11000010 | 111101 | 111110 |
Color Harmonies of #64BED9
Complementary color
Monochromatic Colors of #64BED9
Black with #64BED9
Text Example
Text Example
White with #64BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BED9; }
p { color: rgb(100,190,217); }
H1.HeaderClassName
{
color: #64BED9;
}
.AnyTagClassName
{
color: #64BED9;
}
</style>
background-color css
<style>
a { background-color: #64BED9; }
a { background-color: rgb(100,190,217); }
div.DivClassName
{
background-color: #64BED9;
}
.BgClassName
{
background-color: #64BED9;
}
</style>
border-color css
<style>
span { border-color: #64BED9; }
span { border-color: rgb(100,190,217); }
td.TdClassName
{
border-color: #64BED9;
}
.TagClassName
{
border-color: #64BED9;
}
</style>