Shades of Malibu #64BFD3
Tints of Malibu #64BFD3
RGB
CMYK
RGB Variations
Color information
#64BFD3 (or 0x64BFD3) is known color: Malibu. HEX triplet: 64, BF and D3. RGB value is (100,191,211). Sum of RGB (Red+Green+Blue) = 100+191+211=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #64BFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFD3 is #9B402C. Grayscale: #A5A5A5. Windows color (decimal): -10174509 or 13877092. OLE color: 13877092.
HSL color Cylindrical-coordinate representation of color #64BFD3: hue angle of 190.81º 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 #64BFD3 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 191 | 211 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.17 |
| HSL | 190.81º | 0.56% | 0.61% | - |
| HSV(B) | 190.81º | 0.53% | 0.83% | - |
| XYZ | 35.64 | 44.67 | 68.37 | - |
| YUV | 166.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 211 | 0.53 | 0.09 | 0 | 0.17 | 190.81 | 0.56 | 0.61 |
| Hex | 64 | BF | D3 | 35 | 9 | 0 | 11 | BF | 38 | 3D |
| Octal | 144 | 277 | 323 | 65 | 11 | 0 | 21 | 277 | 70 | 75 |
| Binary | 1100100 | 10111111 | 11010011 | 110101 | 1001 | 0 | 10001 | 10111111 | 111000 | 111101 |
Color Harmonies of #64BFD3
Complementary color
Monochromatic Colors of #64BFD3
Black with #64BFD3
Text Example
Text Example
White with #64BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFD3; }
p { color: rgb(100,191,211); }
H1.HeaderClassName
{
color: #64BFD3;
}
.AnyTagClassName
{
color: #64BFD3;
}
</style>
background-color css
<style>
a { background-color: #64BFD3; }
a { background-color: rgb(100,191,211); }
div.DivClassName
{
background-color: #64BFD3;
}
.BgClassName
{
background-color: #64BFD3;
}
</style>
border-color css
<style>
span { border-color: #64BFD3; }
span { border-color: rgb(100,191,211); }
td.TdClassName
{
border-color: #64BFD3;
}
.TagClassName
{
border-color: #64BFD3;
}
</style>