Shades of Malibu #64BFF1
Tints of Malibu #64BFF1
RGB
CMYK
RGB Variations
Color information
#64BFF1 (or 0x64BFF1) is known color: Malibu. HEX triplet: 64, BF and F1. RGB value is (100,191,241). Sum of RGB (Red+Green+Blue) = 100+191+241=532 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.80% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #64BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFF1 is #9B400E. Grayscale: #A9A9A9. Windows color (decimal): -10174479 or 15843172. OLE color: 15843172.
HSL color Cylindrical-coordinate representation of color #64BFF1: hue angle of 201.28º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64BFF1 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 191 | 241 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.05 |
| HSL | 201.28º | 0.83% | 0.67% | - |
| HSV(B) | 201.28º | 0.59% | 0.95% | - |
| XYZ | 39.76 | 46.32 | 90.06 | - |
| YUV | 169.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 241 | 0.59 | 0.21 | 0 | 0.05 | 201.28 | 0.83 | 0.67 |
| Hex | 64 | BF | F1 | 3B | 15 | 0 | 5 | C9 | 53 | 43 |
| Octal | 144 | 277 | 361 | 73 | 25 | 0 | 5 | 311 | 123 | 103 |
| Binary | 1100100 | 10111111 | 11110001 | 111011 | 10101 | 0 | 101 | 11001001 | 1010011 | 1000011 |
Color Harmonies of #64BFF1
Complementary color
Monochromatic Colors of #64BFF1
Black with #64BFF1
Text Example
Text Example
White with #64BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFF1; }
p { color: rgb(100,191,241); }
H1.HeaderClassName
{
color: #64BFF1;
}
.AnyTagClassName
{
color: #64BFF1;
}
</style>
background-color css
<style>
a { background-color: #64BFF1; }
a { background-color: rgb(100,191,241); }
div.DivClassName
{
background-color: #64BFF1;
}
.BgClassName
{
background-color: #64BFF1;
}
</style>
border-color css
<style>
span { border-color: #64BFF1; }
span { border-color: rgb(100,191,241); }
td.TdClassName
{
border-color: #64BFF1;
}
.TagClassName
{
border-color: #64BFF1;
}
</style>