Shades of Malibu #66ADDA
Tints of Malibu #66ADDA
RGB
CMYK
RGB Variations
Color information
#66ADDA (or 0x66ADDA) is known color: Malibu. HEX triplet: 66, AD and DA. RGB value is (102,173,218). Sum of RGB (Red+Green+Blue) = 102+173+218=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #66ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADDA is #995225. Grayscale: #9C9C9C. Windows color (decimal): -10048038 or 14331238. OLE color: 14331238.
HSL color Cylindrical-coordinate representation of color #66ADDA: hue angle of 203.28º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66ADDA is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 173 | 218 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.15 |
| HSL | 203.28º | 0.61% | 0.63% | - |
| HSV(B) | 203.28º | 0.53% | 0.85% | - |
| XYZ | 33.08 | 37.77 | 71.88 | - |
| YUV | 156.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 218 | 0.53 | 0.21 | 0 | 0.15 | 203.28 | 0.61 | 0.63 |
| Hex | 66 | AD | DA | 35 | 15 | 0 | F | CB | 3D | 3F |
| Octal | 146 | 255 | 332 | 65 | 25 | 0 | 17 | 313 | 75 | 77 |
| Binary | 1100110 | 10101101 | 11011010 | 110101 | 10101 | 0 | 1111 | 11001011 | 111101 | 111111 |
Color Harmonies of #66ADDA
Complementary color
Monochromatic Colors of #66ADDA
Black with #66ADDA
Text Example
Text Example
White with #66ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADDA; }
p { color: rgb(102,173,218); }
H1.HeaderClassName
{
color: #66ADDA;
}
.AnyTagClassName
{
color: #66ADDA;
}
</style>
background-color css
<style>
a { background-color: #66ADDA; }
a { background-color: rgb(102,173,218); }
div.DivClassName
{
background-color: #66ADDA;
}
.BgClassName
{
background-color: #66ADDA;
}
</style>
border-color css
<style>
span { border-color: #66ADDA; }
span { border-color: rgb(102,173,218); }
td.TdClassName
{
border-color: #66ADDA;
}
.TagClassName
{
border-color: #66ADDA;
}
</style>