Shades of Malibu #68ACE7
Tints of Malibu #68ACE7
RGB
CMYK
RGB Variations
Color information
#68ACE7 (or 0x68ACE7) is known color: Malibu. HEX triplet: 68, AC and E7. RGB value is (104,172,231). Sum of RGB (Red+Green+Blue) = 104+172+231=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #68ACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACE7 is #975318. Grayscale: #9E9E9E. Windows color (decimal): -9917209 or 15182952. OLE color: 15182952.
HSL color Cylindrical-coordinate representation of color #68ACE7: hue angle of 207.87º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68ACE7 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 172 | 231 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.09 |
| HSL | 207.87º | 0.73% | 0.66% | - |
| HSV(B) | 207.87º | 0.55% | 0.91% | - |
| XYZ | 34.89 | 38.22 | 81.14 | - |
| YUV | 158.39 | 168.97 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 231 | 0.55 | 0.26 | 0 | 0.09 | 207.87 | 0.73 | 0.66 |
| Hex | 68 | AC | E7 | 37 | 1A | 0 | 9 | D0 | 49 | 42 |
| Octal | 150 | 254 | 347 | 67 | 32 | 0 | 11 | 320 | 111 | 102 |
| Binary | 1101000 | 10101100 | 11100111 | 110111 | 11010 | 0 | 1001 | 11010000 | 1001001 | 1000010 |
Color Harmonies of #68ACE7
Complementary color
Monochromatic Colors of #68ACE7
Black with #68ACE7
Text Example
Text Example
White with #68ACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACE7; }
p { color: rgb(104,172,231); }
H1.HeaderClassName
{
color: #68ACE7;
}
.AnyTagClassName
{
color: #68ACE7;
}
</style>
background-color css
<style>
a { background-color: #68ACE7; }
a { background-color: rgb(104,172,231); }
div.DivClassName
{
background-color: #68ACE7;
}
.BgClassName
{
background-color: #68ACE7;
}
</style>
border-color css
<style>
span { border-color: #68ACE7; }
span { border-color: rgb(104,172,231); }
td.TdClassName
{
border-color: #68ACE7;
}
.TagClassName
{
border-color: #68ACE7;
}
</style>