Shades of Malibu #66BADA
Tints of Malibu #66BADA
RGB
CMYK
RGB Variations
Color information
#66BADA (or 0x66BADA) is known color: Malibu. HEX triplet: 66, BA and DA. RGB value is (102,186,218). Sum of RGB (Red+Green+Blue) = 102+186+218=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #66BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BADA is #994525. Grayscale: #A4A4A4. Windows color (decimal): -10044710 or 14334566. OLE color: 14334566.
HSL color Cylindrical-coordinate representation of color #66BADA: hue angle of 196.55º 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 #66BADA is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 186 | 218 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.15 |
| HSL | 196.55º | 0.61% | 0.63% | - |
| HSV(B) | 196.55º | 0.53% | 0.85% | - |
| XYZ | 35.69 | 43 | 72.75 | - |
| YUV | 164.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 218 | 0.53 | 0.15 | 0 | 0.15 | 196.55 | 0.61 | 0.63 |
| Hex | 66 | BA | DA | 35 | F | 0 | F | C5 | 3D | 3F |
| Octal | 146 | 272 | 332 | 65 | 17 | 0 | 17 | 305 | 75 | 77 |
| Binary | 1100110 | 10111010 | 11011010 | 110101 | 1111 | 0 | 1111 | 11000101 | 111101 | 111111 |
Color Harmonies of #66BADA
Complementary color
Monochromatic Colors of #66BADA
Black with #66BADA
Text Example
Text Example
White with #66BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BADA; }
p { color: rgb(102,186,218); }
H1.HeaderClassName
{
color: #66BADA;
}
.AnyTagClassName
{
color: #66BADA;
}
</style>
background-color css
<style>
a { background-color: #66BADA; }
a { background-color: rgb(102,186,218); }
div.DivClassName
{
background-color: #66BADA;
}
.BgClassName
{
background-color: #66BADA;
}
</style>
border-color css
<style>
span { border-color: #66BADA; }
span { border-color: rgb(102,186,218); }
td.TdClassName
{
border-color: #66BADA;
}
.TagClassName
{
border-color: #66BADA;
}
</style>