Shades of Malibu #64BFEF
Tints of Malibu #64BFEF
RGB
CMYK
RGB Variations
Color information
#64BFEF (or 0x64BFEF) is known color: Malibu. HEX triplet: 64, BF and EF. RGB value is (100,191,239). Sum of RGB (Red+Green+Blue) = 100+191+239=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #64BFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFEF is #9B4010. Grayscale: #A8A8A8. Windows color (decimal): -10174481 or 15712100. OLE color: 15712100.
HSL color Cylindrical-coordinate representation of color #64BFEF: hue angle of 200.72º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64BFEF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 191 | 239 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.06 |
| HSL | 200.72º | 0.81% | 0.66% | - |
| HSV(B) | 200.72º | 0.58% | 0.94% | - |
| XYZ | 39.47 | 46.2 | 88.5 | - |
| YUV | 169.26 | 167.35 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 239 | 0.58 | 0.20 | 0 | 0.06 | 200.72 | 0.81 | 0.66 |
| Hex | 64 | BF | EF | 3A | 14 | 0 | 6 | C9 | 51 | 42 |
| Octal | 144 | 277 | 357 | 72 | 24 | 0 | 6 | 311 | 121 | 102 |
| Binary | 1100100 | 10111111 | 11101111 | 111010 | 10100 | 0 | 110 | 11001001 | 1010001 | 1000010 |
Color Harmonies of #64BFEF
Complementary color
Monochromatic Colors of #64BFEF
Black with #64BFEF
Text Example
Text Example
White with #64BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFEF; }
p { color: rgb(100,191,239); }
H1.HeaderClassName
{
color: #64BFEF;
}
.AnyTagClassName
{
color: #64BFEF;
}
</style>
background-color css
<style>
a { background-color: #64BFEF; }
a { background-color: rgb(100,191,239); }
div.DivClassName
{
background-color: #64BFEF;
}
.BgClassName
{
background-color: #64BFEF;
}
</style>
border-color css
<style>
span { border-color: #64BFEF; }
span { border-color: rgb(100,191,239); }
td.TdClassName
{
border-color: #64BFEF;
}
.TagClassName
{
border-color: #64BFEF;
}
</style>