Shades of Malibu #68AAE0
Tints of Malibu #68AAE0
RGB
CMYK
RGB Variations
Color information
#68AAE0 (or 0x68AAE0) is known color: Malibu. HEX triplet: 68, AA and E0. RGB value is (104,170,224). Sum of RGB (Red+Green+Blue) = 104+170+224=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #68AAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAE0 is #97551F. Grayscale: #9C9C9C. Windows color (decimal): -9917728 or 14723688. OLE color: 14723688.
HSL color Cylindrical-coordinate representation of color #68AAE0: hue angle of 207º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68AAE0 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 170 | 224 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.12 |
| HSL | 207º | 0.66% | 0.64% | - |
| HSV(B) | 207º | 0.54% | 0.88% | - |
| XYZ | 33.54 | 37.07 | 75.91 | - |
| YUV | 156.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 224 | 0.54 | 0.24 | 0 | 0.12 | 207 | 0.66 | 0.64 |
| Hex | 68 | AA | E0 | 36 | 18 | 0 | C | CF | 42 | 40 |
| Octal | 150 | 252 | 340 | 66 | 30 | 0 | 14 | 317 | 102 | 100 |
| Binary | 1101000 | 10101010 | 11100000 | 110110 | 11000 | 0 | 1100 | 11001111 | 1000010 | 1000000 |
Color Harmonies of #68AAE0
Complementary color
Monochromatic Colors of #68AAE0
Black with #68AAE0
Text Example
Text Example
White with #68AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAE0; }
p { color: rgb(104,170,224); }
H1.HeaderClassName
{
color: #68AAE0;
}
.AnyTagClassName
{
color: #68AAE0;
}
</style>
background-color css
<style>
a { background-color: #68AAE0; }
a { background-color: rgb(104,170,224); }
div.DivClassName
{
background-color: #68AAE0;
}
.BgClassName
{
background-color: #68AAE0;
}
</style>
border-color css
<style>
span { border-color: #68AAE0; }
span { border-color: rgb(104,170,224); }
td.TdClassName
{
border-color: #68AAE0;
}
.TagClassName
{
border-color: #68AAE0;
}
</style>