Shades of Malibu #68ACE5
Tints of Malibu #68ACE5
RGB
CMYK
RGB Variations
Color information
#68ACE5 (or 0x68ACE5) is known color: Malibu. HEX triplet: 68, AC and E5. RGB value is (104,172,229). Sum of RGB (Red+Green+Blue) = 104+172+229=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #68ACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACE5 is #97531A. Grayscale: #9D9D9D. Windows color (decimal): -9917211 or 15051880. OLE color: 15051880.
HSL color Cylindrical-coordinate representation of color #68ACE5: hue angle of 207.36º degrees, saturation: 0.71, 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 #68ACE5 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 172 | 229 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.10 |
| HSL | 207.36º | 0.71% | 0.65% | - |
| HSV(B) | 207.36º | 0.55% | 0.9% | - |
| XYZ | 34.6 | 38.11 | 79.66 | - |
| YUV | 158.17 | 167.97 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 229 | 0.55 | 0.25 | 0 | 0.10 | 207.36 | 0.71 | 0.65 |
| Hex | 68 | AC | E5 | 37 | 19 | 0 | A | CF | 47 | 41 |
| Octal | 150 | 254 | 345 | 67 | 31 | 0 | 12 | 317 | 107 | 101 |
| Binary | 1101000 | 10101100 | 11100101 | 110111 | 11001 | 0 | 1010 | 11001111 | 1000111 | 1000001 |
Color Harmonies of #68ACE5
Complementary color
Monochromatic Colors of #68ACE5
Black with #68ACE5
Text Example
Text Example
White with #68ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACE5; }
p { color: rgb(104,172,229); }
H1.HeaderClassName
{
color: #68ACE5;
}
.AnyTagClassName
{
color: #68ACE5;
}
</style>
background-color css
<style>
a { background-color: #68ACE5; }
a { background-color: rgb(104,172,229); }
div.DivClassName
{
background-color: #68ACE5;
}
.BgClassName
{
background-color: #68ACE5;
}
</style>
border-color css
<style>
span { border-color: #68ACE5; }
span { border-color: rgb(104,172,229); }
td.TdClassName
{
border-color: #68ACE5;
}
.TagClassName
{
border-color: #68ACE5;
}
</style>