Shades of Malibu #65ACF4
Tints of Malibu #65ACF4
RGB
CMYK
RGB Variations
Color information
#65ACF4 (or 0x65ACF4) is known color: Malibu. HEX triplet: 65, AC and F4. RGB value is (101,172,244). Sum of RGB (Red+Green+Blue) = 101+172+244=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #65ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACF4 is #9A530B. Grayscale: #9E9E9E. Windows color (decimal): -10113804 or 16034917. OLE color: 16034917.
HSL color Cylindrical-coordinate representation of color #65ACF4: hue angle of 210.21º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65ACF4 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 172 | 244 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.04 |
| HSL | 210.21º | 0.87% | 0.68% | - |
| HSV(B) | 210.21º | 0.59% | 0.96% | - |
| XYZ | 36.45 | 38.8 | 91.16 | - |
| YUV | 158.98 | 175.98 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 244 | 0.59 | 0.30 | 0 | 0.04 | 210.21 | 0.87 | 0.68 |
| Hex | 65 | AC | F4 | 3B | 1E | 0 | 4 | D2 | 57 | 44 |
| Octal | 145 | 254 | 364 | 73 | 36 | 0 | 4 | 322 | 127 | 104 |
| Binary | 1100101 | 10101100 | 11110100 | 111011 | 11110 | 0 | 100 | 11010010 | 1010111 | 1000100 |
Color Harmonies of #65ACF4
Complementary color
Monochromatic Colors of #65ACF4
Black with #65ACF4
Text Example
Text Example
White with #65ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ACF4; }
p { color: rgb(101,172,244); }
H1.HeaderClassName
{
color: #65ACF4;
}
.AnyTagClassName
{
color: #65ACF4;
}
</style>
background-color css
<style>
a { background-color: #65ACF4; }
a { background-color: rgb(101,172,244); }
div.DivClassName
{
background-color: #65ACF4;
}
.BgClassName
{
background-color: #65ACF4;
}
</style>
border-color css
<style>
span { border-color: #65ACF4; }
span { border-color: rgb(101,172,244); }
td.TdClassName
{
border-color: #65ACF4;
}
.TagClassName
{
border-color: #65ACF4;
}
</style>