Shades of Malibu #64BCD3
Tints of Malibu #64BCD3
RGB
CMYK
RGB Variations
Color information
#64BCD3 (or 0x64BCD3) is known color: Malibu. HEX triplet: 64, BC and D3. RGB value is (100,188,211). Sum of RGB (Red+Green+Blue) = 100+188+211=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #64BCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCD3 is #9B432C. Grayscale: #A4A4A4. Windows color (decimal): -10175277 or 13876324. OLE color: 13876324.
HSL color Cylindrical-coordinate representation of color #64BCD3: hue angle of 192.43º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BCD3 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 188 | 211 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.17 |
| HSL | 192.43º | 0.56% | 0.61% | - |
| HSV(B) | 192.43º | 0.53% | 0.83% | - |
| XYZ | 35 | 43.38 | 68.16 | - |
| YUV | 164.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 211 | 0.53 | 0.11 | 0 | 0.17 | 192.43 | 0.56 | 0.61 |
| Hex | 64 | BC | D3 | 35 | B | 0 | 11 | C0 | 38 | 3D |
| Octal | 144 | 274 | 323 | 65 | 13 | 0 | 21 | 300 | 70 | 75 |
| Binary | 1100100 | 10111100 | 11010011 | 110101 | 1011 | 0 | 10001 | 11000000 | 111000 | 111101 |
Color Harmonies of #64BCD3
Complementary color
Monochromatic Colors of #64BCD3
Black with #64BCD3
Text Example
Text Example
White with #64BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCD3; }
p { color: rgb(100,188,211); }
H1.HeaderClassName
{
color: #64BCD3;
}
.AnyTagClassName
{
color: #64BCD3;
}
</style>
background-color css
<style>
a { background-color: #64BCD3; }
a { background-color: rgb(100,188,211); }
div.DivClassName
{
background-color: #64BCD3;
}
.BgClassName
{
background-color: #64BCD3;
}
</style>
border-color css
<style>
span { border-color: #64BCD3; }
span { border-color: rgb(100,188,211); }
td.TdClassName
{
border-color: #64BCD3;
}
.TagClassName
{
border-color: #64BCD3;
}
</style>