Shades of Malibu #64BCF0
Tints of Malibu #64BCF0
RGB
CMYK
RGB Variations
Color information
#64BCF0 (or 0x64BCF0) is known color: Malibu. HEX triplet: 64, BC and F0. RGB value is (100,188,240). Sum of RGB (Red+Green+Blue) = 100+188+240=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #64BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCF0 is #9B430F. Grayscale: #A7A7A7. Windows color (decimal): -10175248 or 15776868. OLE color: 15776868.
HSL color Cylindrical-coordinate representation of color #64BCF0: hue angle of 202.29º 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 #64BCF0 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 188 | 240 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.06 |
| HSL | 202.29º | 0.82% | 0.67% | - |
| HSV(B) | 202.29º | 0.58% | 0.94% | - |
| XYZ | 38.97 | 44.97 | 89.06 | - |
| YUV | 167.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 240 | 0.58 | 0.22 | 0 | 0.06 | 202.29 | 0.82 | 0.67 |
| Hex | 64 | BC | F0 | 3A | 16 | 0 | 6 | CA | 52 | 43 |
| Octal | 144 | 274 | 360 | 72 | 26 | 0 | 6 | 312 | 122 | 103 |
| Binary | 1100100 | 10111100 | 11110000 | 111010 | 10110 | 0 | 110 | 11001010 | 1010010 | 1000011 |
Color Harmonies of #64BCF0
Complementary color
Monochromatic Colors of #64BCF0
Black with #64BCF0
Text Example
Text Example
White with #64BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCF0; }
p { color: rgb(100,188,240); }
H1.HeaderClassName
{
color: #64BCF0;
}
.AnyTagClassName
{
color: #64BCF0;
}
</style>
background-color css
<style>
a { background-color: #64BCF0; }
a { background-color: rgb(100,188,240); }
div.DivClassName
{
background-color: #64BCF0;
}
.BgClassName
{
background-color: #64BCF0;
}
</style>
border-color css
<style>
span { border-color: #64BCF0; }
span { border-color: rgb(100,188,240); }
td.TdClassName
{
border-color: #64BCF0;
}
.TagClassName
{
border-color: #64BCF0;
}
</style>