Shades of Malibu #68ACF3
Tints of Malibu #68ACF3
RGB
CMYK
RGB Variations
Color information
#68ACF3 (or 0x68ACF3) is known color: Malibu. HEX triplet: 68, AC and F3. RGB value is (104,172,243). Sum of RGB (Red+Green+Blue) = 104+172+243=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #68ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACF3 is #97530C. Grayscale: #9F9F9F. Windows color (decimal): -9917197 or 15969384. OLE color: 15969384.
HSL color Cylindrical-coordinate representation of color #68ACF3: hue angle of 210.65º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68ACF3 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 172 | 243 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.05 |
| HSL | 210.65º | 0.85% | 0.68% | - |
| HSV(B) | 210.65º | 0.57% | 0.95% | - |
| XYZ | 36.64 | 38.92 | 90.38 | - |
| YUV | 159.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 243 | 0.57 | 0.29 | 0 | 0.05 | 210.65 | 0.85 | 0.68 |
| Hex | 68 | AC | F3 | 39 | 1D | 0 | 5 | D3 | 55 | 44 |
| Octal | 150 | 254 | 363 | 71 | 35 | 0 | 5 | 323 | 125 | 104 |
| Binary | 1101000 | 10101100 | 11110011 | 111001 | 11101 | 0 | 101 | 11010011 | 1010101 | 1000100 |
Color Harmonies of #68ACF3
Complementary color
Monochromatic Colors of #68ACF3
Black with #68ACF3
Text Example
Text Example
White with #68ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACF3; }
p { color: rgb(104,172,243); }
H1.HeaderClassName
{
color: #68ACF3;
}
.AnyTagClassName
{
color: #68ACF3;
}
</style>
background-color css
<style>
a { background-color: #68ACF3; }
a { background-color: rgb(104,172,243); }
div.DivClassName
{
background-color: #68ACF3;
}
.BgClassName
{
background-color: #68ACF3;
}
</style>
border-color css
<style>
span { border-color: #68ACF3; }
span { border-color: rgb(104,172,243); }
td.TdClassName
{
border-color: #68ACF3;
}
.TagClassName
{
border-color: #68ACF3;
}
</style>