Shades of Malibu #68ADDF
Tints of Malibu #68ADDF
RGB
CMYK
RGB Variations
Color information
#68ADDF (or 0x68ADDF) is known color: Malibu. HEX triplet: 68, AD and DF. RGB value is (104,173,223). Sum of RGB (Red+Green+Blue) = 104+173+223=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #68ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADDF is #975220. Grayscale: #9D9D9D. Windows color (decimal): -9916961 or 14658920. OLE color: 14658920.
HSL color Cylindrical-coordinate representation of color #68ADDF: hue angle of 205.21º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68ADDF is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 173 | 223 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.13 |
| HSL | 205.21º | 0.65% | 0.64% | - |
| HSV(B) | 205.21º | 0.53% | 0.87% | - |
| XYZ | 33.97 | 38.16 | 75.39 | - |
| YUV | 158.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 223 | 0.53 | 0.22 | 0 | 0.13 | 205.21 | 0.65 | 0.64 |
| Hex | 68 | AD | DF | 35 | 16 | 0 | D | CD | 41 | 40 |
| Octal | 150 | 255 | 337 | 65 | 26 | 0 | 15 | 315 | 101 | 100 |
| Binary | 1101000 | 10101101 | 11011111 | 110101 | 10110 | 0 | 1101 | 11001101 | 1000001 | 1000000 |
Color Harmonies of #68ADDF
Complementary color
Monochromatic Colors of #68ADDF
Black with #68ADDF
Text Example
Text Example
White with #68ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADDF; }
p { color: rgb(104,173,223); }
H1.HeaderClassName
{
color: #68ADDF;
}
.AnyTagClassName
{
color: #68ADDF;
}
</style>
background-color css
<style>
a { background-color: #68ADDF; }
a { background-color: rgb(104,173,223); }
div.DivClassName
{
background-color: #68ADDF;
}
.BgClassName
{
background-color: #68ADDF;
}
</style>
border-color css
<style>
span { border-color: #68ADDF; }
span { border-color: rgb(104,173,223); }
td.TdClassName
{
border-color: #68ADDF;
}
.TagClassName
{
border-color: #68ADDF;
}
</style>