Shades of Malibu #64BDEC
Tints of Malibu #64BDEC
RGB
CMYK
RGB Variations
Color information
#64BDEC (or 0x64BDEC) is known color: Malibu. HEX triplet: 64, BD and EC. RGB value is (100,189,236). Sum of RGB (Red+Green+Blue) = 100+189+236=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #64BDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDEC is #9B4213. Grayscale: #A7A7A7. Windows color (decimal): -10174996 or 15514980. OLE color: 15514980.
HSL color Cylindrical-coordinate representation of color #64BDEC: hue angle of 200.74º degrees, saturation: 0.78, 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 #64BDEC is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 189 | 236 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.07 |
| HSL | 200.74º | 0.78% | 0.66% | - |
| HSV(B) | 200.74º | 0.58% | 0.93% | - |
| XYZ | 38.59 | 45.16 | 86.04 | - |
| YUV | 167.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 236 | 0.58 | 0.20 | 0 | 0.07 | 200.74 | 0.78 | 0.66 |
| Hex | 64 | BD | EC | 3A | 14 | 0 | 7 | C9 | 4E | 42 |
| Octal | 144 | 275 | 354 | 72 | 24 | 0 | 7 | 311 | 116 | 102 |
| Binary | 1100100 | 10111101 | 11101100 | 111010 | 10100 | 0 | 111 | 11001001 | 1001110 | 1000010 |
Color Harmonies of #64BDEC
Complementary color
Monochromatic Colors of #64BDEC
Black with #64BDEC
Text Example
Text Example
White with #64BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDEC; }
p { color: rgb(100,189,236); }
H1.HeaderClassName
{
color: #64BDEC;
}
.AnyTagClassName
{
color: #64BDEC;
}
</style>
background-color css
<style>
a { background-color: #64BDEC; }
a { background-color: rgb(100,189,236); }
div.DivClassName
{
background-color: #64BDEC;
}
.BgClassName
{
background-color: #64BDEC;
}
</style>
border-color css
<style>
span { border-color: #64BDEC; }
span { border-color: rgb(100,189,236); }
td.TdClassName
{
border-color: #64BDEC;
}
.TagClassName
{
border-color: #64BDEC;
}
</style>