Shades of Malibu #68ADEC
Tints of Malibu #68ADEC
RGB
CMYK
RGB Variations
Color information
#68ADEC (or 0x68ADEC) is known color: Malibu. HEX triplet: 68, AD and EC. RGB value is (104,173,236). Sum of RGB (Red+Green+Blue) = 104+173+236=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #68ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADEC is #975213. Grayscale: #9F9F9F. Windows color (decimal): -9916948 or 15510888. OLE color: 15510888.
HSL color Cylindrical-coordinate representation of color #68ADEC: hue angle of 208.64º 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 #68ADEC is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 173 | 236 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.07 |
| HSL | 208.64º | 0.78% | 0.67% | - |
| HSV(B) | 208.64º | 0.56% | 0.93% | - |
| XYZ | 35.79 | 38.89 | 84.98 | - |
| YUV | 159.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 236 | 0.56 | 0.27 | 0 | 0.07 | 208.64 | 0.78 | 0.67 |
| Hex | 68 | AD | EC | 38 | 1B | 0 | 7 | D1 | 4E | 43 |
| Octal | 150 | 255 | 354 | 70 | 33 | 0 | 7 | 321 | 116 | 103 |
| Binary | 1101000 | 10101101 | 11101100 | 111000 | 11011 | 0 | 111 | 11010001 | 1001110 | 1000011 |
Color Harmonies of #68ADEC
Complementary color
Monochromatic Colors of #68ADEC
Black with #68ADEC
Text Example
Text Example
White with #68ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADEC; }
p { color: rgb(104,173,236); }
H1.HeaderClassName
{
color: #68ADEC;
}
.AnyTagClassName
{
color: #68ADEC;
}
</style>
background-color css
<style>
a { background-color: #68ADEC; }
a { background-color: rgb(104,173,236); }
div.DivClassName
{
background-color: #68ADEC;
}
.BgClassName
{
background-color: #68ADEC;
}
</style>
border-color css
<style>
span { border-color: #68ADEC; }
span { border-color: rgb(104,173,236); }
td.TdClassName
{
border-color: #68ADEC;
}
.TagClassName
{
border-color: #68ADEC;
}
</style>