Shades of Malibu #68AAEB
Tints of Malibu #68AAEB
RGB
CMYK
RGB Variations
Color information
#68AAEB (or 0x68AAEB) is known color: Malibu. HEX triplet: 68, AA and EB. RGB value is (104,170,235). Sum of RGB (Red+Green+Blue) = 104+170+235=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #68AAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAEB is #975514. Grayscale: #9D9D9D. Windows color (decimal): -9917717 or 15444584. OLE color: 15444584.
HSL color Cylindrical-coordinate representation of color #68AAEB: hue angle of 209.77º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AAEB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 170 | 235 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.08 |
| HSL | 209.77º | 0.77% | 0.66% | - |
| HSV(B) | 209.77º | 0.56% | 0.92% | - |
| XYZ | 35.08 | 37.69 | 84.02 | - |
| YUV | 157.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 235 | 0.56 | 0.28 | 0 | 0.08 | 209.77 | 0.77 | 0.66 |
| Hex | 68 | AA | EB | 38 | 1C | 0 | 8 | D2 | 4D | 42 |
| Octal | 150 | 252 | 353 | 70 | 34 | 0 | 10 | 322 | 115 | 102 |
| Binary | 1101000 | 10101010 | 11101011 | 111000 | 11100 | 0 | 1000 | 11010010 | 1001101 | 1000010 |
Color Harmonies of #68AAEB
Complementary color
Monochromatic Colors of #68AAEB
Black with #68AAEB
Text Example
Text Example
White with #68AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAEB; }
p { color: rgb(104,170,235); }
H1.HeaderClassName
{
color: #68AAEB;
}
.AnyTagClassName
{
color: #68AAEB;
}
</style>
background-color css
<style>
a { background-color: #68AAEB; }
a { background-color: rgb(104,170,235); }
div.DivClassName
{
background-color: #68AAEB;
}
.BgClassName
{
background-color: #68AAEB;
}
</style>
border-color css
<style>
span { border-color: #68AAEB; }
span { border-color: rgb(104,170,235); }
td.TdClassName
{
border-color: #68AAEB;
}
.TagClassName
{
border-color: #68AAEB;
}
</style>