Shades of Malibu #66A7DF
Tints of Malibu #66A7DF
RGB
CMYK
RGB Variations
Color information
#66A7DF (or 0x66A7DF) is known color: Malibu. HEX triplet: 66, A7 and DF. RGB value is (102,167,223). Sum of RGB (Red+Green+Blue) = 102+167+223=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #66A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A7DF is #995820. Grayscale: #999999. Windows color (decimal): -10049569 or 14657382. OLE color: 14657382.
HSL color Cylindrical-coordinate representation of color #66A7DF: hue angle of 207.77º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A7DF is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 167 | 223 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.13 |
| HSL | 207.77º | 0.65% | 0.64% | - |
| HSV(B) | 207.77º | 0.54% | 0.87% | - |
| XYZ | 32.62 | 35.79 | 75 | - |
| YUV | 153.95 | 166.97 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 223 | 0.54 | 0.25 | 0 | 0.13 | 207.77 | 0.65 | 0.64 |
| Hex | 66 | A7 | DF | 36 | 19 | 0 | D | D0 | 41 | 40 |
| Octal | 146 | 247 | 337 | 66 | 31 | 0 | 15 | 320 | 101 | 100 |
| Binary | 1100110 | 10100111 | 11011111 | 110110 | 11001 | 0 | 1101 | 11010000 | 1000001 | 1000000 |
Color Harmonies of #66A7DF
Complementary color
Monochromatic Colors of #66A7DF
Black with #66A7DF
Text Example
Text Example
White with #66A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A7DF; }
p { color: rgb(102,167,223); }
H1.HeaderClassName
{
color: #66A7DF;
}
.AnyTagClassName
{
color: #66A7DF;
}
</style>
background-color css
<style>
a { background-color: #66A7DF; }
a { background-color: rgb(102,167,223); }
div.DivClassName
{
background-color: #66A7DF;
}
.BgClassName
{
background-color: #66A7DF;
}
</style>
border-color css
<style>
span { border-color: #66A7DF; }
span { border-color: rgb(102,167,223); }
td.TdClassName
{
border-color: #66A7DF;
}
.TagClassName
{
border-color: #66A7DF;
}
</style>