Shades of Malibu #64BDF0
Tints of Malibu #64BDF0
RGB
CMYK
RGB Variations
Color information
#64BDF0 (or 0x64BDF0) is known color: Malibu. HEX triplet: 64, BD and F0. RGB value is (100,189,240). Sum of RGB (Red+Green+Blue) = 100+189+240=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #64BDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDF0 is #9B420F. Grayscale: #A7A7A7. Windows color (decimal): -10174992 or 15777124. OLE color: 15777124.
HSL color Cylindrical-coordinate representation of color #64BDF0: hue angle of 201.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64BDF0 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 189 | 240 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.06 |
| HSL | 201.86º | 0.82% | 0.67% | - |
| HSV(B) | 201.86º | 0.58% | 0.94% | - |
| XYZ | 39.18 | 45.4 | 89.14 | - |
| YUV | 168.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 240 | 0.58 | 0.21 | 0 | 0.06 | 201.86 | 0.82 | 0.67 |
| Hex | 64 | BD | F0 | 3A | 15 | 0 | 6 | CA | 52 | 43 |
| Octal | 144 | 275 | 360 | 72 | 25 | 0 | 6 | 312 | 122 | 103 |
| Binary | 1100100 | 10111101 | 11110000 | 111010 | 10101 | 0 | 110 | 11001010 | 1010010 | 1000011 |
Color Harmonies of #64BDF0
Complementary color
Monochromatic Colors of #64BDF0
Black with #64BDF0
Text Example
Text Example
White with #64BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDF0; }
p { color: rgb(100,189,240); }
H1.HeaderClassName
{
color: #64BDF0;
}
.AnyTagClassName
{
color: #64BDF0;
}
</style>
background-color css
<style>
a { background-color: #64BDF0; }
a { background-color: rgb(100,189,240); }
div.DivClassName
{
background-color: #64BDF0;
}
.BgClassName
{
background-color: #64BDF0;
}
</style>
border-color css
<style>
span { border-color: #64BDF0; }
span { border-color: rgb(100,189,240); }
td.TdClassName
{
border-color: #64BDF0;
}
.TagClassName
{
border-color: #64BDF0;
}
</style>