Shades of Malibu #68ACE6
Tints of Malibu #68ACE6
RGB
CMYK
RGB Variations
Color information
#68ACE6 (or 0x68ACE6) is known color: Malibu. HEX triplet: 68, AC and E6. RGB value is (104,172,230). Sum of RGB (Red+Green+Blue) = 104+172+230=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #68ACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACE6 is #975319. Grayscale: #9D9D9D. Windows color (decimal): -9917210 or 15117416. OLE color: 15117416.
HSL color Cylindrical-coordinate representation of color #68ACE6: hue angle of 207.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68ACE6 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 172 | 230 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.10 |
| HSL | 207.62º | 0.72% | 0.65% | - |
| HSV(B) | 207.62º | 0.55% | 0.9% | - |
| XYZ | 34.74 | 38.16 | 80.4 | - |
| YUV | 158.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 230 | 0.55 | 0.25 | 0 | 0.10 | 207.62 | 0.72 | 0.65 |
| Hex | 68 | AC | E6 | 37 | 19 | 0 | A | D0 | 48 | 41 |
| Octal | 150 | 254 | 346 | 67 | 31 | 0 | 12 | 320 | 110 | 101 |
| Binary | 1101000 | 10101100 | 11100110 | 110111 | 11001 | 0 | 1010 | 11010000 | 1001000 | 1000001 |
Color Harmonies of #68ACE6
Complementary color
Monochromatic Colors of #68ACE6
Black with #68ACE6
Text Example
Text Example
White with #68ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACE6; }
p { color: rgb(104,172,230); }
H1.HeaderClassName
{
color: #68ACE6;
}
.AnyTagClassName
{
color: #68ACE6;
}
</style>
background-color css
<style>
a { background-color: #68ACE6; }
a { background-color: rgb(104,172,230); }
div.DivClassName
{
background-color: #68ACE6;
}
.BgClassName
{
background-color: #68ACE6;
}
</style>
border-color css
<style>
span { border-color: #68ACE6; }
span { border-color: rgb(104,172,230); }
td.TdClassName
{
border-color: #68ACE6;
}
.TagClassName
{
border-color: #68ACE6;
}
</style>