Shades of Malibu #64BED5
Tints of Malibu #64BED5
RGB
CMYK
RGB Variations
Color information
#64BED5 (or 0x64BED5) is known color: Malibu. HEX triplet: 64, BE and D5. RGB value is (100,190,213). Sum of RGB (Red+Green+Blue) = 100+190+213=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #64BED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BED5 is #9B412A. Grayscale: #A5A5A5. Windows color (decimal): -10174763 or 14007908. OLE color: 14007908.
HSL color Cylindrical-coordinate representation of color #64BED5: hue angle of 192.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BED5 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 190 | 213 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.16 |
| HSL | 192.21º | 0.57% | 0.61% | - |
| HSV(B) | 192.21º | 0.53% | 0.84% | - |
| XYZ | 35.68 | 44.34 | 69.63 | - |
| YUV | 165.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 213 | 0.53 | 0.11 | 0 | 0.16 | 192.21 | 0.57 | 0.61 |
| Hex | 64 | BE | D5 | 35 | B | 0 | 10 | C0 | 39 | 3D |
| Octal | 144 | 276 | 325 | 65 | 13 | 0 | 20 | 300 | 71 | 75 |
| Binary | 1100100 | 10111110 | 11010101 | 110101 | 1011 | 0 | 10000 | 11000000 | 111001 | 111101 |
Color Harmonies of #64BED5
Complementary color
Monochromatic Colors of #64BED5
Black with #64BED5
Text Example
Text Example
White with #64BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BED5; }
p { color: rgb(100,190,213); }
H1.HeaderClassName
{
color: #64BED5;
}
.AnyTagClassName
{
color: #64BED5;
}
</style>
background-color css
<style>
a { background-color: #64BED5; }
a { background-color: rgb(100,190,213); }
div.DivClassName
{
background-color: #64BED5;
}
.BgClassName
{
background-color: #64BED5;
}
</style>
border-color css
<style>
span { border-color: #64BED5; }
span { border-color: rgb(100,190,213); }
td.TdClassName
{
border-color: #64BED5;
}
.TagClassName
{
border-color: #64BED5;
}
</style>