Shades of Malibu #68ACEC
Tints of Malibu #68ACEC
RGB
CMYK
RGB Variations
Color information
#68ACEC (or 0x68ACEC) is known color: Malibu. HEX triplet: 68, AC and EC. RGB value is (104,172,236). Sum of RGB (Red+Green+Blue) = 104+172+236=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #68ACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACEC is #975313. Grayscale: #9E9E9E. Windows color (decimal): -9917204 or 15510632. OLE color: 15510632.
HSL color Cylindrical-coordinate representation of color #68ACEC: hue angle of 209.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ACEC is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 172 | 236 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.07 |
| HSL | 209.09º | 0.78% | 0.67% | - |
| HSV(B) | 209.09º | 0.56% | 0.93% | - |
| XYZ | 35.6 | 38.5 | 84.91 | - |
| YUV | 158.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 236 | 0.56 | 0.27 | 0 | 0.07 | 209.09 | 0.78 | 0.67 |
| Hex | 68 | AC | EC | 38 | 1B | 0 | 7 | D1 | 4E | 43 |
| Octal | 150 | 254 | 354 | 70 | 33 | 0 | 7 | 321 | 116 | 103 |
| Binary | 1101000 | 10101100 | 11101100 | 111000 | 11011 | 0 | 111 | 11010001 | 1001110 | 1000011 |
Color Harmonies of #68ACEC
Complementary color
Monochromatic Colors of #68ACEC
Black with #68ACEC
Text Example
Text Example
White with #68ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACEC; }
p { color: rgb(104,172,236); }
H1.HeaderClassName
{
color: #68ACEC;
}
.AnyTagClassName
{
color: #68ACEC;
}
</style>
background-color css
<style>
a { background-color: #68ACEC; }
a { background-color: rgb(104,172,236); }
div.DivClassName
{
background-color: #68ACEC;
}
.BgClassName
{
background-color: #68ACEC;
}
</style>
border-color css
<style>
span { border-color: #68ACEC; }
span { border-color: rgb(104,172,236); }
td.TdClassName
{
border-color: #68ACEC;
}
.TagClassName
{
border-color: #68ACEC;
}
</style>